From: Bartlomiej Zimon Date: Mon, 31 Jan 2022 02:24:25 +0000 (+0000) Subject: - updated to 2.3.0 (note: new sonames) X-Git-Tag: auto/th/ilmbase-2.3.0-0.6~3 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=e7ca427fe4a5dfe56fef50bbb31566f4df52c60d;p=packages%2Filmbase.git - updated to 2.3.0 (note: new sonames) --- diff --git a/ilmbase.spec b/ilmbase.spec index fbdbe85..57d1259 100644 --- a/ilmbase.spec +++ b/ilmbase.spec @@ -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)