packages: ghostscript/ghostscript-cups-filters.patch, ghostscript/ghostscri...

arekm arekm at pld-linux.org
Fri Feb 10 11:12:00 CET 2012


Author: arekm                        Date: Fri Feb 10 10:12:00 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 9.05

---- Files affected:
packages/ghostscript:
   ghostscript-cups-filters.patch (1.1 -> 1.2) , ghostscript-cups-sh.patch (1.2 -> 1.3) , ghostscript-missquotes.patch (1.11 -> 1.12) , ghostscript.spec (1.216 -> 1.217) , ghostscript-SEAC.patch (1.1 -> NONE)  (REMOVED), ghostscript-cups-rgbw.patch (1.1 -> NONE)  (REMOVED), ghostscript-git.patch (1.4 -> NONE)  (REMOVED), ghostscript-glyph-crash.patch (1.1 -> NONE)  (REMOVED), ghostscript-jbig2dec-nullderef.patch (1.1 -> NONE)  (REMOVED), ghostscript-pxl-landscape.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/ghostscript/ghostscript-cups-filters.patch
diff -u packages/ghostscript/ghostscript-cups-filters.patch:1.1 packages/ghostscript/ghostscript-cups-filters.patch:1.2
--- packages/ghostscript/ghostscript-cups-filters.patch:1.1	Wed Nov 30 10:02:29 2011
+++ packages/ghostscript/ghostscript-cups-filters.patch	Fri Feb 10 11:11:55 2012
@@ -1,10 +1,10 @@
 diff -up ghostscript-9.02/cups/cups.mak.cups-filters ghostscript-9.02/cups/cups.mak
 --- ghostscript-9.02/cups/cups.mak.cups-filters	2011-02-28 22:31:28.000000000 +0000
 +++ ghostscript-9.02/cups/cups.mak	2011-04-04 12:39:23.691844891 +0100
-@@ -56,10 +56,8 @@ install-cups: cups
+@@ -56,10 +56,8 @@
  	    $(INSTALL_PROGRAM) $(GSTORASTER_XE) $(DESTDIR)$(CUPSSERVERBIN)/filter; \
  	fi
- 	$(INSTALL_PROGRAM) cups/pstopxl $(DESTDIR)$(CUPSSERVERBIN)/filter
+ 	$(INSTALL_PROGRAM) cups/gstopxl $(DESTDIR)$(CUPSSERVERBIN)/filter
 -	-mkdir -p $(DESTDIR)$(CUPSSERVERROOT)
 -	if [ "$(CUPSPDFTORASTER)" = "1" ]; then \
 -	    $(INSTALL_DATA) cups/gstoraster.convs $(DESTDIR)$(CUPSSERVERROOT); \
@@ -14,3 +14,4 @@
  	-mkdir -p $(DESTDIR)$(CUPSDATA)/model
  	$(INSTALL_DATA) cups/pxlcolor.ppd $(DESTDIR)$(CUPSDATA)/model
  	$(INSTALL_DATA) cups/pxlmono.ppd $(DESTDIR)$(CUPSDATA)/model
+

================================================================
Index: packages/ghostscript/ghostscript-cups-sh.patch
diff -u packages/ghostscript/ghostscript-cups-sh.patch:1.2 packages/ghostscript/ghostscript-cups-sh.patch:1.3
--- packages/ghostscript/ghostscript-cups-sh.patch:1.2	Sat Jun 11 21:00:17 2011
+++ packages/ghostscript/ghostscript-cups-sh.patch	Fri Feb 10 11:11:55 2012
@@ -1,11 +1,12 @@
 --- ghostscript-9.02/configure.ac~	2011-06-11 11:51:32.885645350 +0200
 +++ ghostscript-9.02/configure.ac	2011-06-11 11:52:19.970579073 +0200
-@@ -769,7 +769,7 @@
- 	        LCUPSINCLUDE="include \$(GLSRCDIR)/lcups.mak"
- 	        LCUPSIINCLUDE="include \$(GLSRCDIR)/lcupsi.mak"
- 	        if ( test x$with_pdftoraster != xno ); then
--	            if test "$CUPSVERSION" ">" "1.2"; then
-+	            if echo "$CUPSVERSION" | grep -q '^1\.[[2-9]]'; then
- 	                CUPSPDFTORASTER="1"
- 	            fi
- 	        fi
+@@ -909,7 +909,7 @@
+                 LCUPSINCLUDE="include \$(GLSRCDIR)/lcups.mak"
+                 LCUPSIINCLUDE="include \$(GLSRCDIR)/lcupsi.mak"
+                 if ( test x$with_pdftoraster != xno ); then
+-                    if test "$CUPSVERSION" ">" "1.2"; then
++                    if echo "$CUPSVERSION" | grep -q '^1\.[[2-9]]'; then
+                         CUPSPDFTORASTER="1"
+                     fi
+                 fi
+

================================================================
Index: packages/ghostscript/ghostscript-missquotes.patch
diff -u packages/ghostscript/ghostscript-missquotes.patch:1.11 packages/ghostscript/ghostscript-missquotes.patch:1.12
--- packages/ghostscript/ghostscript-missquotes.patch:1.11	Mon Aug  6 21:36:11 2007
+++ packages/ghostscript/ghostscript-missquotes.patch	Fri Feb 10 11:11:55 2012
@@ -58,14 +58,16 @@
 
 --- ghostscript/configure.ac~	2007-08-06 21:11:16.000000000 +0200
 +++ ghostscript/configure.ac	2007-08-06 21:15:25.337043110 +0200
-@@ -700,8 +700,8 @@
+@@ -1390,9 +1390,9 @@
  
  while test -n "$drivers"; do
- 	if echo $drivers |grep "," >/dev/null; then
--		THIS="`echo $drivers |sed -e 's/,.*//'`"
--		drivers="`echo $drivers |sed -e \"s/$THIS,//\"`"
-+		THIS=`echo $drivers |sed -e 's/,.*//'`
-+		drivers=`echo $drivers |sed -e "s/$THIS,//"`
- 	else
- 		THIS=$drivers
- 		drivers=""
+         if echo $drivers |grep "," >/dev/null; then
+-                THIS="`echo $drivers |sed -e 's/,.*//'`"
++                THIS=`echo $drivers |sed -e 's/,.*//'`
+                 SEDCMD="s/$THIS,//"
+-                drivers="`echo $drivers |sed -e $SEDCMD`"
++                drivers=`echo $drivers |sed -e $SEDCMD`
+         else
+                 THIS=$drivers
+                 drivers=""
+

================================================================
Index: packages/ghostscript/ghostscript.spec
diff -u packages/ghostscript/ghostscript.spec:1.216 packages/ghostscript/ghostscript.spec:1.217
--- packages/ghostscript/ghostscript.spec:1.216	Wed Feb  8 19:12:21 2012
+++ packages/ghostscript/ghostscript.spec	Fri Feb 10 11:11:55 2012
@@ -18,12 +18,12 @@
 Summary(pl.UTF-8):	Bezpłatny interpreter i renderer PostScriptu i PDF
 Summary(tr.UTF-8):	PostScript & PDF yorumlayıcı ve gösterici
 Name:		ghostscript
-Version:	9.04
-Release:	7
+Version:	9.05
+Release:	1
 License:	GPL v3+
 Group:		Applications/Graphics
 Source0:	http://downloads.sourceforge.net/ghostscript/%{name}-%{version}.tar.bz2
-# Source0-md5:	9f6899e821ab6d78ab2c856f10fa3023
+# Source0-md5:	8bcef1f33ddf8a4d12b2cf8da385c191
 Source1:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5:	9b5953aa0cc155f4364f20036b848585
 Patch0:		%{name}-missquotes.patch
@@ -33,20 +33,15 @@
 Patch6:		%{name}-gdevcd8-fixes.patch
 Patch7:		%{name}-fPIC.patch
 Patch8:		%{name}-zlib.patch
-Patch9:		%{name}-git.patch
 
 # fedora
 Patch20: ghostscript-scripts.patch
 Patch21: ghostscript-runlibfileifexists.patch
-Patch22: ghostscript-cups-rgbw.patch
-Patch23: ghostscript-glyph-crash.patch
-Patch24: ghostscript-jbig2dec-nullderef.patch
-Patch25: ghostscript-SEAC.patch
+
 Patch26: ghostscript-cups-filters.patch
 Patch27: ghostscript-Fontmap.local.patch
 Patch28: ghostscript-iccprofiles-initdir.patch
 Patch29: ghostscript-gdevcups-debug-uninit.patch
-Patch30: ghostscript-pxl-landscape.patch
 
 URL:		http://www.ghostscript.com/
 BuildRequires:	autoconf >= 2.57
@@ -208,19 +203,14 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
-%patch9 -p2
 
 %patch20 -p1
 %patch21 -p1
-%patch22 -p1
-%patch23 -p1
-%patch24 -p1
-%patch25 -p1
+
 %patch26 -p1
 %patch27 -p1
 %patch28 -p1
 %patch29 -p1
-%patch30 -p1
 
 %build
 %if %{with system_jbig2dec}
@@ -388,6 +378,7 @@
 %{_mandir}/man1/ps2pdf.1*
 %{_mandir}/man1/ps2pdf12.1*
 %{_mandir}/man1/ps2pdf13.1*
+%{_mandir}/man1/ps2pdf14.1*
 %{_mandir}/man1/ps2pdfwr.1*
 %{_mandir}/man1/ps2ps.1*
 %{_mandir}/man1/wftopfa.1*
@@ -399,10 +390,10 @@
 
 %files cups
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_ulibdir}/cups/filter/gstopxl
 %attr(755,root,root) %{_ulibdir}/cups/filter/gstoraster
 %attr(755,root,root) %{_ulibdir}/cups/filter/pdftoraster
 %attr(755,root,root) %{_ulibdir}/cups/filter/pstoraster
-%attr(755,root,root) %{_ulibdir}/cups/filter/pstopxl
 %{_datadir}/cups/model/pxlcolor.ppd
 %{_datadir}/cups/model/pxlmono.ppd
 %{_datadir}/cups/mime/gstoraster.convs
@@ -441,6 +432,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.217  2012/02/10 10:11:55  arekm
+- up to 9.05
+
 Revision 1.216  2012/02/08 18:12:21  arekm
 - release 7
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghostscript/ghostscript-cups-filters.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghostscript/ghostscript-cups-sh.patch?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghostscript/ghostscript-missquotes.patch?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghostscript/ghostscript.spec?r1=1.216&r2=1.217&f=u



More information about the pld-cvs-commit mailing list