瀏覽代碼

upgrading package: ghostscript 8.60 -> 8.61

Christoph Schug 18 年之前
父節點
當前提交
eb83216d58
共有 2 個文件被更改,包括 3 次插入28 次删除
  1. 0 25
      ghostscript/ghostscript.patch
  2. 3 3
      ghostscript/ghostscript.spec

+ 0 - 25
ghostscript/ghostscript.patch

@@ -15,19 +15,6 @@ Index: src/stdint_.h
     /* 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 @@ Index: src/unix-gcc.mak
  
  # ---------------------------- 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 */

+ 3 - 3
ghostscript/ghostscript.spec

@@ -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 @@ Class:        BASE
 Group:        Postscript
 License:      GPL
 Version:      %{V_real}
-Release:      20071109
+Release:      20071122
 
 #   package options
 %option       with_x11     yes