Hello community,

here is the log from the commit of package openexr for openSUSE:Factory checked 
in at 2013-11-28 07:38:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-07-16 
16:45:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openexr.new/openexr.changes     2013-11-28 
07:38:24.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Nov 27 09:17:45 UTC 2013 - [email protected]
+
+- update to 2.1.0
+  This release includes a refactoring of the optimised read paths for RGBA
+  data, optimisations for some of the python bindings to Imath, improvements to
+  the cmake build environment as well as additional documentation describing
+  deep data in more detail.
+- make tests conditional, enable fuzz test and huge test 
+
+-------------------------------------------------------------------

Old:
----
  openexr-2.0.1.tar.gz
  openexr-2.0.1.tar.gz.sig

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

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

Other differences:
------------------
++++++ openexr.spec ++++++
--- /var/tmp/diff_new_pack.h3KS5o/_old  2013-11-28 07:38:25.000000000 +0100
+++ /var/tmp/diff_new_pack.h3KS5o/_new  2013-11-28 07:38:25.000000000 +0100
@@ -16,10 +16,14 @@
 #
 
 
-%global so_suffix -Imf_2_0-20
+%global so_suffix -Imf_2_1-21
+
+# 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.0.1
+Version:        2.1.0
 Release:        0
 Summary:        Utilities for work with HDR images in OpenEXR format
 License:        BSD-3-Clause
@@ -33,9 +37,9 @@
 BuildRequires:  fltk-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
-BuildRequires:  ilmbase-devel >= 2.0.0
 BuildRequires:  pkg-config
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(IlmBase) = %{version}
+BuildRequires:  pkgconfig(zlib)
 Obsoletes:      OpenEXR <= 1.6.1
 Provides:       OpenEXR = %{version}
 Source0:        
http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
@@ -109,6 +113,12 @@
 %{?gpg_verify: %gpg_verify %{S:1}}
 %setup -q
 
+# poor man's fdupes
+if cmp COPYING LICENSE; then
+    rm -rf LICENSE
+    ln -sf COPYING LICENSE
+fi
+
 # remove a non-linux file
 %{__rm} README.win32 README.OSX
 
@@ -121,7 +131,8 @@
    --with-pic \
    --enable-large-stack \
    --enable-imfexamples \
-   --enable-imfuzztest
+   --enable-imffuzztest \
+   --enable-imfhugetest
 %{__make} %{?_smp_mflags}
 
 %install
@@ -132,9 +143,9 @@
 mv %{buildroot}%{_datadir}/doc/OpenEXR-2* 
%{buildroot}%{_defaultdocdir}/%{name}-%{version}
 
 %check
-#XXX: it seems running tests in BS is not very reliable, so
-#     so let disable it
-# % {__make} check
+%if %{with tests}
+%{__make} check
+%endif
 
 %files
 %defattr(-,root,root)

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.h3KS5o/_old  2013-11-28 07:38:25.000000000 +0100
+++ /var/tmp/diff_new_pack.h3KS5o/_new  2013-11-28 07:38:25.000000000 +0100
@@ -1 +1 @@
-libIlmImf-Imf_2_0-20
+libIlmImf-Imf_2_1-21

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

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

Reply via email to