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