Quellcode durchsuchen

upgrading package: xpdf 3.01pl0 -> 3.01pl1

Ralf S. Engelschall vor 20 Jahren
Ursprung
Commit
b48a27c4f8
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  1. 4 2
      xpdf/xpdf.spec

+ 4 - 2
xpdf/xpdf.spec

@@ -24,7 +24,7 @@
 
 #   package version
 %define       V_base       3.01
-%define       V_patchlevel 0
+%define       V_patchlevel 1
 
 #   package information
 Name:         xpdf
@@ -37,10 +37,11 @@ Class:        PLUS
 Group:        Graphics
 License:      GPL
 Version:      %{V_base}pl%{V_patchlevel}
-Release:      20050818
+Release:      20051203
 
 #   list of sources
 Source0:      ftp://ftp.foolabs.com/pub/xpdf/xpdf-%{V_base}.tar.gz
+Patch0:       ftp://ftp.foolabs.com/pub/xpdf/xpdf-%{V_base}pl1.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -70,6 +71,7 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n xpdf-%{V_base}
+    %patch -p1
 
 %build
     CC="%{l_cc}" \