OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 03-Jan-2003 12:42:25
Branch: HEAD Handle: 2003010311422301
Modified files:
openpkg-src/sasl sasl.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.46 +7 -7 openpkg-src/sasl/sasl.spec
1.2536 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sasl/sasl.spec
============================================================================
$ cvs diff -u -r1.45 -r1.46 sasl.spec
--- openpkg-src/sasl/sasl.spec 3 Jan 2003 10:54:43 -0000 1.45
+++ openpkg-src/sasl/sasl.spec 3 Jan 2003 11:42:24 -0000 1.46
@@ -23,10 +23,6 @@
## SUCH DAMAGE.
##
-# package options
-%option with_fsl no
-%option with_pam no
-
# package information
Name: sasl
Summary: Simple Authentication and Security Layer
@@ -37,7 +33,11 @@
Group: Cryptography
License: BSD
Version: 2.1.10
-Release: 20021231
+Release: 20030103
+
+# package options
+%option with_fsl no
+%option with_pam no
# list of sources
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
@@ -47,8 +47,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230, db >= 4.1.24, openssl, gcc
-PreReq: OpenPKG, openpkg >= 20021230
+BuildPreReq: OpenPKG, openpkg >= 20030103, db >= 4.1.24, openssl, gcc
+PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl
PreReq: fsl
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2535 -r1.2536 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:41:47 -0000 1.2535
+++ openpkg-web/news.txt 3 Jan 2003 11:42:23 -0000 1.2536
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<sasl-2.1.10-20030103>
03-Jan-2003: New package: P<samba-2.2.7a-20030103>
03-Jan-2003: New package: P<sa-1.0.2-20030103>
03-Jan-2003: New package: P<qt-3.1.1-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]