Hello community,

here is the log from the commit of package ImageMagick for openSUSE:Factory 
checked in at 2013-04-07 14:29:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-04-05 
07:45:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ImageMagick.new/ImageMagick.changes     
2013-04-07 14:29:18.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Apr  7 12:00:44 UTC 2013 - [email protected]
+
+- add ImageMagick-6.8.4.0-fix-wand.pc.patch to fix build of e.g.
+  emacs and xine-lib, who rely on pkg-config --libs Wand returning
+  actually MagickWand and not MagickCore (looks like a copy&paste
+  error of upstream)
+
+-------------------------------------------------------------------

New:
----
  ImageMagick-6.8.4.0-fix-wand.pc.patch

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

Other differences:
------------------
++++++ ImageMagick.spec ++++++
--- /var/tmp/diff_new_pack.HbuaBt/_old  2013-04-07 14:29:20.000000000 +0200
+++ /var/tmp/diff_new_pack.HbuaBt/_new  2013-04-07 14:29:20.000000000 +0200
@@ -68,6 +68,8 @@
 Patch10:        ImageMagick-6.8.4.0-test-signatures.patch
 # will ask upstream if needed, or if other solution exists
 Patch11:        ImageMagick-6.8.4.0-dont-build-in-install.patch
+# PATCH-FIX-UPSTREAM ImageMagick-6.8.4.0-fix-wand.pc.patch fix e.g. emacs 
build, pkg-config --libs Wand returns wrong lib
+Patch12:        ImageMagick-6.8.4.0-fix-wand.pc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %package -n perl-PerlMagick
@@ -131,6 +133,7 @@
 %patch3  -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -390,34 +393,4 @@
 HTML documentation for ImageMagick library and scene examples.
 
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 %changelog

++++++ ImageMagick-6.8.4.0-fix-wand.pc.patch ++++++
Index: ImageMagick-6.8.4-0/wand/Wand.pc.in
===================================================================
--- ImageMagick-6.8.4-0.orig/wand/Wand.pc.in
+++ ImageMagick-6.8.4-0/wand/Wand.pc.in
@@ -2,10 +2,10 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@/ImageMagick-@MAGICK_MAJOR_VERSION@
-libname=MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@
+libname=MagickWand-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@
  
 Name: MagickWand
-Description: MagickCore - C API for ImageMagick (ABI @MAGICK_ABI_SUFFIX@)
+Description: MagickWand - C API for ImageMagick (ABI @MAGICK_ABI_SUFFIX@)
 Version: @PACKAGE_VERSION@
 Requires: MagickCore
 Libs: -L${libdir} -l${libname}
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to