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 openpkg$ Date: 26-Dec-2003 08:58:51
Branch: HEAD Handle: 2003122607584803
Modified files:
openpkg-re/vcheck vc.postgresql
openpkg-src/postgresql postgresql.spec
openpkg-web news.txt
Log:
modifying package: postgresql-7.4 20031122 -> 20031226
Summary:
Revision Changes Path
1.32 +1 -1 openpkg-re/vcheck/vc.postgresql
1.83 +4 -4 openpkg-src/postgresql/postgresql.spec
1.7891 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/vcheck/vc.postgresql
============================================================================
$ cvs diff -u -r1.31 -r1.32 vc.postgresql
--- openpkg-re/vcheck/vc.postgresql 22 Nov 2003 09:00:02 -0000 1.31
+++ openpkg-re/vcheck/vc.postgresql 26 Dec 2003 07:58:48 -0000 1.32
@@ -14,7 +14,7 @@
regex = libpq\+\+-(__VER__)\.tar\.gz
}
prog postgresql:libpqxx = {
- version = 2.1.2
+ version = 2.1.3
url = ftp://gborg.postgresql.org/pub/libpqxx/stable/
regex = libpqxx-(__VER__)\.tar\.gz
}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.82 -r1.83 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 22 Nov 2003 09:00:12 -0000 1.82
+++ openpkg-src/postgresql/postgresql.spec 26 Dec 2003 07:58:51 -0000 1.83
@@ -26,7 +26,7 @@
# package versions
%define V_postgresql 7.4
%define V_libpqpp 4.0
-%define V_libpqxx 2.1.2
+%define V_libpqxx 2.1.3
%define V_pgperl 2.0.2
%define V_psqlodbc 07.03.0200
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 20031122
+Release: 20031226
# package options
%option with_cxx no
@@ -330,7 +330,7 @@
v_new_all="%{V_postgresql}"
v_new_maj=`echo "$v_new_all" | sed -e 's/^\([0-9]*\.[0-9]*\).*/\1/'`
if [ ".$v_old_maj" != ".$v_new_maj" ]; then
- if [ ! -f $RPM_INSTALL_PREFIX/var/postgresql/db.dump.sql.bz2 -a
".$PG_MIGRATE" != .ignore ]; then
+ if [ ! -f $RPM_INSTALL_PREFIX/var/postgresql/db.dump.sql.bz2 -a
".$RPM_POSTGRESQL_MIGRATE" != .ignore ]; then
( echo "You are upgrading from PostgreSQL $v_old_all to PostgresSQL
$v_new_all,"
echo "which is a major version change. We expect a database
incompatibility,"
echo "so we strongly recommend that you backup your existing
database"
@@ -342,7 +342,7 @@
echo " >$RPM_INSTALL_PREFIX/var/postgresql/db.dump.sql.bz2"
echo "Alternatively, if you want to force this package to be
installed without"
echo "performing a database dump, run the following command
before upgrading:"
- echo " \$ PG_MIGRATE=ignore; export PG_MIGRATE"
+ echo " \$ RPM_POSTGRESQL_MIGRATE=ignore; export
RPM_POSTGRESQL_MIGRATE"
) | %{l_rpmtool} msg -b -t error
exit 1
fi
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7890 -r1.7891 news.txt
--- openpkg-web/news.txt 26 Dec 2003 07:28:09 -0000 1.7890
+++ openpkg-web/news.txt 26 Dec 2003 07:58:48 -0000 1.7891
@@ -1,3 +1,4 @@
+26-Dec-2003: Upgraded package: P<postgresql-7.4-20031226>
26-Dec-2003: Upgraded package: P<libxml-2.6.4-20031226>
26-Dec-2003: Upgraded package: P<gd-2.0.17-20031226>
25-Dec-2003: New package: P<xmlcatmgr-2.0a1-20031225>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]