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 15:02:53
Branch: HEAD Handle: 2003070714025003
Modified files:
openpkg-src/postgresql postgresql.spec
openpkg-web news.txt
Log:
add libraries to PreReq
Summary:
Revision Changes Path
1.60 +4 -2 openpkg-src/postgresql/postgresql.spec
1.5398 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.59 -r1.60 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 1 Jul 2003 15:36:59 -0000 1.59
+++ openpkg-src/postgresql/postgresql.spec 7 Jul 2003 13:02:53 -0000 1.60
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 20030701
+Release: 20030707
# package options
%option with_cxx no
@@ -61,8 +61,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, readline, flex, bison, zlib,
openssl, getopt
+BuildPreReq: OpenPKG, openpkg >= 20030103, make, gcc, flex, bison
PreReq: OpenPKG, openpkg >= 20030103
+BuildPreReq: readline, zlib, openssl, getopt
+PreReq: readline, zlib, openssl, getopt
%if "%{with_perl}" == "yes"
BuildPreReq: perl, perl-openpkg
PreReq: perl, perl-openpkg
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5397 -r1.5398 news.txt
--- openpkg-web/news.txt 7 Jul 2003 12:55:18 -0000 1.5397
+++ openpkg-web/news.txt 7 Jul 2003 13:02:50 -0000 1.5398
@@ -1,3 +1,4 @@
+07-Jul-2003: Upgraded package: P<postgresql-7.3.3-20030707>
07-Jul-2003: Upgraded package: P<postfix-2.0.13-20030707>
07-Jul-2003: Upgraded package: P<popt-1.7-20030707>
07-Jul-2003: Upgraded package: P<orbit-0.5.17-20030707>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]