OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 25-Jan-2005 19:26:19
Branch: HEAD Handle: 2005012518261800
Modified files:
openpkg-src/xpdf xpdf.spec
Log:
upgrading package: xpdf 3.00pl2 -> 3.00pl3
Summary:
Revision Changes Path
1.13 +4 -3 openpkg-src/xpdf/xpdf.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xpdf/xpdf.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 xpdf.spec
--- openpkg-src/xpdf/xpdf.spec 1 Jan 2005 10:56:09 -0000 1.12
+++ openpkg-src/xpdf/xpdf.spec 25 Jan 2005 18:26:18 -0000 1.13
@@ -25,7 +25,7 @@
# package version
%define V_base 3.00
-%define V_patchlevel 2
+%define V_patchlevel 3
# package information
Name: xpdf
@@ -38,12 +38,13 @@
Group: Graphics
License: GPL
Version: %{V_base}pl%{V_patchlevel}
-Release: 20041222
+Release: 20050125
# 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
Patch1: ftp://ftp.foolabs.com/pub/xpdf/xpdf-%{V_base}pl2.patch
+Patch2: ftp://ftp.foolabs.com/pub/xpdf/xpdf-%{V_base}pl3.patch
# build information
Prefix: %{l_prefix}
@@ -68,7 +69,7 @@
%prep
%setup -q -n xpdf-%{V_base}
- %patch -p0 -d xpdf -P 0 1
+ %patch -p0 -d xpdf -P 0 1 2
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]