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: 04-Dec-2005 10:04:34
Branch: HEAD Handle: 2005120409043300
Modified files:
openpkg-src/less less.spec
Log:
upgrading package: less 385 -> 394
Summary:
Revision Changes Path
1.45 +9 -4 openpkg-src/less/less.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/less/less.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 less.spec
--- openpkg-src/less/less.spec 19 Jun 2005 07:23:44 -0000 1.44
+++ openpkg-src/less/less.spec 4 Dec 2005 09:04:33 -0000 1.45
@@ -32,15 +32,15 @@
Class: BASE
Group: Text
License: GPL
-Version: 385
-Release: 20050619
+Version: 394
+Release: 20051204
# list of sources
Source0: http://www.greenwoodsoftware.com/less/less-%{version}.tar.gz
Source1: lesspipe
Source2: rc.less
Patch0: less.patch
-Patch1:
http://download.gna.org/hpr/less/385/385-cl4/less-%{version}-cl4.patch.bz2
+Patch1:
http://download.gna.org/hpr/less/393/393-cl1/less-393-cl1.patch.bz2
# build information
Prefix: %{l_prefix}
@@ -72,7 +72,12 @@
%prep
%setup -q
- %patch -p0 -P 0 1
+ %patch -p0
+ %{l_bzip2} -d -c %{PATCH1} | \
+ sed -e 's;"393";"394";' \
+ -e 's;"Version 393: 30 Oct 2005";"Version 394: 03 Dec 2005";' \
+ -e 's;"Version 393-cl1: 30 Oct 2005";"Version 394-cl1: 03 Dec
2005";' | \
+ %{l_patch} -p0 -b
%build
CC="%{l_cc}" \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]