Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2014-01-07 13:52:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and      /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "enblend-enfuse"

Changes:
--------
--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes    
2013-06-05 13:27:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes       
2014-01-07 13:52:39.000000000 +0100
@@ -1,0 +2,48 @@
+Sun Dec 29 11:34:15 UTC 2013 - [email protected]
+
+- update to patchlevel 2 of version 4.1:
+   [Enblend and Enfuse] Fix a bug in the highlight-recovery that caused
+   Enfuse to bail out with the uncaught exception
+     "Minimizer1D::set_bracket: minimum not bracketed".
+   This addresses LaunchPad Bug #1214004.
+  
+   [Enfuse] Clean up seemingly random, bright-colored pixels that
+   sometimes show up when fusing images with high contrast and "large"
+   color profiles.
+  
+   [Enblend only] Fix a race condition in the seam-line optimizer that
+   can cause wrongly placed seams.
+  
+   [Enblend and Enfuse] Use a per-thread storage of all OpenMP
+   Vigra-functors.  This avoids data races.
+  
+   [Enblend and Enfuse] The Boost implementation of the `Mersenne
+   Twister' random number generator caused segmentation faults when
+   used in the OpenMP-enabled versions of Enblend and Enfuse.  The new
+   implementation is based on the GNU Scientific Library (GSL), which
+   plays nicely with concurrent accesses.
+  
+   [Enblend only] Correct a mistake that causes overlapping images with
+   multiple seams to be blended incorrectly.
+  
+   [Enblend only] Require the OpenGL extension
+   `GL_ARB_texture_rectangle' for the `--gpu' option to work.  This
+   does away with a pesky warning of OpenGL drivers that do support
+   this extension and avoids crashes with drivers that don't.
+  
+   The GPU performance improvement of Enblend via `--gpu' now is only
+   available with drivers that feature `GL_ARB_texture_rectangle'
+   (among many other required OpenGL extensions).
+  
+   The OpenGL warning about odd texture sizes is unaffected by this
+   change.
+  
+   [Enblend and Enfuse] Fix a longstanding quirk, which allowed to load
+   masks that were unsuitable for processing.
+
+- no more signed tar balls, droping gpg verification :/
+
+- modified patches:
+  * use-default-gcc-inlining.diff
+
+-------------------------------------------------------------------

Old:
----
  enblend-enfuse-4.1.tar.gz
  enblend-enfuse-4.1.tar.gz.asc
  enblend-enfuse-html2xhtml
  enblend-enfuse.keyring

New:
----
  enblend-enfuse-4.1.2.tar.gz

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

Other differences:
------------------
++++++ enblend-enfuse.spec ++++++
--- /var/tmp/diff_new_pack.A6ADyo/_old  2014-01-07 13:52:39.000000000 +0100
+++ /var/tmp/diff_new_pack.A6ADyo/_new  2014-01-07 13:52:39.000000000 +0100
@@ -21,13 +21,9 @@
 Summary:        Tool for Composing Images
 License:        GPL-2.0+
 Group:          Productivity/Graphics/Other
-Version:        4.1
+Version:        4.1.2
 Release:        0
-Source:         
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:        
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
-Source2:        %{name}.keyring
-# This file is missing in the tarball. Downloaded from hg: 
https://sourceforge.net/p/enblend/code/ci/8d53b58392888c74ee96f59ca4b005915ccfa6d6/tree/doc/html2xhtml
-Source3:        enblend-enfuse-html2xhtml
+Source:         
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-4.1/%{name}-%{version}.tar.gz
 Patch1:         use-default-gcc-inlining.diff
 BuildRequires:  ImageMagick
 BuildRequires:  OpenEXR-devel
@@ -75,11 +71,7 @@
 
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{S:1}
-%endif
 %setup -q
-cp -a %{S:3} doc/html2xhtml ; chmod +x doc/html2xhtml
 %patch1
 
 %build

++++++ enblend-enfuse-4.1.tar.gz -> enblend-enfuse-4.1.2.tar.gz ++++++
++++ 13753 lines of diff (skipped)

++++++ use-default-gcc-inlining.diff ++++++
--- /var/tmp/diff_new_pack.A6ADyo/_old  2014-01-07 13:52:40.000000000 +0100
+++ /var/tmp/diff_new_pack.A6ADyo/_new  2014-01-07 13:52:40.000000000 +0100
@@ -1,6 +1,8 @@
---- configure.in
+Index: configure.in
+===================================================================
+--- configure.in.orig
 +++ configure.in
-@@ -77,11 +77,6 @@
+@@ -77,11 +77,6 @@ AS_IF([test "$with_openexr" = no],
            have_exr=no
         fi])
  
@@ -12,7 +14,7 @@
  AC_ARG_VAR(OPENGL_CFLAGS, [C compiler flags for OpenGL])
  AC_ARG_VAR(OPENGL_LIBS, [Linker flags and libraries for OpenGL])
  gpu_support_default="yes"
-@@ -496,7 +491,7 @@
+@@ -496,7 +491,7 @@ if test "$enable_debug" = yes; then
      AC_MSG_RESULT(yes)
      enable_debug=yes
  else

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

Reply via email to