OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web, openpkg-src Date: 16-Dec-2002 12:26:31
Branch: HEAD Handle: 2002121611263001
Modified files:
openpkg-src/lynx lynx.spec
openpkg-web news.txt
Log:
add available patches
Summary:
Revision Changes Path
1.17 +9 -1 openpkg-src/lynx/lynx.spec
1.2288 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-src/lynx/lynx.spec
============================================================
$ cvs diff -u -r1.16 -r1.17 lynx.spec
--- openpkg-src/lynx/lynx.spec 13 Aug 2002 12:48:46 -0000 1.16
+++ openpkg-src/lynx/lynx.spec 16 Dec 2002 11:26:31 -0000 1.17
@@ -36,10 +36,14 @@
Group: Web
License: BSD
Version: %{V_real}
-Release: 20020206
+Release: 20021216
# list of sources
Source0: http://lynx.isc.org/release/lynx%{V_real}.tar.bz2
+Patch0: http://lynx.isc.org/lynx%{V_real}/patches/lynx%{V_real}rel.1a.patch
+Patch1: http://lynx.isc.org/lynx%{V_real}/patches/lynx%{V_real}rel.1b.patch
+Patch2: http://lynx.isc.org/lynx%{V_real}/patches/lynx%{V_real}rel.1c.patch
+Patch3: http://lynx.isc.org/lynx%{V_real}/patches/lynx%{V_real}rel.1d.patch
# build information
Prefix: %{l_prefix}
@@ -54,6 +58,10 @@
%prep
%setup -q -n %{name}%{V_file}
+ %patch0 -p1
+ %patch1 -p1
+ %patch2 -p1
+ %patch3 -p1
%build
CC="%{l_cc}" \
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.2287 -r1.2288 news.txt
--- openpkg-web/news.txt 16 Dec 2002 11:25:38 -0000 1.2287
+++ openpkg-web/news.txt 16 Dec 2002 11:26:30 -0000 1.2288
@@ -1,3 +1,4 @@
+16-Dec-2002: Upgraded package: P<lynx-2.8.4-20021216>
16-Dec-2002: Upgraded package: P<perl-5.8.0-20021216>
15-Dec-2002: Upgraded package: P<perl-xml-20021215-20021215>
15-Dec-2002: Upgraded package: P<mozilla-1.2.1-20021215>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]