Compare commits
3 Commits
3.1.8-1mam
...
3.1.11-1ma
Author | SHA1 | Date | |
---|---|---|---|
c427dec53e | |||
69551bad55 | |||
846497afa1 |
16
imath.spec
16
imath.spec
@ -1,5 +1,5 @@
|
||||
Name: imath
|
||||
Version: 3.1.8
|
||||
Version: 3.1.11
|
||||
Release: 1mamba
|
||||
Summary: A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics
|
||||
Group: System/Libraries
|
||||
@ -23,6 +23,7 @@ Imath is a C++ and python library of 2D and 3D vector, matrix, and math operatio
|
||||
%package -n lib%{name}
|
||||
Group: System/Libraries
|
||||
Summary: A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics
|
||||
Obsoletes: libimath_3129 <= 3.1.6-2mamba
|
||||
|
||||
%description -n lib%{name}
|
||||
Imath is a C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics.
|
||||
@ -33,6 +34,7 @@ Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: pkg-config
|
||||
Obsoletes: libimath_3129-devel <= 3.1.6-2mamba
|
||||
|
||||
%description -n lib%{name}-devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
@ -73,6 +75,18 @@ This package contains libraries and header files for developing applications tha
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 3.1.11-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jan 27 2024 Automatic Build System <autodist@openmamba.org> 3.1.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 07 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.9-2mamba
|
||||
- obsolete libimath_3129
|
||||
|
||||
* Thu Jun 01 2023 Automatic Build System <autodist@mambasoft.it> 3.1.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 25 2023 Automatic Build System <autodist@mambasoft.it> 3.1.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user