From ac78e946377429027b683b79a0dc0f15578eb0d0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:54:57 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20mysql-3?= =?UTF-8?q?.23.38-1.src.rpm=20Tue=20May=2015=202001=20Trond=20Eivind=20Glo?= =?UTF-8?q?msr=C3=B8d=20=20-=203.23.38=20-=20Don't=20use?= =?UTF-8?q?=20BDB=20on=20Alpha=20-=20no=20fast=20mutexes=20Tue=20Apr=2024?= =?UTF-8?q?=202001=20Trond=20Eivind=20Glomsr=C3=B8d=20=20-?= =?UTF-8?q?=203.23.37=20-=20Add=20=5FGNU=5FSOURCE=20to=20the=20compile=20f?= =?UTF-8?q?lags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- mysql.spec | 19 +++++++++++++++---- sources | 2 +- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 83eb674..628b305 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mysql-3.23.36.tar.bz2 +mysql-3.23.38.tar.bz2 diff --git a/mysql.spec b/mysql.spec index e174c6e..2d40ad2 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,5 +1,5 @@ Name: mysql -Version: 3.23.36 +Version: 3.23.38 Release: 1 Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.bz2 Source1: mysql.init @@ -59,6 +59,8 @@ header files that are needed for developing your own MySQL applications. %setup -q %build +CFLAGS="%{optflags} -D_GNU_SOURCE" +CXXFLAGS="%{optflags} -D_GNU_SOURCE" %configure --without-debug \ --without-readline \ @@ -69,13 +71,14 @@ header files that are needed for developing your own MySQL applications. --with-unix-socket-path=/var/lib/mysql/mysql.sock \ --with-mysqld-user="mysql" \ --with-extra-charsets=all \ - --with-berkeley-db +%ifnarch alpha + --with-berkeley-db --enable-large-files=yes --enable-largefile=yes \ +%endif + --with-thread-safe-client make make check -%ifnarch ia64 make test -%endif %install rm -rf $RPM_BUILD_ROOT @@ -193,6 +196,14 @@ fi /usr/lib/mysql/libmysqlclient*.so %changelog +* Tue May 15 2001 Trond Eivind Glomsrød +- 3.23.38 +- Don't use BDB on Alpha - no fast mutexes + +* Tue Apr 24 2001 Trond Eivind Glomsrød +- 3.23.37 +- Add _GNU_SOURCE to the compile flags + * Wed Mar 28 2001 Trond Eivind Glomsrød - Make it obsolete our 6.2 PowerTools packages - 3.23.36 bugfix release - fixes some security issues diff --git a/sources b/sources index 5bd485a..3787fde 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -41bab3965d6aa60b437a4f236fab1907 mysql-3.23.36.tar.bz2 +e95b9a2d7decfd7f51395acf6a558c11 mysql-3.23.38.tar.bz2