OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Nov-2007 08:14:59
Branch: HEAD Handle: 2007112207145800
Modified files:
openpkg-src/ghostscript ghostscript.patch ghostscript.spec
Log:
upgrading package: ghostscript 8.60 -> 8.61
Summary:
Revision Changes Path
1.17 +0 -25 openpkg-src/ghostscript/ghostscript.patch
1.99 +3 -3 openpkg-src/ghostscript/ghostscript.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ghostscript/ghostscript.patch
============================================================================
$ cvs diff -u -r1.16 -r1.17 ghostscript.patch
--- openpkg-src/ghostscript/ghostscript.patch 28 Aug 2007 07:53:57 -0000
1.16
+++ openpkg-src/ghostscript/ghostscript.patch 22 Nov 2007 07:14:58 -0000
1.17
@@ -15,19 +15,6 @@
/* other archs may want to add defines here,
or use the fallbacks in std.h */
#endif
-Index: src/gdevpdfe.c
---- src/gdevpdfe.c.orig 2006-03-13 21:53:43.000000000 +0100
-+++ src/gdevpdfe.c 2006-06-14 21:38:30.123121530 +0200
-@@ -185,6 +185,9 @@
- stream_puts(s, default_value);
- }
-
-+#undef uint64_t
-+#define uint64_t GX_COLOR_INDEX_TYPE
-+
- private uint64_t
- pdf_uuid_time(gx_device_pdf *pdev)
- {
Index: src/unix-gcc.mak
--- src/unix-gcc.mak.orig 2007-08-03 10:14:48 +0200
+++ src/unix-gcc.mak 2007-08-03 12:32:08 +0200
@@ -42,15 +29,3 @@
# ---------------------------- End of options --------------------------- #
-Index: src/gpmisc.c
---- src/gpmisc.c.orig 2007-06-06 00:23:38 +0200
-+++ src/gpmisc.c 2007-08-28 09:48:55 +0200
-@@ -93,7 +93,7 @@
- * fdopen as (char *), rather than following the POSIX.1 standard,
- * which defines it as (const char *). Patch this here.
- */
--#if defined (O_LARGEFILE)
-+#if 0 /* defined (O_LARGEFILE) */
- file = (b64 ? fdopen64 : fdopen)(fildes, (char *)mode); /* still really
const */
- #else
- file = fdopen(fildes, (char *)mode); /* still really const */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/ghostscript/ghostscript.spec
============================================================================
$ cvs diff -u -r1.98 -r1.99 ghostscript.spec
--- openpkg-src/ghostscript/ghostscript.spec 9 Nov 2007 18:43:28 -0000
1.98
+++ openpkg-src/ghostscript/ghostscript.spec 22 Nov 2007 07:14:58 -0000
1.99
@@ -23,8 +23,8 @@
##
# package versions
-%define V_real 8.60
-%define V_comp 860
+%define V_real 8.61
+%define V_comp 861
%define V_font_std 8.11
%define V_font_other 6.0
%define V_jpeg 6b
@@ -42,7 +42,7 @@
Group: Postscript
License: GPL
Version: %{V_real}
-Release: 20071109
+Release: 20071122
# package options
%option with_x11 yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]