Hello community, here is the log from the commit of package ImageMagick for openSUSE:Factory checked in at 2017-10-10 11:35:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ImageMagick (Old) and /work/SRC/openSUSE:Factory/.ImageMagick.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ImageMagick" Tue Oct 10 11:35:20 2017 rev:145 rq:531538 version:7.0.7.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes 2017-09-29 11:49:16.586497595 +0200 +++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 2017-10-10 11:35:22.683508300 +0200 @@ -1,0 +2,21 @@ +Thu Oct 5 07:08:47 UTC 2017 - [email protected] + +- updated to 7.0.7-6 + * Reset the magick_list_initialized boolean when needed. + * Fixed numerous memory leaks. + * Support URW-base35 fonts. + * Removed "ping_preserve_iCCP=MagickTrue;" statement that was + inadvertently added to coders/png.c. + +------------------------------------------------------------------- +Tue Oct 3 17:59:11 UTC 2017 - [email protected] + +- %make_install only for sle12 and higher + +------------------------------------------------------------------- +Mon Oct 2 21:48:11 UTC 2017 - [email protected] + +- Update package summaries and RPM groups. + Make use of %make_install. + +------------------------------------------------------------------- Old: ---- ImageMagick-7.0.7-4.tar.bz2 ImageMagick-7.0.7-4.tar.bz2.asc New: ---- ImageMagick-7.0.7-6.tar.bz2 ImageMagick-7.0.7-6.tar.bz2.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ImageMagick.spec ++++++ --- /var/tmp/diff_new_pack.szKaPH/_old 2017-10-10 11:35:23.995450720 +0200 +++ /var/tmp/diff_new_pack.szKaPH/_new 2017-10-10 11:35:24.003450370 +0200 @@ -18,7 +18,7 @@ %define maj 7 %define mfr_version %{maj}.0.7 -%define mfr_revision 4 +%define mfr_revision 6 %define quantum_depth 16 %define source_version %{mfr_version}-%{mfr_revision} %define clibver 4 @@ -117,7 +117,7 @@ Requires: perl = %{perl_version} %package devel -Summary: Include Files and Libraries Mandatory for Development +Summary: Development files for ImageMagick's C interface Group: Development/Libraries/C and C++ Requires: ImageMagick = %{version} Requires: glibc-devel @@ -131,7 +131,7 @@ %endif %package extra -Summary: Viewer and Converter for Images - extra codecs +Summary: Extra codecs for the ImageMagick image viewer/converter Group: Productivity/Graphics/Other Requires: ImageMagick = %{version} Requires: libMagickCore%{libspec}%{clibver} = %{version} @@ -143,21 +143,21 @@ Recommends: transfig %package -n libMagickCore%{libspec}%{clibver} -Summary: Viewer and Converter for Images - runtime library +Summary: C runtime library for ImageMagick Group: Productivity/Graphics/Other Suggests: ImageMagick-extra = %{version} %package -n libMagickWand%{libspec}%{cwandver} -Summary: Viewer and Converter for Images - runtime library +Summary: C runtime library for ImageMagick Group: Productivity/Graphics/Other %package -n libMagick++%{libspec}%{cxxlibver} -Summary: C++ Interface for ImageMagick - runtime library +Summary: C++ interface runtime library for ImageMagick Group: Development/Libraries/C and C++ Requires: ImageMagick %package -n libMagick++-devel -Summary: C++ Interface for ImageMagick - files mandatory for development +Summary: Development files for ImageMagick's C++ interface Group: Development/Libraries/C and C++ Requires: libMagick++%{libspec}%{cxxlibver} = %{version} Requires: libstdc++-devel @@ -169,7 +169,7 @@ %package doc Summary: Document Files for ImageMagick Library -Group: Development/Libraries/C and C++ +Group: Documentation/HTML %if 0%{?suse_version} >= 1315 BuildArch: noarch %endif @@ -182,7 +182,7 @@ 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 +the command line as well as through C, C++, and Perl-based programming interfaces. %description devel @@ -193,7 +193,7 @@ 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 +the command line as well as through C, C++, and Perl-based programming interfaces. %description extra @@ -207,7 +207,7 @@ 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 +the command line as well as through C, C++, and Perl-based programming interfaces. %description -n libMagickCore%{libspec}%{clibver} @@ -218,7 +218,7 @@ 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 +the command line as well as through C, C++, and Perl-based programming interfaces. %description -n libMagickWand%{libspec}%{cwandver} @@ -229,7 +229,7 @@ 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 +the command line as well as through C, C++, and Perl-based programming interfaces. %description -n perl-PerlMagick @@ -341,9 +341,13 @@ cd .. %install +%if 0%{?suse_version} >= 1315 +%make_install pkgdocdir=%{_defaultdocdir}/%{name}-%{maj}/ +%else make install \ DESTDIR=%{buildroot} \ pkgdocdir=%{_defaultdocdir}/%{name}-%{maj}/ +%endif # symlink header file relative to /usr/include/ImageMagick-7/ # so that inclusions like wand/*.h and magick/*.h work ln -s ./MagickCore %{buildroot}%{_includedir}/%{name}-%{maj}/magick ++++++ ImageMagick-7.0.7-4.tar.bz2 -> ImageMagick-7.0.7-6.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick-7.0.7-4.tar.bz2 /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick-7.0.7-6.tar.bz2 differ: char 11, line 1
