Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2013-08-12 14:24:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-18 
15:15:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes     
2013-08-12 14:24:59.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Aug  6 09:59:32 UTC 2013 - [email protected]
+
+- updated to 6.8.6-7
+  * Fix memory leak in CloneImageArtifacts and CloneImageProfiles.
+  * JPEG ICC color profile requires null after ICC tag 
+  * etc.
+- employ gpg-offline
+
+-------------------------------------------------------------------

Old:
----
  ImageMagick-6.8.5-7.tar.bz2

New:
----
  ImageMagick-6.8.6-7.tar.xz
  ImageMagick-6.8.6-7.tar.xz.asc
  ImageMagick.keyring

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

Other differences:
------------------
++++++ ImageMagick.spec ++++++
--- /var/tmp/diff_new_pack.EYfjGi/_old  2013-08-12 14:25:01.000000000 +0200
+++ /var/tmp/diff_new_pack.EYfjGi/_new  2013-08-12 14:25:01.000000000 +0200
@@ -26,6 +26,9 @@
 BuildRequires:  ghostscript-fonts-other
 BuildRequires:  ghostscript-fonts-std
 BuildRequires:  ghostscript-library
+%if 0%{?suse_version} >= 1230
+BuildRequires:  gpg-offline
+%endif
 BuildRequires:  libbz2-devel
 BuildRequires:  libdjvulibre-devel
 BuildRequires:  libexif-devel
@@ -42,11 +45,12 @@
 BuildRequires:  pango-devel
 BuildRequires:  pkgconfig
 
-%define mfr_version   6.8.5
+%define mfr_version   6.8.6
 %define mfr_revision  7
 %define quantum_depth 8
 %define source_version %{mfr_version}-%{mfr_revision}
-%define libver  1
+%define clibver   1
+%define cxxlibver 2
 %define libspec -6_Q%{quantum_depth}
 Version:        %{mfr_version}.%{mfr_revision}
 Release:        0
@@ -54,10 +58,12 @@
 License:        SUSE-ImageMagick
 Group:          Productivity/Graphics/Other
 Url:            http://www.imagemagick.org
-Source:         ImageMagick-%{source_version}.tar.bz2
+Source:         
ftp://mirror.checkdomain.de/imagemagick/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
+Source4:        ImageMagick.keyring
 # suse specific patches
 Patch0:         ImageMagick-6.6.8.9-examples.patch
 Patch1:         ImageMagick-6.6.8.9-doc.patch
@@ -73,15 +79,15 @@
 
 %package -n perl-PerlMagick
 Requires:       ImageMagick = %{version}
-Requires:       libMagickCore%{libspec}-%{libver} = %{version}
+Requires:       libMagickCore%{libspec}-%{clibver} = %{version}
 Requires:       perl = %{perl_version}
 Summary:        Perl interface for ImageMagick
 Group:          Development/Libraries/Perl
 
 %package devel
 Requires:       ImageMagick = %{version}
-Requires:       libMagickCore%{libspec}-%{libver} = %{version}
-Requires:       libMagickWand%{libspec}-%{libver} = %{version}
+Requires:       libMagickCore%{libspec}-%{clibver} = %{version}
+Requires:       libMagickWand%{libspec}-%{clibver} = %{version}
 Summary:        Include Files and Libraries Mandatory for Development
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
@@ -90,29 +96,29 @@
 
 %package extra
 Requires:       ImageMagick = %{version}
-Requires:       libMagickCore%{libspec}-%{libver} = %{version}
+Requires:       libMagickCore%{libspec}-%{clibver} = %{version}
 Summary:        Viewer and Converter for Images - extra codecs
 Group:          Productivity/Graphics/Other
 #delegates configured in delegates.xml that imagemagick can use
 Recommends:     autotrace dcraw transfig ghostscript_any hp2xx netpbm ghostpcl 
libwmf
 
-%package -n libMagickCore%{libspec}-%{libver}
+%package -n libMagickCore%{libspec}-%{clibver}
 Summary:        Viewer and Converter for Images - runtime library
 Group:          Productivity/Graphics/Other
 Suggests:       ImageMagick-extra = %{version}
 
-%package -n libMagickWand%{libspec}-%{libver}
+%package -n libMagickWand%{libspec}-%{clibver}
 Summary:        Viewer and Converter for Images - runtime library
 Group:          Productivity/Graphics/Other
 
-%package -n libMagick++%{libspec}-%{libver}
+%package -n libMagick++%{libspec}-%{cxxlibver}
 Requires:       ImageMagick
 Summary:        C++ Interface for ImageMagick - runtime library
 Group:          Development/Libraries/C and C++
 
 %package -n libMagick++-devel
 Requires:       ImageMagick-devel = %{version}
-Requires:       libMagick++%{libspec}-%{libver} = %{version}
+Requires:       libMagick++%{libspec}-%{cxxlibver} = %{version}
 Requires:       libstdc++-devel
 Summary:        C++ Interface for ImageMagick - files mandatory for development
 Group:          Development/Libraries/C and C++
@@ -125,6 +131,7 @@
 %endif
 
 %prep
+%{?gpg_verify: %gpg_verify %{S:3}}
 %setup -n ImageMagick-%{source_version}
 %patch0
 %patch1
@@ -189,17 +196,17 @@
 %endif
 rm -rf %{buildroot}/%{_datadir}/doc/%{name}
 
-%post -n libMagickCore%{libspec}-%{libver} -p /sbin/ldconfig
+%post -n libMagickCore%{libspec}-%{clibver} -p /sbin/ldconfig
 
-%postun -n libMagickCore%{libspec}-%{libver} -p /sbin/ldconfig
+%postun -n libMagickCore%{libspec}-%{clibver} -p /sbin/ldconfig
 
-%post -n libMagickWand%{libspec}-%{libver} -p /sbin/ldconfig
+%post -n libMagickWand%{libspec}-%{clibver} -p /sbin/ldconfig
 
-%postun -n libMagickWand%{libspec}-%{libver} -p /sbin/ldconfig
+%postun -n libMagickWand%{libspec}-%{clibver} -p /sbin/ldconfig
 
-%post -n libMagick++%{libspec}-%{libver} -p /sbin/ldconfig
+%post -n libMagick++%{libspec}-%{cxxlibver} -p /sbin/ldconfig
 
-%postun -n libMagick++%{libspec}-%{libver} -p /sbin/ldconfig
+%postun -n libMagick++%{libspec}-%{cxxlibver} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -209,12 +216,12 @@
 %doc %{_mandir}/man1/*
 %exclude %{_mandir}/man1/*-config.1.gz
 
-%files -n libMagickCore%{libspec}-%{libver}
+%files -n libMagickCore%{libspec}-%{clibver}
 %defattr(-,root,root)
 %doc LICENSE
 %dir %{_sysconfdir}/ImageMagick*
 %config %{_sysconfdir}/ImageMagick*/*
-%{_libdir}/libMagickCore*.so.%{libver}*
+%{_libdir}/libMagickCore*.so.%{clibver}*
 %dir %{_libdir}/ImageMagick*
 %dir %{_libdir}/ImageMagick*/modules*
 %dir %{_libdir}/ImageMagick*/modules*/*
@@ -226,10 +233,10 @@
 %{_libdir}/ImageMagick*/modules*/*/*.la
 %{_libdir}/ImageMagick*/config*
 
-%files -n libMagickWand%{libspec}-%{libver}
+%files -n libMagickWand%{libspec}-%{clibver}
 %defattr(-,root,root)
 %doc LICENSE
-%{_libdir}/libMagickWand*.so.%{libver}*
+%{_libdir}/libMagickWand*.so.%{clibver}*
 
 %files extra
 %defattr(-,root,root)
@@ -254,7 +261,6 @@
 %{_bindir}/MagickWand-config
 %{_bindir}/Magick-config
 %{_bindir}/Wand-config
-%{_libdir}/pkgconfig/MagickWand*.pc
 %{_libdir}/pkgconfig/MagickCore*.pc
 %{_libdir}/pkgconfig/ImageMagick.pc
 %{_libdir}/pkgconfig/ImageMagick-*.pc
@@ -271,10 +277,10 @@
 %{perl_vendorarch}/auto/Image
 %{perl_vendorarch}/Image
 
-%files -n libMagick++%{libspec}-%{libver}
+%files -n libMagick++%{libspec}-%{cxxlibver}
 %defattr(-,root,root)
 %doc LICENSE
-%{_libdir}/libMagick++*.so.%{libver}*
+%{_libdir}/libMagick++*.so.%{cxxlibver}*
 
 %files -n libMagick++-devel
 %defattr(-,root,root)
@@ -329,7 +335,7 @@
 the command line as well as through C, C++, and PERL-based programming
 interfaces.
 
-%description -n libMagickCore%{libspec}-%{libver}
+%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,
@@ -340,7 +346,7 @@
 the command line as well as through C, C++, and PERL-based programming
 interfaces.
 
-%description -n libMagickWand%{libspec}-%{libver}
+%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,
@@ -356,7 +362,7 @@
 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}-%{libver}
+%description -n libMagick++%{libspec}-%{cxxlibver}
 This is Magick++, the object-oriented C++ API for the ImageMagick
 image-processing library.
 
@@ -391,6 +397,10 @@
 
 
 
+
+
+
+
 
 
 

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.EYfjGi/_old  2013-08-12 14:25:01.000000000 +0200
+++ /var/tmp/diff_new_pack.EYfjGi/_new  2013-08-12 14:25:01.000000000 +0200
@@ -1,11 +1,11 @@
 libMagickCore-6_Q8-1
 libMagickWand-6_Q8-1
-libMagick++-6_Q8-1
+libMagick++-6_Q8-2
 ImageMagick-devel
    requires -ImageMagick-<targettype>
    requires "libMagickCore-6_Q8-1-<targettype> = <version>"
    requires "libMagickWand-6_Q8-1-<targettype> = <version>"
 libMagick++-devel
    requires -ImageMagick-<targettype>
-   requires "libMagick++-6_Q8-1-<targettype> = <version>"
+   requires "libMagick++-6_Q8-2-<targettype> = <version>"
 

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

Reply via email to