Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory
checked in at Fri Oct 7 16:06:03 CEST 2011.



--------
--- openSUSE:Factory/ImageMagick/ImageMagick.changes    2011-09-23 
01:50:45.000000000 +0200
+++ /mounts/work_src_done/STABLE/ImageMagick/ImageMagick.changes        
2011-10-07 10:24:21.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct  6 12:47:38 UTC 2011 - pgaj...@suse.com
+
+- fixed [bnc#717871] -- imagemagick display wrong order
+  * scene.patch
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  ImageMagick-6.7.2.7-scene.patch

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

Other differences:
------------------
++++++ ImageMagick.spec ++++++
--- /var/tmp/diff_new_pack.zUQ6h5/_old  2011-10-07 16:05:56.000000000 +0200
+++ /var/tmp/diff_new_pack.zUQ6h5/_new  2011-10-07 16:05:56.000000000 +0200
@@ -106,6 +106,7 @@
 # see 
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=18435&hilit=include
 # for upstream progress
 Patch3:         ImageMagick-6.6.9.1-inc-struct.diff
+Patch4:         ImageMagick-6.7.2.7-scene.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       imagemag = %{version}
 Obsoletes:      imagemag < %{version}
@@ -198,6 +199,7 @@
 %patch1
 %patch2
 %patch3 -p1
+%patch4
 # remove together with inc-struct.diff     ----
 echo>header-test.c '#include "wand.h"'        #
 echo>wand.h '#include "wand/MagickWand.h"'    #
@@ -502,6 +504,16 @@
 
 
 
+
+
+
+
+
+
+
+
+
+
 
 
 %changelog

++++++ ImageMagick-6.7.2.7-scene.patch ++++++
http://trac.imagemagick.org/changeset/5359
Index: magick/display.c
===================================================================
--- magick/display.c
+++ magick/display.c
@@ -14578,7 +14578,7 @@
         Window name is the base of the filename.
       */
       GetPathComponent(display_image->magick_filename,TailPath,filename);
-      if (GetImageListLength(display_image) == 1)
+      if (display_image->scene == 0)
         (void) FormatLocaleString(windows->image.name,MaxTextExtent,
           "%s: %s",MagickPackageName,filename);
       else
Index: wand/display.c
===================================================================
--- wand/display.c
+++ wand/display.c
@@ -667,6 +667,7 @@
           state|=ExitState;
         if (LocaleCompare(filename,"-") == 0)
           state|=ExitState;
+        RemoveAllImageStack();
         continue;
       }
     pend=image != (Image *) NULL ? MagickTrue : MagickFalse;

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to