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: 09-Sep-2003 12:09:15
Branch: HEAD Handle: 2003090911091301
Modified files:
openpkg-src/db db.spec
openpkg-web news.txt
Log:
convert to new %{l_platform} world order
Summary:
Revision Changes Path
1.34 +4 -4 openpkg-src/db/db.spec
1.6472 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/db/db.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 db.spec
--- openpkg-src/db/db.spec 23 Jul 2003 13:31:46 -0000 1.33
+++ openpkg-src/db/db.spec 9 Sep 2003 10:09:14 -0000 1.34
@@ -37,7 +37,7 @@
Group: Database
License: BSD
Version: %{V_version}.%{V_revision}
-Release: 20030723
+Release: 20030909
# package options
%option with_compat no
@@ -50,8 +50,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030909, gcc
+PreReq: OpenPKG, openpkg >= 20030909
AutoReq: no
AutoReqProv: no
@@ -70,7 +70,7 @@
%build
mutex="no"
- case "%{l_target}" in
+ case "%{l_platform -p}" in
ix86-* ) mutex="x86/gcc-assembly" ;;
esac
cd build_unix
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6471 -r1.6472 news.txt
--- openpkg-web/news.txt 9 Sep 2003 10:07:58 -0000 1.6471
+++ openpkg-web/news.txt 9 Sep 2003 10:09:13 -0000 1.6472
@@ -1,3 +1,4 @@
+09-Sep-2003: Upgraded package: P<db-4.1.25.1-20030909>
09-Sep-2003: Upgraded package: P<cvsps-2.0rc1-20030909>
09-Sep-2003: Upgraded package: P<gcc2-2.95.3-20030909>
09-Sep-2003: Upgraded package: P<gcc34-3.4s20030903-20030909>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]