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 10:10:28
Branch: HEAD Handle: 2003070709102701
Modified files:
openpkg-src/aide aide.spec
openpkg-web news.txt
Log:
add libraries to PreReq
Summary:
Revision Changes Path
1.15 +4 -2 openpkg-src/aide/aide.spec
1.5295 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/aide/aide.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 aide.spec
--- openpkg-src/aide/aide.spec 3 Jul 2003 11:01:15 -0000 1.14
+++ openpkg-src/aide/aide.spec 7 Jul 2003 08:10:28 -0000 1.15
@@ -33,7 +33,7 @@
Group: Security
License: GPL
Version: 0.9
-Release: 20030703
+Release: 20030707
# package options
%option with_fsl yes
@@ -47,8 +47,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030415, bison, flex, mhash, zlib
+BuildPreReq: OpenPKG, openpkg >= 20030415, bison, flex
+BuildPreReq: mhash, zlib
PreReq: OpenPKG, openpkg >= 20030415
+PreReq: mhash, zlib
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl
PreReq: fsl
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5294 -r1.5295 news.txt
--- openpkg-web/news.txt 7 Jul 2003 08:09:34 -0000 1.5294
+++ openpkg-web/news.txt 7 Jul 2003 08:10:27 -0000 1.5295
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<aide-0.9-20030707>
07-Jul-2003: Upgraded package: P<aegis-4.11-20030707>
06-Jul-2003: Upgraded package: P<gimp-1.2.5-20030706>
06-Jul-2003: Upgraded package: P<j2se-1.3.1-20030706>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]