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: 18-Mar-2003 09:42:54
Branch: HEAD Handle: 2003031808425201
Modified files:
openpkg-src/mysql mysql.spec
openpkg-web news.txt
Log:
upgrading package: mysql 3.23.55 -> 3.23.56
Summary:
Revision Changes Path
1.52 +5 -2 openpkg-src/mysql/mysql.spec
1.3709 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.51 -r1.52 mysql.spec
--- openpkg-src/mysql/mysql.spec 11 Feb 2003 15:14:20 -0000 1.51
+++ openpkg-src/mysql/mysql.spec 18 Mar 2003 08:42:53 -0000 1.52
@@ -25,7 +25,7 @@
# package version
%define V_major 3.23
-%define V_minor 55
+%define V_minor 56
# package information
Name: mysql
@@ -37,7 +37,7 @@
Group: Database
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20030211
+Release: 20030318
# package options
%option with_berkeleydb yes
@@ -119,6 +119,9 @@
*-linux* ) opt="--with-client-ldflags=-static
--with-mysqld-ldflags=-static" ;;
*-solaris* ) opt="--with-client-ldflags=-static
--with-mysqld-ldflags=-static" ;;
esac
+
+ # only use system default path
+ unset LD_LIBRARY_PATH || true
# configure source tree
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3708 -r1.3709 news.txt
--- openpkg-web/news.txt 17 Mar 2003 14:30:20 -0000 1.3708
+++ openpkg-web/news.txt 18 Mar 2003 08:42:52 -0000 1.3709
@@ -1,3 +1,4 @@
+18-Mar-2003: Upgraded package: P<mysql-3.23.56-20030318>
17-Mar-2003: Upgraded package: P<openssl-0.9.7a-20030317>
17-Mar-2003: Upgraded package: P<binutils-2.13.2.1-20030317>
17-Mar-2003: Upgraded package: P<awk-20030314-20030317>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]