]> git.pld-linux.org Git - packages/ilmbase.git/commitdiff
- updated to 2.3.0 (note: new sonames)
authorBartlomiej Zimon <uzi18@o2.pl>
Mon, 31 Jan 2022 02:24:25 +0000 (02:24 +0000)
committerBartlomiej Zimon <uzi18@o2.pl>
Mon, 31 Jan 2022 02:24:25 +0000 (02:24 +0000)
ilmbase.spec

index fbdbe859e8bfaede1e57e0b8551dd073bac33f4c..57d12598793470b1a96584b7b34a1d5167319a78 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       IlmBase - base math and exception libraries from OpenEXR project
 Summary(pl.UTF-8):     IlmBase - podstawowe biblioteki matematyczne i wyjątków z projektu OpenEXR
 Name:          ilmbase
-Version:       2.2.1
+Version:       2.3.0
 Release:       1
 License:       BSD
 Group:         Libraries
-Source0:       http://download.savannah.gnu.org/releases/openexr/%{name}-%{version}.tar.gz
-# Source0-md5: 7b86128b04f0541b6bb33633e299cb44
+Source0:       https://github.com/AcademySoftwareFoundation/openexr/releases/download/v%{version}/ilmbase-%{version}.tar.gz
+# Source0-md5: 354bf86de3b930ab87ac63619d60c860
 Patch0:                %{name}-link.patch
 Patch1:                %{name}-sh.patch
 URL:           http://www.openexr.com/
@@ -100,17 +100,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS
 %attr(755,root,root) %{_libdir}/libHalf.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libHalf.so.23
-%attr(755,root,root) %{_libdir}/libIex-2_2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libIex-2_2.so.23
-%attr(755,root,root) %{_libdir}/libIexMath-2_2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libIexMath-2_2.so.23
-%attr(755,root,root) %{_libdir}/libIlmThread-2_2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libIlmThread-2_2.so.23
-%attr(755,root,root) %{_libdir}/libImath-2_2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libImath-2_2.so.23
+%attr(755,root,root) %ghost %{_libdir}/libHalf.so.24
+%attr(755,root,root) %{_libdir}/libIex-2_3.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libIex-2_3.so.24
+%attr(755,root,root) %{_libdir}/libIexMath-2_3.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libIexMath-2_3.so.24
+%attr(755,root,root) %{_libdir}/libIlmThread-2_3.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libIlmThread-2_3.so.24
+%attr(755,root,root) %{_libdir}/libImath-2_3.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libImath-2_3.so.24
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.097127 seconds and 4 git commands to generate.