Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2014-01-10 21:19:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ImageMagick (Old)
 and      /work/SRC/openSUSE:Factory/.ImageMagick.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ImageMagick"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes  2013-10-08 
12:52:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes     
2014-01-10 21:19:36.000000000 +0100
@@ -1,0 +2,31 @@
+Wed Jan  8 18:01:26 UTC 2014 - [email protected]
+
+- updated to 6.8.8-1:
+  * Support points argument for draw MSL element.
+  * The -page option now correctly sets the image page offset.
+  * The -evaluate-sequence sum returns a proper alpha channel now.
+  * etc. see ChangeLog
+
+-------------------------------------------------------------------
+Wed Jan  8 14:43:18 UTC 2014 - [email protected]
+
+- really disable parallel build, don't just have a comment about it
+
+-------------------------------------------------------------------
+Wed Dec 18 11:55:23 UTC 2013 - [email protected]
+
+- updated to 6.8.7-10:
+  * fix crash when using -resize with GPU acceleration
+
+-------------------------------------------------------------------
+Mon Dec  9 08:55:53 UTC 2013 - [email protected]
+
+- updated to 6.8.7-9:
+  * fixed bug in coders/png.c that caused -define png:color-type=0 
+    to fail
+  * fixed bug in automatic selection of OpenCL device
+  * simplified interface to initialize the OpenCL environment
+  * Fix possible memory corruption when writing PSD image
+  * etc. see ChangeLog
+
+-------------------------------------------------------------------

Old:
----
  ImageMagick-6.8.6-9.tar.xz
  ImageMagick-6.8.6-9.tar.xz.asc

New:
----
  ImageMagick-6.8.8-1.tar.xz
  ImageMagick-6.8.8-1.tar.xz.asc

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

Other differences:
------------------
++++++ ImageMagick.spec ++++++
--- /var/tmp/diff_new_pack.7VkkXw/_old  2014-01-10 21:19:38.000000000 +0100
+++ /var/tmp/diff_new_pack.7VkkXw/_new  2014-01-10 21:19:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ImageMagick
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -46,12 +46,12 @@
 BuildRequires:  pango-devel
 BuildRequires:  pkgconfig
 
-%define mfr_version   6.8.6
-%define mfr_revision  9
+%define mfr_version   6.8.8
+%define mfr_revision  1
 %define quantum_depth 16
 %define source_version %{mfr_version}-%{mfr_revision}
 %define clibver   1
-%define cxxlibver 2
+%define cxxlibver 3
 %define libspec -6_Q%{quantum_depth}
 Version:        %{mfr_version}.%{mfr_revision}
 Release:        0
@@ -59,11 +59,11 @@
 License:        SUSE-ImageMagick
 Group:          Productivity/Graphics/Other
 Url:            http://www.imagemagick.org
-Source:         
ftp://mirror.checkdomain.de/imagemagick/ImageMagick-%{source_version}.tar.xz
+Source:         
http://www.imagemagick.org/download/ImageMagick-%{source_version}.tar.xz
 # To get mtime of file
 Source1:        ImageMagick.changes
 Source2:        baselibs.conf
-Source3:        
ftp://mirror.checkdomain.de/imagemagick/ImageMagick-%{source_version}.tar.xz.asc
+Source3:        
http://www.imagemagick.org/download/ImageMagick-%{source_version}.tar.xz.asc
 Source4:        ImageMagick.keyring
 # suse specific patches
 Patch0:         ImageMagick-6.6.8.9-examples.patch
@@ -169,7 +169,7 @@
 # don't build together, PerlMagick could be miscompiled when using parallel 
build[1]
 # [1] http://pkgs.fedoraproject.org/cgit/ImageMagick.git/tree/ImageMagick.spec
 make %{?_smp_mflags} all
-make %{?_smp_mflags} perl-build
+make -j1 perl-build
 
 %check
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/magick/.libs:$PWD/wand/.libs
@@ -397,5 +397,14 @@
 
 
 
+
+
+
+
+
+
+
+
+
 
 %changelog

++++++ ImageMagick-6.8.6-9.tar.xz -> ImageMagick-6.8.8-1.tar.xz ++++++
/work/SRC/openSUSE:Factory/ImageMagick/ImageMagick-6.8.6-9.tar.xz 
/work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick-6.8.8-1.tar.xz differ: 
char 26, line 1


++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.7VkkXw/_old  2014-01-10 21:19:38.000000000 +0100
+++ /var/tmp/diff_new_pack.7VkkXw/_new  2014-01-10 21:19:38.000000000 +0100
@@ -1,11 +1,11 @@
 libMagickCore-6_Q16-1
 libMagickWand-6_Q16-1
-libMagick++-6_Q16-2
+libMagick++-6_Q16-3
 ImageMagick-devel
    requires -ImageMagick-<targettype>
    requires "libMagickCore-6_Q16-1-<targettype> = <version>"
    requires "libMagickWand-6_Q16-1-<targettype> = <version>"
 libMagick++-devel
    requires -ImageMagick-<targettype>
-   requires "libMagick++-6_Q16-2-<targettype> = <version>"
+   requires "libMagick++-6_Q16-3-<targettype> = <version>"
 

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

Reply via email to