OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 18-Nov-2005 09:12:59 Branch: HEAD Handle: 2005111808125900 Modified files: openpkg-src/ghostscript ghostscript.spec Log: upgrading package: ghostscript 8.51 -> 8.53 Summary: Revision Changes Path 1.73 +7 -9 openpkg-src/ghostscript/ghostscript.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/ghostscript/ghostscript.spec ============================================================================ $ cvs diff -u -r1.72 -r1.73 ghostscript.spec --- openpkg-src/ghostscript/ghostscript.spec 25 Jul 2005 19:29:49 -0000 1.72 +++ openpkg-src/ghostscript/ghostscript.spec 18 Nov 2005 08:12:59 -0000 1.73 @@ -23,8 +23,8 @@ ## # package versions -%define V_real 8.51 -%define V_comp 851 +%define V_real 8.53 +%define V_comp 852 %define V_font_std 8.11 %define V_font_other 6.0 %define V_jpeg 6b @@ -42,19 +42,19 @@ Group: Graphics License: Aladdin Version: %{V_real} -Release: 20050725 +Release: 20051118 # package options %option with_x11 yes %option with_a4 yes # list of sources -Source0: ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs%{V_comp}/ghostscript-%{V_real}.tar.bz2 +Source0: http://osdn.dl.sourceforge.net/ghostscript/ghostscript-%{V_real}.tar.bz2 Source1: ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v%{V_jpeg}.tar.gz Source2: http://osdn.dl.sourceforge.net/sourceforge/libpng/libpng-%{V_png}.tar.gz Source3: http://www.zlib.net/zlib-%{V_zlib}.tar.gz -Source4: ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/ghostscript-fonts-std-%{V_font_std}.tar.gz -Source5: ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/ghostscript-fonts-other-%{V_font_other}.tar.gz +Source4: http://osdn.dl.sourceforge.net/ghostscript/ghostscript-fonts-std-%{V_font_std}.tar.gz +Source5: http://osdn.dl.sourceforge.net/ghostscript/ghostscript-fonts-other-%{V_font_other}.tar.gz Patch0: ghostscript.patch # build information @@ -80,9 +80,7 @@ %track prog ghostscript = { version = %{version} - url = ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/ - regex = gs(8[5-9]\d|9\d\d) - url = ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs__NEWVER__/ + url = http://prdownloads.sourceforge.net/ghostscript/ regex = ghostscript-(__VER__)\.tar\.bz2 } prog ghostscript:jpegsrc = { @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org