Hello community,

here is the log from the commit of package GraphicsMagick for openSUSE:Factory 
checked in at 2012-06-05 15:31:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/GraphicsMagick (Old)
 and      /work/SRC/openSUSE:Factory/.GraphicsMagick.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "GraphicsMagick", Maintainer is "pgaj...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/GraphicsMagick/GraphicsMagick.changes    
2012-05-08 11:14:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.GraphicsMagick.new/GraphicsMagick.changes       
2012-06-05 15:31:38.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun  4 08:50:13 UTC 2012 - pgaj...@suse.com
+
+- added PerlMagick/typemap to build module with perl 5.16; to be
+  removed for 1.4.0
+
+-------------------------------------------------------------------

New:
----
  typemap

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

Other differences:
------------------
++++++ GraphicsMagick.spec ++++++
--- /var/tmp/diff_new_pack.hWszz1/_old  2012-06-05 15:31:40.000000000 +0200
+++ /var/tmp/diff_new_pack.hWszz1/_new  2012-06-05 15:31:40.000000000 +0200
@@ -29,6 +29,9 @@
 Group:          Productivity/Graphics/Convertors
 #Source:         
ftp://ftp.GraphicsMagick.org/pub/%{name}/%{base_version}/%{name}-%{version}.tar.bz2
 Source:         %{name}-%{version}.tar.bz2
+# following typemap file is needed for building PerlMagick with perl 5.16;
+# should be present in Graphics Magick 1.4.0
+Source1:        typemap
 Patch2:         %{name}-%{version}-debian-fixed.patch
 Patch10:        %{name}-%{version}-include.patch
 Url:            http://www.GraphicsMagick.org/
@@ -253,6 +256,13 @@
 #      --with-perl-options="$PERLOPTS" \
 make %{?jobs:-j%jobs}
 cd PerlMagick
+if [ -e PerlMagick/typemap ]; then
+  echo "With Graphics Magick 1.4.0, typmap exists yet, please "
+  echo "no need to carry it as a package source anymore."
+  exit 1
+else
+  cp %{SOURCE1} .
+fi
 perl Makefile.PL
 make %{?jobs:-j%jobs} LD_RUN_PATH="/usr/%{_lib}"
 

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

Reply via email to