Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2014-03-01 14:38:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-02-15 
17:16:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes     
2014-03-01 14:38:41.000000000 +0100
@@ -1,0 +2,23 @@
+Thu Feb 27 08:25:02 UTC 2014 - pgaj...@suse.com
+
+- fix baselibs
+
+-------------------------------------------------------------------
+Wed Feb 26 20:17:35 UTC 2014 - opens...@dstoecker.de
+
+- update to 6.8.8-7
+- remove disable_mat_test.patch (fixed upstream)
+
+-------------------------------------------------------------------
+Tue Feb 18 07:28:51 UTC 2014 - pgaj...@suse.com
+
+- updated to 6.8.8-6:
+  * build against openjpeg2
+  * identify -define identify:locate=maximum locates the position of the
+    maximum value
+  * Fix case where an image moment might have a mass of 0 or a Hu moment might
+    be 0.
+  * Enhance the TXT coder to read RGB percent values, e.g. 10.008%.
+  * etc. see ChangeLog
+
+-------------------------------------------------------------------

Old:
----
  ImageMagick-6.8.8-1.tar.xz
  ImageMagick-6.8.8-1.tar.xz.asc
  disable_mat_test.patch

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

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

Other differences:
------------------
++++++ ImageMagick.spec ++++++
--- /var/tmp/diff_new_pack.p8MMyh/_old  2014-03-01 14:38:42.000000000 +0100
+++ /var/tmp/diff_new_pack.p8MMyh/_new  2014-03-01 14:38:42.000000000 +0100
@@ -43,14 +43,15 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  lzma-devel
 BuildRequires:  openexr-devel
+BuildRequires:  openjpeg2-devel
 BuildRequires:  pango-devel
 BuildRequires:  pkgconfig
 
 %define mfr_version   6.8.8
-%define mfr_revision  1
+%define mfr_revision  7
 %define quantum_depth 16
 %define source_version %{mfr_version}-%{mfr_revision}
-%define clibver   1
+%define clibver   2
 %define cxxlibver 3
 %define libspec -6_Q%{quantum_depth}
 Version:        %{mfr_version}.%{mfr_revision}
@@ -76,8 +77,6 @@
 # bugs
 # will ask upstream if needed, or if other solution exists
 Patch11:        ImageMagick-6.8.4.0-dont-build-in-install.patch
-# http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24957
-Patch12:        disable_mat_test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %package -n perl-PerlMagick
@@ -133,6 +132,102 @@
 BuildArch:      noarch
 %endif
 
+%description
+ImageMagick is a robust collection of tools and libraries to read,
+write, and manipulate an image in many image formats, including popular
+formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
+you can create images dynamically, making it suitable for Web
+applications. You can also resize, rotate, sharpen, color-reduce, or
+add special effects to an image and save your completed work in many
+different image formats. Image processing operations are available from
+the command line as well as through C, C++, and PERL-based programming
+interfaces.
+
+%description devel
+ImageMagick is a robust collection of tools and libraries to read,
+write, and manipulate an image in many image formats, including popular
+formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
+you can create images dynamically, making it suitable for Web
+applications. You can also resize, rotate, sharpen, color-reduce, or
+add special effects to an image and save your completed work in many
+different image formats. Image processing operations are available from
+the command line as well as through C, C++, and PERL-based programming
+interfaces.
+
+%description extra
+This package adds support for djvu, wmf and jpeg2000 formats and
+installs optional helper applications.
+
+ImageMagick is a robust collection of tools and libraries to read,
+write, and manipulate an image in many image formats, including popular
+formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
+you can create images dynamically, making it suitable for Web
+applications. You can also resize, rotate, sharpen, color-reduce, or
+add special effects to an image and save your completed work in many
+different image formats. Image processing operations are available from
+the command line as well as through C, C++, and PERL-based programming
+interfaces.
+
+%description -n libMagickCore%{libspec}-%{clibver}
+ImageMagick is a robust collection of tools and libraries to read,
+write, and manipulate an image in many image formats, including popular
+formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
+you can create images dynamically, making it suitable for Web
+applications. You can also resize, rotate, sharpen, color-reduce, or
+add special effects to an image and save your completed work in many
+different image formats. Image processing operations are available from
+the command line as well as through C, C++, and PERL-based programming
+interfaces.
+
+%description -n libMagickWand%{libspec}-%{clibver}
+ImageMagick is a robust collection of tools and libraries to read,
+write, and manipulate an image in many image formats, including popular
+formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
+you can create images dynamically, making it suitable for Web
+applications. You can also resize, rotate, sharpen, color-reduce, or
+add special effects to an image and save your completed work in many
+different image formats. Image processing operations are available from
+the command line as well as through C, C++, and PERL-based programming
+interfaces.
+
+%description -n perl-PerlMagick
+PerlMagick is an objected-oriented Perl interface to ImageMagick. Use
+the module to read, manipulate, or write an image or image sequence
+from within a Perl script. This makes it suitable for Web CGI scripts.
+
+%description -n libMagick++%{libspec}-%{cxxlibver}
+This is Magick++, the object-oriented C++ API for the ImageMagick
+image-processing library.
+
+Magick++ supports an object model inspired by PerlMagick. Magick++
+should be faster than PerlMagick since it is written in a compiled
+language which is not parsed at run-time. This makes it suitable for
+Web CGI programs. Images support implicit reference counting so that
+copy constructors and assignment incur almost no cost. The cost of
+actually copying an image (if necessary) is done just before
+modification and this copy is managed automatically by Magick++.
+De-referenced copies are automatically deleted. The image objects
+support value (rather than pointer) semantics so it is trivial to
+support multiple generations of an image in memory at one time.
+
+%description -n libMagick++-devel
+This is Magick++, the object-oriented C++ API for the ImageMagick
+image-processing library.
+
+Magick++ supports an object model inspired by PerlMagick. Magick++
+should be faster than PerlMagick since it is written in a compiled
+language which is not parsed at run-time. This makes it suitable for
+Web CGI programs. Images support implicit reference counting so that
+copy constructors and assignment incur almost no cost. The cost of
+actually copying an image (if necessary) is done just before
+modification and this copy is managed automatically by Magick++.
+De-referenced copies are automatically deleted. The image objects
+support value (rather than pointer) semantics so it is trivial to
+support multiple generations of an image in memory at one time.
+
+%description doc
+HTML documentation for ImageMagick library and scene examples.
+
 %prep
 %{?gpg_verify: %gpg_verify %{S:3}}
 %setup -n ImageMagick-%{source_version}
@@ -142,9 +237,6 @@
 %patch3  -p1
 %patch4  -p1
 %patch11 -p1
-%ifarch ppc ppc64 s390 s390x
-%patch12
-%endif
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -300,113 +392,4 @@
 %defattr(-,root,root)
 %{_docdir}/%{name}-doc
 
-%description
-ImageMagick is a robust collection of tools and libraries to read,
-write, and manipulate an image in many image formats, including popular
-formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
-you can create images dynamically, making it suitable for Web
-applications. You can also resize, rotate, sharpen, color-reduce, or
-add special effects to an image and save your completed work in many
-different image formats. Image processing operations are available from
-the command line as well as through C, C++, and PERL-based programming
-interfaces.
-
-%description devel
-ImageMagick is a robust collection of tools and libraries to read,
-write, and manipulate an image in many image formats, including popular
-formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
-you can create images dynamically, making it suitable for Web
-applications. You can also resize, rotate, sharpen, color-reduce, or
-add special effects to an image and save your completed work in many
-different image formats. Image processing operations are available from
-the command line as well as through C, C++, and PERL-based programming
-interfaces.
-
-%description extra
-This package adds support for djvu, wmf and jpeg2000 formats and
-installs optional helper applications.
-
-ImageMagick is a robust collection of tools and libraries to read,
-write, and manipulate an image in many image formats, including popular
-formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
-you can create images dynamically, making it suitable for Web
-applications. You can also resize, rotate, sharpen, color-reduce, or
-add special effects to an image and save your completed work in many
-different image formats. Image processing operations are available from
-the command line as well as through C, C++, and PERL-based programming
-interfaces.
-
-%description -n libMagickCore%{libspec}-%{clibver}
-ImageMagick is a robust collection of tools and libraries to read,
-write, and manipulate an image in many image formats, including popular
-formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
-you can create images dynamically, making it suitable for Web
-applications. You can also resize, rotate, sharpen, color-reduce, or
-add special effects to an image and save your completed work in many
-different image formats. Image processing operations are available from
-the command line as well as through C, C++, and PERL-based programming
-interfaces.
-
-%description -n libMagickWand%{libspec}-%{clibver}
-ImageMagick is a robust collection of tools and libraries to read,
-write, and manipulate an image in many image formats, including popular
-formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick,
-you can create images dynamically, making it suitable for Web
-applications. You can also resize, rotate, sharpen, color-reduce, or
-add special effects to an image and save your completed work in many
-different image formats. Image processing operations are available from
-the command line as well as through C, C++, and PERL-based programming
-interfaces.
-
-%description -n perl-PerlMagick
-PerlMagick is an objected-oriented Perl interface to ImageMagick. Use
-the module to read, manipulate, or write an image or image sequence
-from within a Perl script. This makes it suitable for Web CGI scripts.
-
-%description -n libMagick++%{libspec}-%{cxxlibver}
-This is Magick++, the object-oriented C++ API for the ImageMagick
-image-processing library.
-
-Magick++ supports an object model inspired by PerlMagick. Magick++
-should be faster than PerlMagick since it is written in a compiled
-language which is not parsed at run-time. This makes it suitable for
-Web CGI programs. Images support implicit reference counting so that
-copy constructors and assignment incur almost no cost. The cost of
-actually copying an image (if necessary) is done just before
-modification and this copy is managed automatically by Magick++.
-De-referenced copies are automatically deleted. The image objects
-support value (rather than pointer) semantics so it is trivial to
-support multiple generations of an image in memory at one time.
-
-%description -n libMagick++-devel
-This is Magick++, the object-oriented C++ API for the ImageMagick
-image-processing library.
-
-Magick++ supports an object model inspired by PerlMagick. Magick++
-should be faster than PerlMagick since it is written in a compiled
-language which is not parsed at run-time. This makes it suitable for
-Web CGI programs. Images support implicit reference counting so that
-copy constructors and assignment incur almost no cost. The cost of
-actually copying an image (if necessary) is done just before
-modification and this copy is managed automatically by Magick++.
-De-referenced copies are automatically deleted. The image objects
-support value (rather than pointer) semantics so it is trivial to
-support multiple generations of an image in memory at one time.
-
-%description doc
-HTML documentation for ImageMagick library and scene examples.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 %changelog

++++++ ImageMagick-6.7.6.1-no-dist-lzip.patch ++++++
--- /var/tmp/diff_new_pack.p8MMyh/_old  2014-03-01 14:38:42.000000000 +0100
+++ /var/tmp/diff_new_pack.p8MMyh/_new  2014-03-01 14:38:42.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- ImageMagick-6.7.6-1.orig/configure.ac
 +++ ImageMagick-6.7.6-1/configure.ac
-@@ -128,7 +128,7 @@ AC_SUBST(PACKAGE_VERSION_ADDENDUM)dnl
+@@ -160,7 +160,7 @@ AC_SUBST(PACKAGE_VERSION_ADDENDUM)dnl
  # Ensure that make can run correctly
  AM_SANITY_CHECK
  

++++++ ImageMagick-6.8.5.7-no-XPMCompliance.patch ++++++
--- /var/tmp/diff_new_pack.p8MMyh/_old  2014-03-01 14:38:42.000000000 +0100
+++ /var/tmp/diff_new_pack.p8MMyh/_new  2014-03-01 14:38:42.000000000 +0100
@@ -2,7 +2,7 @@
 ===================================================================
 --- ImageMagick-6.8.5-7.orig/coders/xpm.c
 +++ ImageMagick-6.8.5-7/coders/xpm.c
-@@ -382,7 +382,7 @@ static Image *ReadXPMImage(const ImageIn
+@@ -386,7 +386,7 @@ static Image *ReadXPMImage(const ImageIn
          image->storage_class=DirectClass;
          image->matte=MagickTrue;
        }

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


++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.p8MMyh/_old  2014-03-01 14:38:42.000000000 +0100
+++ /var/tmp/diff_new_pack.p8MMyh/_new  2014-03-01 14:38:42.000000000 +0100
@@ -1,10 +1,10 @@
-libMagickCore-6_Q16-1
-libMagickWand-6_Q16-1
+libMagickCore-6_Q16-2
+libMagickWand-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>"
+   requires "libMagickCore-6_Q16-2-<targettype> = <version>"
+   requires "libMagickWand-6_Q16-2-<targettype> = <version>"
 libMagick++-devel
    requires -ImageMagick-<targettype>
    requires "libMagick++-6_Q16-3-<targettype> = <version>"

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

Reply via email to