rpms/ghostscript/devel ghostscript.spec,1.129,1.130

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 24 10:35:04 UTC 2007


Author: twaugh

Update of /cvs/dist/rpms/ghostscript/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20703

Modified Files:
	ghostscript.spec 
Log Message:
* Wed Jan 24 2007 Tim Waugh <twaugh at redhat.com> 8.15.3-6
- Configure with --with-drivers=ALL since the advertised default is not
  what gets used (bug #223819).
- Resolves: rhbz#223819



Index: ghostscript.spec
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/ghostscript.spec,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ghostscript.spec	18 Jan 2007 13:20:09 -0000	1.129
+++ ghostscript.spec	24 Jan 2007 10:35:02 -0000	1.130
@@ -5,7 +5,7 @@
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 License: GPL
 URL: http://www.cups.org/espgs/
@@ -110,7 +110,8 @@
 do
   FONTPATH="$FONTPATH${FONTPATH:+:}$path"
 done
-%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH"
+%configure --with-ijs --enable-dynamic --with-fontpath="$FONTPATH" \
+	--with-drivers=ALL
 
 # Build IJS
 cd ijs
@@ -246,6 +247,10 @@
 %{_libdir}/libijs.*a
 
 %changelog
+* Wed Jan 24 2007 Tim Waugh <twaugh at redhat.com> 8.15.3-6
+- Configure with --with-drivers=ALL since the advertised default is not
+  what gets used (bug #223819).
+
 * Thu Jan 18 2007 Tim Waugh <twaugh at redhat.com> 8.15.3-5
 - Backported gxcht 64bit crash fix from GPL trunk (bug #177763).
 




More information about the fedora-cvs-commits mailing list