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 13:17:24
Branch: HEAD Handle: 2003070712172301
Modified files:
openpkg-src/sasl sasl.spec
openpkg-web news.txt
Log:
add libraries to PreReq
Summary:
Revision Changes Path
1.86 +7 -3 openpkg-src/sasl/sasl.spec
1.5356 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.spec
============================================================================
$ cvs diff -u -r1.85 -r1.86 sasl.spec
--- openpkg-src/sasl/sasl.spec 4 Jul 2003 14:02:25 -0000 1.85
+++ openpkg-src/sasl/sasl.spec 7 Jul 2003 11:17:24 -0000 1.86
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD
Version: 2.1.14
-Release: 20030704
+Release: 20030707
# package options
%option with_fsl yes
@@ -52,8 +52,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030415, db >= 4.1.24, gcc, openssl
-PreReq: OpenPKG, openpkg >= 20030415, db >= 4.1.24
+BuildPreReq: OpenPKG, openpkg >= 20030415, gcc
+PreReq: OpenPKG, openpkg >= 20030415
+BuildPreReq: db >= 4.1.24, openssl
+PreReq: db >= 4.1.24, openssl
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl
PreReq: fsl
@@ -64,9 +66,11 @@
%endif
%if "%{with_ldap}" == "yes"
BuildPreReq: openldap
+PreReq: openldap
%endif
%if "%{with_mysql}" == "yes"
BuildPreReq: mysql
+PreReq: mysql
%endif
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5355 -r1.5356 news.txt
--- openpkg-web/news.txt 7 Jul 2003 11:11:52 -0000 1.5355
+++ openpkg-web/news.txt 7 Jul 2003 11:17:23 -0000 1.5356
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<sasl-2.1.14-20030707>
07-Jul-2003: Upgraded package: P<perl-xml-20030707-20030707>
07-Jul-2003: Upgraded package: P<perl-term-20030707-20030707>
07-Jul-2003: Upgraded package: P<perl-comp-20030707-20030707>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]