- Renumber patches.

This commit is contained in:
Tim Waugh 2005-06-06 13:35:21 +00:00
parent 310a76fc37
commit 1d8d9b49a6

View File

@ -14,10 +14,10 @@ Source0: ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/ghostscript/%{?
Patch1: ghostscript-build.patch Patch1: ghostscript-build.patch
Patch2: ghostscript-gtk2.patch Patch2: ghostscript-gtk2.patch
Patch24: ghostscript-scripts.patch Patch3: ghostscript-scripts.patch
Patch35: ghostscript-ps2epsi.patch Patch4: ghostscript-ps2epsi.patch
Patch43: ghostscript-badc.patch Patch5: ghostscript-badc.patch
Patch50: ghostscript-pagesize.patch Patch6: ghostscript-pagesize.patch
Requires: zlib, libpng, glib2 Requires: zlib, libpng, glib2
Requires: urw-fonts >= 1.1, ghostscript-fonts Requires: urw-fonts >= 1.1, ghostscript-fonts
@ -75,15 +75,15 @@ A GTK-enabled version of Ghostscript, called 'gsx'.
%patch2 -p1 -b .gtk2 %patch2 -p1 -b .gtk2
# Fix some shell scripts # Fix some shell scripts
%patch24 -p1 -b .scripts %patch3 -p1 -b .scripts
# Fix sed usage in ps2epsi (bug #89300). # Fix sed usage in ps2epsi (bug #89300).
%patch35 -p1 -b .ps2epsi %patch4 -p1 -b .ps2epsi
%patch43 -p1 -b .badc %patch5 -p1 -b .badc
# Prevent pdf2ps generating "null setpagesize" (bug #126446). # Prevent pdf2ps generating "null setpagesize" (bug #126446).
%patch50 -p1 -b .pagesize %patch6 -p1 -b .pagesize
# Convert manual pages to UTF-8 # Convert manual pages to UTF-8
from8859_1() { from8859_1() {
@ -212,6 +212,9 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%changelog %changelog
* Mon Jun 6 2005 Tim Waugh <twaugh@redhat.com>
- Renumber patches.
* Fri Jun 3 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.1 * Fri Jun 3 2005 Tim Waugh <twaugh@redhat.com> 8.15-0.rc3.1
- Switch to ESP Ghostscript. - Switch to ESP Ghostscript.
- 8.15rc3. - 8.15rc3.