OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 07-Jul-2003 12:46:29
Branch: HEAD Handle: 2003070711462801
Modified files:
openpkg-src/arpd arpd.spec
openpkg-web news.txt
Log:
add libraries to PreReq
Summary:
Revision Changes Path
1.11 +4 -2 openpkg-src/arpd/arpd.spec
1.5338 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/arpd/arpd.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 arpd.spec
--- openpkg-src/arpd/arpd.spec 2 Jul 2003 14:54:54 -0000 1.10
+++ openpkg-src/arpd/arpd.spec 7 Jul 2003 10:46:29 -0000 1.11
@@ -37,7 +37,7 @@
Group: Network
License: GNU
Version: 0.2
-Release: 20030702
+Release: 20030707
# package options
%option with_fsl yes
@@ -51,8 +51,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030415, gcc, libdnet, libpcap, libevent
+BuildPreReq: OpenPKG, openpkg >= 20030415, gcc
PreReq: OpenPKG, openpkg >= 20030415
+BuildPreReq: libdnet, libpcap, libevent
+PreReq: libdnet, libpcap, libevent
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl
PreReq: fsl
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5337 -r1.5338 news.txt
--- openpkg-web/news.txt 7 Jul 2003 10:44:55 -0000 1.5337
+++ openpkg-web/news.txt 7 Jul 2003 10:46:28 -0000 1.5338
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<arpd-0.2-20030707>
07-Jul-2003: Upgraded package: P<sqlite-2.8.4-20030707>
07-Jul-2003: Upgraded package: P<siege-2.56-20030707>
07-Jul-2003: Upgraded package: P<mcrypt-2.6.4-20030707>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]