Compare commits
11 Commits
3.0.5-1mam
...
3.1.11-1ma
Author | SHA1 | Date | |
---|---|---|---|
c427dec53e | |||
69551bad55 | |||
846497afa1 | |||
59b3fd4c18 | |||
e33822f9da | |||
097e942d34 | |||
c485e9efba | |||
df4163c270 | |||
c299b062e8 | |||
e138ed6f2d | |||
8765d0cbef |
43
imath.spec
43
imath.spec
@ -1,5 +1,5 @@
|
||||
Name: imath
|
||||
Version: 3.0.5
|
||||
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,45 @@ 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
|
||||
|
||||
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 3.1.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 3.1.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 30 2022 Automatic Build System <autodist@mambasoft.it> 3.1.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 23 2022 Automatic Build System <autodist@mambasoft.it> 3.1.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 03 2021 Automatic Build System <autodist@mambasoft.it> 3.1.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 01 2021 Automatic Build System <autodist@mambasoft.it> 3.1.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 21 2021 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 15 2021 Automatic Build System <autodist@mambasoft.it> 3.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 30 2021 Automatic Build System <autodist@mambasoft.it> 3.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user