rpms/GraphicsMagick/devel GraphicsMagick.spec,1.11,1.12

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


Author: ixs

Update of /cvs/pkgs/rpms/GraphicsMagick/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22692

Modified Files:
	GraphicsMagick.spec 
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.



Index: GraphicsMagick.spec
===================================================================
RCS file: /cvs/pkgs/rpms/GraphicsMagick/devel/GraphicsMagick.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- GraphicsMagick.spec	28 Jul 2007 18:24:57 -0000	1.11
+++ GraphicsMagick.spec	29 Jul 2007 09:52:45 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: An ImageMagick fork, offering faster image generation and better quality
 Name: GraphicsMagick
 Version: 1.1.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT
 Group: Applications/Multimedia
 Source0: http://download.sourceforge.net/graphicsmagick/GraphicsMagick-%{version}.tar.bz2
@@ -87,10 +87,11 @@
 
 %prep
 %setup -q
-%patch0 -p 1 -b .gslib 
+# 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,6 +229,9 @@
 
 
 %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
 




More information about the scm-commits mailing list