Преглед изворни кода

upgrading package: xpdf 2.03 -> 3.00

Thomas Lotterer пре 22 година
родитељ
комит
2de120e664
2 измењених фајлова са 2 додато и 25 уклоњено
  1. 0 21
      xpdf/xpdf.patch
  2. 2 4
      xpdf/xpdf.spec

+ 0 - 21
xpdf/xpdf.patch

@@ -1,21 +0,0 @@
-Index: xpdf/FTFont.cc
---- xpdf/FTFont.cc.orig	2003-10-11 22:39:11.000000000 +0200
-+++ xpdf/FTFont.cc	2003-11-11 21:21:01.000000000 +0100
-@@ -19,7 +19,7 @@
- #include "gmem.h"
- #include "freetype/ftoutln.h"
- #include "freetype/internal/ftobjs.h"
--#if 1 //~ cff cid->gid map
-+#if 0 //~ cff cid->gid map
- #include "freetype/internal/cfftypes.h"
- #include "freetype/internal/tttypes.h"
- #endif
-@@ -676,7 +676,7 @@
-     }
-     break;
-   case ftFontModeCFFCharset:
--#if 1 //~ cff cid->gid map
-+#if 0 //~ cff cid->gid map
-     {
- #if FREETYPE_MAJOR == 2 && FREETYPE_MINOR == 0
-       CFF_Font *cff = (CFF_Font *)((TT_Face)fontFile->face)->extra.data;

+ 2 - 4
xpdf/xpdf.spec

@@ -32,12 +32,11 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [PLUS]
 Group:        Graphics
 License:      GPL
-Version:      2.03
-Release:      20031221
+Version:      3.00
+Release:      20040123
 
 #   list of sources
 Source0:      ftp://ftp.foolabs.com/pub/xpdf/xpdf-%{version}.tar.gz
-Patch0:       xpdf.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -55,7 +54,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q
-    %patch -p0
 
 %build
     CC="%{l_cc}" \