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: 28-Jun-2003 14:36:12
Branch: HEAD Handle: 2003062813361101
Modified files:
openpkg-src/postgresql postgresql.spec
openpkg-web news.txt
Log:
Fix odbcinst usage.
Submitted by: Bill Campbell <[EMAIL PROTECTED]>
Summary:
Revision Changes Path
1.58 +2 -2 openpkg-src/postgresql/postgresql.spec
1.5042 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.57 -r1.58 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 7 Jun 2003 15:05:50 -0000 1.57
+++ openpkg-src/postgresql/postgresql.spec 28 Jun 2003 12:36:12 -0000 1.58
@@ -40,7 +40,7 @@
Group: Database
License: GPL
Version: %{V_postgresql}
-Release: 20030607
+Release: 20030628
# package options
%option with_cxx no
@@ -386,7 +386,7 @@
echo "Description = PostgreSQL ODBC driver"
echo "Driver = $RPM_INSTALL_PREFIX/lib/psqlodbc.so"
echo "Threading = 2"
- ) $RPM_INSTALL_PREFIX/bin/odbcinst -i -d -r
+ ) | $RPM_INSTALL_PREFIX/bin/odbcinst -i -d -r
%endif
elif [ $1 -gt 1 ]; then
# upgrading of installation
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5041 -r1.5042 news.txt
--- openpkg-web/news.txt 28 Jun 2003 12:22:24 -0000 1.5041
+++ openpkg-web/news.txt 28 Jun 2003 12:36:11 -0000 1.5042
@@ -1,3 +1,4 @@
+28-Jun-2003: Upgraded package: P<postgresql-7.3.3-20030628>
28-Jun-2003: Upgraded package: P<cadaver-0.21.0-20030628>
28-Jun-2003: Upgraded package: P<opensp-1.5-20030628>
27-Jun-2003: Upgraded package: P<mico-2.3.10-20030627>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]