Author: arekm Date: Sat Jun 11 19:00:22 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 9.02 (drop obsolete patches)
---- Files affected: packages/ghostscript: ghostscript-cups-sh.patch (1.1 -> 1.2) , ghostscript-fPIC.patch (1.1 -> 1.2) , ghostscript.spec (1.200 -> 1.201) , ghostscript-binlink.patch (1.1 -> NONE) (REMOVED), ghostscript-libpng14.patch (1.1 -> NONE) (REMOVED), ghostscript-system-zlib.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/ghostscript/ghostscript-cups-sh.patch diff -u packages/ghostscript/ghostscript-cups-sh.patch:1.1 packages/ghostscript/ghostscript-cups-sh.patch:1.2 --- packages/ghostscript/ghostscript-cups-sh.patch:1.1 Mon Sep 13 21:19:28 2010 +++ packages/ghostscript/ghostscript-cups-sh.patch Sat Jun 11 21:00:17 2011 @@ -1,11 +1,11 @@ ---- ghostscript-8.71/configure.ac.orig 2010-09-12 20:06:48.571133459 +0200 -+++ ghostscript-8.71/configure.ac 2010-09-12 21:41:49.847134297 +0200 -@@ -531,7 +531,7 @@ - CUPSDEV="\$(DD)cups.dev" - CUPSVERSION="`$CUPSCONFIG --version`" - 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 +--- 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 ================================================================ Index: packages/ghostscript/ghostscript-fPIC.patch diff -u packages/ghostscript/ghostscript-fPIC.patch:1.1 packages/ghostscript/ghostscript-fPIC.patch:1.2 --- packages/ghostscript/ghostscript-fPIC.patch:1.1 Fri Sep 17 08:35:04 2010 +++ packages/ghostscript/ghostscript-fPIC.patch Sat Jun 11 21:00:17 2011 @@ -1,15 +1,3 @@ -diff -up ghostscript-8.64/base/devs.mak.fPIC ghostscript-8.64/base/devs.mak ---- ghostscript-8.64/base/devs.mak.fPIC 2008-11-07 18:49:34.000000000 +0000 -+++ ghostscript-8.64/base/devs.mak 2009-02-04 11:34:21.000000000 +0000 -@@ -456,7 +456,7 @@ $(GLOBJ)gdevx.$(OBJ) : $(GLSRC)gdevx.c $ - $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevx.$(OBJ) $(C_) $(GLSRC)gdevx.c - - $(GLOBJ)gdevxcmp.$(OBJ) : $(GLSRC)gdevxcmp.c $(GDEVX) $(math__h) -- $(GLCC) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c -+ $(GLCCSHARED) $(XINCLUDE) $(GLO_)gdevxcmp.$(OBJ) $(C_) $(GLSRC)gdevxcmp.c - - $(GLOBJ)gdevxini.$(OBJ) : $(GLSRC)gdevxini.c $(GDEVX) $(memory__h)\ - $(gserrors_h) $(gsparamx_h) $(gxdevmem_h) $(gdevbbox_h) diff -up ghostscript-8.64/base/lib.mak.fPIC ghostscript-8.64/base/lib.mak --- ghostscript-8.64/base/lib.mak.fPIC 2009-01-08 09:17:18.000000000 +0000 +++ ghostscript-8.64/base/lib.mak 2009-02-04 11:34:21.000000000 +0000 ================================================================ Index: packages/ghostscript/ghostscript.spec diff -u packages/ghostscript/ghostscript.spec:1.200 packages/ghostscript/ghostscript.spec:1.201 --- packages/ghostscript/ghostscript.spec:1.200 Wed Apr 6 11:25:44 2011 +++ packages/ghostscript/ghostscript.spec Sat Jun 11 21:00:17 2011 @@ -17,23 +17,20 @@ 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: 8.71 -Release: 3 +Version: 9.02 +Release: 1 License: GPL v3+ Group: Applications/Graphics -Source0: http://ghostscript.com/releases/%{name}-%{version}.tar.xz -# Source0-md5: 5005d68f7395c2bfc4b05c1a60d9b6ba +Source0: http://downloads.ghostscript.com/public/%{name}-%{version}.tar.bz2 +# Source0-md5: f67151444bd56a7904579fc75a083dd6 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 Patch1: %{name}-setuid.patch Patch2: %{name}-time_h.patch -Patch3: %{name}-libpng14.patch -Patch4: %{name}-system-zlib.patch Patch5: %{name}-cups-sh.patch Patch6: %{name}-gdevcd8-fixes.patch Patch7: %{name}-fPIC.patch -Patch8: %{name}-binlink.patch URL: http://www.ghostscript.com/ BuildRequires: autoconf >= 2.57 BuildRequires: automake >= 1.6 @@ -185,12 +182,10 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 -%patch3 -p1 -%patch4 -p1 + %patch5 -p1 %patch6 -p1 %patch7 -p1 -%patch8 -p1 %build %if %{with system_jbig2dec} @@ -315,16 +310,16 @@ %attr(755,root,root) %{_bindir}/ps2pdfwr %attr(755,root,root) %{_bindir}/ps2ps %attr(755,root,root) %{_bindir}/ps2ps2 +%attr(755,root,root) %{_bindir}/pphs %attr(755,root,root) %{_bindir}/wftopfa %attr(755,root,root) %{_libdir}/libgs.so.*.* -%attr(755,root,root) %ghost %{_libdir}/libgs.so.8 +%attr(755,root,root) %ghost %{_libdir}/libgs.so.9 %attr(755,root,root) %{_libdir}/libijs-*.so %dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/%{version} %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/%{version} %dir %{_datadir}/%{name}/%{version}/lib -%{_datadir}/%{name}/%{version}/Resource %{_datadir}/%{name}/%{version}/examples %{_datadir}/%{name}/%{version}/lib/*.ppd %{_datadir}/%{name}/%{version}/lib/*.ps @@ -332,7 +327,6 @@ %{_datadir}/%{name}/%{version}/lib/*.src %{_datadir}/%{name}/%{version}/lib/*.upp %{_datadir}/%{name}/%{version}/lib/*.x[bp]m -%{_datadir}/%{name}/%{version}/lib/pphs %{_mandir}/man1/dvipdf.1* %{_mandir}/man1/eps2eps.1* %{_mandir}/man1/font2c.1* @@ -366,11 +360,9 @@ %files cups %defattr(644,root,root,755) -/etc/cups/pdftoraster.convs -/etc/cups/pstoraster.convs -%attr(755,root,root) %{_ulibdir}/cups/filter/pdftoraster +/etc/cups/gstoraster.convs +%attr(755,root,root) %{_ulibdir}/cups/filter/gstoraster %attr(755,root,root) %{_ulibdir}/cups/filter/pstopxl -%attr(755,root,root) %{_ulibdir}/cups/filter/pstoraster %{_datadir}/cups/model/pxlcolor.ppd %{_datadir}/cups/model/pxlmono.ppd @@ -408,6 +400,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.201 2011/06/11 19:00:17 arekm +- up to 9.02 (drop obsolete patches) + Revision 1.200 2011/04/06 09:25:44 jajcus - 'without cairo' bcond ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghostscript/ghostscript-cups-sh.patch?r1=1.1&r2=1.2&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghostscript/ghostscript-fPIC.patch?r1=1.1&r2=1.2&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghostscript/ghostscript.spec?r1=1.200&r2=1.201&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
