Hello community,

here is the log from the commit of package ilmbase for openSUSE:Factory checked 
in at 2013-04-20 17:44:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ilmbase (Old)
 and      /work/SRC/openSUSE:Factory/.ilmbase.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ilmbase", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ilmbase/ilmbase.changes  2013-04-02 
11:53:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ilmbase.new/ilmbase.changes     2013-04-20 
17:44:32.000000000 +0200
@@ -1,0 +2,17 @@
+Fri Apr 12 13:06:11 UTC 2013 - [email protected]
+
+- update to 2.0.0
+  * Bumped version to track OpenEXR
+    (Piotr Stanczyk)
+  * Numerous minor fixes, missing includes etc
+  * Minor fixes for newer gcc versions and OS X.
+    (misc)
+  * Preparation for OpenEXR v2 release { remove message for final release }
+    (Piotr Stanczyk)
+  * Updated the so verison to 10
+    (Piotr Stanczyk)
+- obsoletes
+  * 0001-Correcting-for-incorrect-license-section.patch
+  * ilmbase-1.0.3-ucontext-i386.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Correcting-for-incorrect-license-section.patch
  ilmbase-1.0.3-ucontext-i386.patch
  ilmbase-1.0.3.tar.gz

New:
----
  ilmbase-2.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ilmbase.spec ++++++
--- /var/tmp/diff_new_pack.pgQURm/_old  2013-04-20 17:44:34.000000000 +0200
+++ /var/tmp/diff_new_pack.pgQURm/_new  2013-04-20 17:44:34.000000000 +0200
@@ -16,25 +16,22 @@
 #
 
 
+%global so_suffix -2_0-10
+
 Name:           ilmbase
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 Summary:        Base library for ILM software (OpenEXR)
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        1.0.3
+Version:        2.0.0
 Release:        0
 Url:            http://www.openexr.com
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        
https://github.com/downloads/openexr/openexr/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
-#PATCH-FIX-UPSTREAM: bnc#774408, proprietary license
-#https://github.com/openexr/openexr/commit/301c13f7d9129e6e0d99e8f572de5fbc3d5bf8e3
-Patch0:         0001-Correcting-for-incorrect-license-section.patch
-#PATCH-FIX-OPENSUSE: allow 32bit build
-Patch1:         ilmbase-1.0.3-ucontext-i386.patch
-Patch2:         arm-build.diff
-Patch3:         fix-i586.patch
+Patch0:         arm-build.diff
+Patch1:         fix-i586.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -60,11 +57,11 @@
 * Iex is an exception-handling library.
 
 %package devel
-Requires:       libHalf7
-Requires:       libIex7
-Requires:       libIexMath7
-Requires:       libIlmThread7
-Requires:       libImath7
+Requires:       libHalf10
+Requires:       libIex%{so_suffix}
+Requires:       libIexMath%{so_suffix}
+Requires:       libIlmThread%{so_suffix}
+Requires:       libImath%{so_suffix}
 Requires:       libstdc++-devel
 Summary:        Base library for ILM software (OpenEXR)
 License:        BSD-3-Clause and GPL-2.0+
@@ -90,92 +87,90 @@
 %_libdir/libIexMath.so
 %_libdir/pkgconfig/IlmBase.pc
 
-%package -n libHalf7
+%package -n libHalf10
 Summary:        Base library for ILM software (OpenEXR)
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 
-%description -n libHalf7
+%description -n libHalf10
 %{summary}.
 
-%post -n libHalf7 -p /sbin/ldconfig
+%post -n libHalf10 -p /sbin/ldconfig
 
-%postun -n libHalf7 -p /sbin/ldconfig
+%postun -n libHalf10 -p /sbin/ldconfig
 
-%files -n libHalf7
+%files -n libHalf10
 %defattr(-,root,root,-)
 %{_libdir}/libHalf.so.*
 
-%package -n libIexMath7
+%package -n libIexMath%{so_suffix}
 Summary:        Base library for ILM software (OpenEXR)
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 
-%description -n libIexMath7
+%description -n libIexMath%{so_suffix}
 %{summary}.
 
-%post -n libIexMath7 -p /sbin/ldconfig
+%post -n libIexMath%{so_suffix} -p /sbin/ldconfig
 
-%postun -n libIexMath7 -p /sbin/ldconfig
+%postun -n libIexMath%{so_suffix} -p /sbin/ldconfig
 
-%files -n libIexMath7
+%files -n libIexMath%{so_suffix}
 %defattr(-,root,root,-)
-%{_libdir}/libIexMath.so.*
+%{_libdir}/libIexMath*.so.*
 
-%package -n libIex7
+%package -n libIex%{so_suffix}
 Summary:        Base library for ILM software (OpenEXR)
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 
-%description -n libIex7
+%description -n libIex%{so_suffix}
 %{summary}.
 
-%post -n libIex7 -p /sbin/ldconfig
+%post -n libIex%{so_suffix} -p /sbin/ldconfig
 
-%postun -n libIex7 -p /sbin/ldconfig
+%postun -n libIex%{so_suffix} -p /sbin/ldconfig
 
-%files -n libIex7
+%files -n libIex%{so_suffix}
 %defattr(-,root,root,-)
-%{_libdir}/libIex.so.*
+%{_libdir}/libIex-*.so.*
 
-%package -n libIlmThread7
+%package -n libIlmThread%{so_suffix}
 Summary:        Base library for ILM software (OpenEXR)
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 
-%description -n libIlmThread7
+%description -n libIlmThread%{so_suffix}
 %{summary}.
 
-%post -n libIlmThread7 -p /sbin/ldconfig
+%post -n libIlmThread%{so_suffix} -p /sbin/ldconfig
 
-%postun -n libIlmThread7 -p /sbin/ldconfig
+%postun -n libIlmThread%{so_suffix} -p /sbin/ldconfig
 
-%files -n libIlmThread7
+%files -n libIlmThread%{so_suffix}
 %defattr(-,root,root,-)
-%{_libdir}/libIlmThread.so.*
+%{_libdir}/libIlmThread*.so.*
 
-%package -n libImath7
+%package -n libImath%{so_suffix}
 Summary:        Base library for ILM software (OpenEXR)
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 
-%description -n libImath7
+%description -n libImath%{so_suffix}
 %{summary}.
 
-%post -n libImath7 -p /sbin/ldconfig
+%post -n libImath%{so_suffix} -p /sbin/ldconfig
 
-%postun -n libImath7 -p /sbin/ldconfig
+%postun -n libImath%{so_suffix} -p /sbin/ldconfig
 
-%files -n libImath7
+%files -n libImath%{so_suffix}
 %defattr(-,root,root,-)
-%{_libdir}/libImath.so.*
+%{_libdir}/libImath*.so.*
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0
 %patch1 -p1
-%patch2
-%patch3 -p1
 
 # remove a non unix READMEs
 rm README.win32

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.pgQURm/_old  2013-04-20 17:44:34.000000000 +0200
+++ /var/tmp/diff_new_pack.pgQURm/_new  2013-04-20 17:44:34.000000000 +0200
@@ -1,6 +1,6 @@
-libHalf7
-libImath7
-libIlmThread7
-libIexMath7
-libIex7
+libHalf10
+libImath-2_0-10
+libIlmThread-2_0-10
+libIexMath-2_0-10
+libIex-2_0-10
 

++++++ ilmbase-1.0.3.tar.gz -> ilmbase-2.0.0.tar.gz ++++++
++++ 77777 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to