Hello community,

here is the log from the commit of package openexr for openSUSE:Factory checked 
in at 2015-01-30 23:57:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openexr (Old)
 and      /work/SRC/openSUSE:Factory/.openexr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openexr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openexr/openexr.changes  2014-08-28 
21:05:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openexr.new/openexr.changes     2015-01-30 
23:57:46.000000000 +0100
@@ -1,0 +2,17 @@
+Thu Jan 29 09:50:21 UTC 2015 - [email protected]
+
+- Update to 2.2.0
+  * DreamWorks Lossy Compression A new high quality, high performance lossy
+    compression codec contributed by DreamWorks Animation. This codec allows
+    control over variable lossiness to balance visual quality and file size.
+    This contribution also includes performance improvements that speed up
+    the PIZ codec.
+  * IlmImfUtil A new library intended to aid in development of image file
+    manipulation utilities that support the many types of OpenEXR images.
+  * This release also includes improvements to cross-platform build support
+    using CMake.
+- Bumped the soname, and now we have libIlmImf and libIlmImfUtil
+- Removed openexr-2.1.0-headers.patch
+- Updated openexr.keyring from the savannah project page.
+
+-------------------------------------------------------------------

Old:
----
  openexr-2.1.0-headers.patch
  openexr-2.1.0.tar.gz
  openexr-2.1.0.tar.gz.sig

New:
----
  openexr-2.2.0.tar.gz
  openexr-2.2.0.tar.gz.sig

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

Other differences:
------------------
++++++ openexr.spec ++++++
--- /var/tmp/diff_new_pack.4u47p4/_old  2015-01-30 23:57:47.000000000 +0100
+++ /var/tmp/diff_new_pack.4u47p4/_new  2015-01-30 23:57:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openexr
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
 #
 
 
-%global so_suffix -Imf_2_1-21
+%global so_suffix -2_2-22
 
 # tests should run at least during local build
 # but do expect a HUGE number of memory, so beware
 %bcond_with tests
 
 Name:           openexr
-Version:        2.1.0
+Version:        2.2.0
 Release:        0
 Summary:        Utilities for work with HDR images in OpenEXR format
 License:        BSD-3-Clause
@@ -43,8 +43,6 @@
 Source1:        
http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig
 Source2:        baselibs.conf
 Source3:        openexr.keyring
-# PATCH-FIX-UPSTREAM install ImfDeepImageStateAttribute.h header too Rex 
Dieter<[email protected]>
-Patch0:         openexr-2.1.0-headers.patch
 
 %description
 OpenEXR is a high dynamic-range (HDR) image file format developed by
@@ -78,6 +76,25 @@
 %doc COPYING
 %{_libdir}/libIlmImf-*.so.*
 
+%package -n libIlmImfUtil%{so_suffix}
+Summary:        Library to simplify development of OpenEXR utilities
+Group:          Development/Libraries/C and C++
+
+%description -n libIlmImfUtil%{so_suffix}
+OpenEXR is a high dynamic-range (HDR) image file format developed by
+Industrial Light & Magic for use in computer imaging applications.
+
+This package contains shared library libIlmImfUtil
+
+%post -n libIlmImfUtil%{so_suffix} -p /sbin/ldconfig
+
+%postun -n libIlmImfUtil%{so_suffix} -p /sbin/ldconfig
+
+%files -n libIlmImfUtil%{so_suffix}
+%defattr(-,root,root)
+%doc COPYING
+%{_libdir}/libIlmImfUtil-*.so.*
+
 %package devel
 Summary:        Library to Handle EXR Pictures (16-bit floating-point format)
 Group:          Development/Libraries/C and C++
@@ -86,6 +103,7 @@
 Obsoletes:      libopenexr-devel <= 1.7.0
 Provides:       libopenexr-devel = %{version}
 Requires:       libIlmImf%{so_suffix} = %{version}
+Requires:       libIlmImfUtil%{so_suffix} = %{version}
 Requires:       libilmbase-devel
 Requires:       pkg-config
 Requires:       zlib-devel
@@ -111,8 +129,6 @@
 %prep
 %setup -q
 
-%patch0 -p1
-
 # poor man's fdupes
 if cmp COPYING LICENSE; then
     rm -rf LICENSE
@@ -162,6 +178,7 @@
 %defattr(-,root,root)
 %{_includedir}/OpenEXR
 %{_libdir}/libIlmImf.so
+%{_libdir}/libIlmImfUtil.so
 %{_libdir}/pkgconfig/OpenEXR.pc
 %{_datadir}/aclocal/openexr.m4
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.4u47p4/_old  2015-01-30 23:57:47.000000000 +0100
+++ /var/tmp/diff_new_pack.4u47p4/_new  2015-01-30 23:57:47.000000000 +0100
@@ -1,2 +1,3 @@
-libIlmImf-Imf_2_1-21
+libIlmImf-2_2-22
+libIlmImfUtil-2_2-22
     obsoletes "OpenEXR-<targettype> < <version>"

++++++ openexr-2.1.0.tar.gz -> openexr-2.2.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/openexr/openexr-2.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.openexr.new/openexr-2.2.0.tar.gz differ: char 5, 
line 1

++++++ openexr.keyring ++++++
Files /var/tmp/diff_new_pack.4u47p4/_old and /var/tmp/diff_new_pack.4u47p4/_new 
differ

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

Reply via email to