OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Dec-2005 20:07:06
Branch: HEAD Handle: 2005120319070500
Modified files:
openpkg-src/xpdf xpdf.spec
Log:
upgrading package: xpdf 3.01pl0 -> 3.01pl1
Summary:
Revision Changes Path
1.18 +4 -2 openpkg-src/xpdf/xpdf.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xpdf/xpdf.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 xpdf.spec
--- openpkg-src/xpdf/xpdf.spec 18 Aug 2005 07:05:29 -0000 1.17
+++ openpkg-src/xpdf/xpdf.spec 3 Dec 2005 19:07:05 -0000 1.18
@@ -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 @@
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 @@
%prep
%setup -q -n xpdf-%{V_base}
+ %patch -p1
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]