rpms/GraphicsMagick/FC-6 GraphicsMagick-1.1.8-MagickSpawnVP.patch, NONE, 1.1 GraphicsMagick.spec, 1.8, 1.9 sources, 1.2, 1.3 GraphicsMagick-palm.patch, 1.1, NONE

Andreas Thienemann (ixs) fedora-extras-commits at redhat.com
Sun Jul 29 09:56:54 UTC 2007


Author: ixs

Update of /cvs/pkgs/rpms/GraphicsMagick/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22889

Modified Files:
	GraphicsMagick.spec sources 
Added Files:
	GraphicsMagick-1.1.8-MagickSpawnVP.patch 
Removed Files:
	GraphicsMagick-palm.patch 
Log Message:
* Sun Jul 29 2007 Andreas Thienemann <andreas at bawue.net> - 1.1.8-2
- Building without gslib support as it results in segfaults.


GraphicsMagick-1.1.8-MagickSpawnVP.patch:

--- NEW FILE GraphicsMagick-1.1.8-MagickSpawnVP.patch ---
--- GraphicsMagick-1.1.8/magick/delegate.c.orig	2007-07-28 19:54:58.000000000 +0200
+++ GraphicsMagick-1.1.8/magick/delegate.c	2007-07-28 19:53:34.000000000 +0200
@@ -753,7 +753,7 @@ MagickExport unsigned int InvokePostscri
         int arg_count;
         char **arg_array;
         arg_array = StringToArgv(command,&arg_count);
-        return MagickSpawnVP(arg_array[1],arg_array+1);
+        return MagickSpawnVP(0, arg_array[1],arg_array+1);
       }
 #else
       return(SystemCommand(verbose,command));


Index: GraphicsMagick.spec
===================================================================
RCS file: /cvs/pkgs/rpms/GraphicsMagick/FC-6/GraphicsMagick.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- GraphicsMagick.spec	7 Mar 2007 10:17:16 -0000	1.8
+++ GraphicsMagick.spec	29 Jul 2007 09:56:22 -0000	1.9
@@ -1,12 +1,12 @@
 Summary: An ImageMagick fork, offering faster image generation and better quality
 Name: GraphicsMagick
-Version: 1.1.7
-Release: 7%{?dist}
+Version: 1.1.8
+Release: 2%{?dist}
 License: MIT
 Group: Applications/Multimedia
 Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2
 Patch0: GraphicsMagick-gslib.patch
-Patch1: GraphicsMagick-palm.patch
+Patch1: GraphicsMagick-1.1.8-MagickSpawnVP.patch
 Url: http://www.graphicsmagick.org/
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: bzip2-devel, freetype-devel, libjpeg-devel, libpng-devel
@@ -14,7 +14,7 @@
 BuildRequires: freetype-devel >= 2.0.1
 BuildRequires: automake >= 1.7 autoconf >= 2.58 libtool >= 1.5
 BuildRequires: ghostscript-devel
-BuildRequires: libwmf-devel
+BuildRequires: libwmf-devel, perl-devel
 BuildRequires: lcms-devel, libxml2-devel, librsvg2-devel
 BuildRequires: libX11-devel libXext-devel libXt-devel
 
@@ -87,10 +87,11 @@
 
 %prep
 %setup -q
-%patch0 -p 1 -b .gslib 
-%patch1 -p 1 -b .palm
+# Disabled, causing segfaults in the gslib code path
+#%patch0 -p 1 -b .gslib 
+%patch1 -p 1 -b .spawn
 # Regenerating configure script
-autoconf
+#autoconf
 
 %build
 %configure --enable-shared \
@@ -228,8 +229,15 @@
 
 
 %changelog
+* Sun Jul 29 2007 Andreas Thienemann <andreas at bawue.net> - 1.1.8-2
+- Building without gslib support as it results in segfaults.
+
+* Sat Jul 28 2007 Andreas Thienemann <andreas at bawue.net> - 1.1.8-1
+- Update to new maintainance release 1.1.8
+
 * Wed Mar 07 2007 Andreas Thienemann <andreas at bawue.net> - 1.1.7-7
 - Fix potential CVE-2007-0770 issue.
+- Added perl-devel BuildReq
 
 * Fri Dec 01 2006 Rex Dieter <rexdieter[AT]users.sf.net> - 1.1.7-6
 - *really* fix magick_config-64.h (bug #217959)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/GraphicsMagick/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Nov 2006 13:37:41 -0000	1.2
+++ sources	29 Jul 2007 09:56:22 -0000	1.3
@@ -1 +1 @@
-f75d830ca623bf10385b3ad62c48437a  GraphicsMagick-1.1.7.tar.bz2
+0a673c0d5b3b8152c2c69e9fbbb7c1d9  GraphicsMagick-1.1.8.tar.bz2


--- GraphicsMagick-palm.patch DELETED ---




More information about the fedora-extras-commits mailing list