Hello community, here is the log from the commit of package ImageMagick for openSUSE:Factory checked in at 2012-01-19 10:35:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ImageMagick (Old) and /work/SRC/openSUSE:Factory/.ImageMagick.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ImageMagick", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/ImageMagick/ImageMagick.changes 2011-11-14 11:53:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes 2012-01-19 10:35:03.000000000 +0100 @@ -1,0 +2,10 @@ +Tue Jan 17 19:42:15 UTC 2012 - [email protected] + +- Add explicit libbz2-devel BuildRequires +- Support LZMA +- Use libcms2 now. +- Cleanup huge dependency bloat in -devel package, this + will likely cause build fails on dependant packages + the solution is to fix your BuildRequires. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ImageMagick.spec ++++++ --- /var/tmp/diff_new_pack.vPtvLN/_old 2012-01-19 10:35:06.000000000 +0100 +++ /var/tmp/diff_new_pack.vPtvLN/_new 2012-01-19 10:35:06.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package ImageMagick # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -36,7 +36,8 @@ BuildRequires: fdupes pkgconfig BuildRequires: libtool - +BuildRequires: libbz2-devel +BuildRequires: lzma-devel %if %{with DCraw} BuildRequires: dcraw %endif @@ -54,7 +55,7 @@ %endif %if %{with LCMS} -BuildRequires: liblcms-devel +BuildRequires: liblcms2-devel %endif %if %{with TIFF} @@ -129,30 +130,7 @@ Requires: ImageMagick = %{version} Summary: Include Files and Libraries Mandatory for Development Group: Development/Libraries/C and C++ -%if %{with FreeType} -Requires: freetype2-devel -%endif -%if %{with LCMS} -Requires: liblcms-devel -%endif -%if %{with TIFF} -Requires: libtiff-devel -%endif -%if %{with WMF} -Requires: libwmf-devel -%endif -%if %{with EXIF} -Requires: libexif-devel -%endif -%if %{with JPEG} -Requires: libjasper-devel -%endif -%if %{with WEBP} -Requires: libwebp-devel -%endif -%if %{with RSVG} -Requires: librsvg-devel -%endif +Requires: glibc-devel %package extra License: PERMISSIVE-OSI-COMPLIANT @@ -214,7 +192,7 @@ %{__make} header-test.o # %build -%define CFLAGS ${RPM_OPT_FLAGS} -fstack-protector-all +%define CFLAGS ${RPM_OPT_FLAGS} %define LDFLAGS -L%{_libdir} %define system_ltdl 0 %if %system_ltdl @@ -238,7 +216,7 @@ # openmp does not work with perl module OPENMP="--disable-openmp" %endif -%configure \ +%configure --with-pic \ --enable-shared \ --without-frozenpaths \ --with-magick_plus_plus \ @@ -509,4 +487,11 @@ + + + + + + + %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
