auto-import changelog data from mysql-3.23.38-1.src.rpm

Tue May 15 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.38
- Don't use BDB on Alpha - no fast mutexes
Tue Apr 24 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.37
- Add _GNU_SOURCE to the compile flags
This commit is contained in:
cvsdist 2004-09-09 08:54:57 +00:00 committed by Michal Schorm
parent 5736950da1
commit ac78e94637
3 changed files with 17 additions and 6 deletions

View File

@ -1 +1 @@
mysql-3.23.36.tar.bz2
mysql-3.23.38.tar.bz2

View File

@ -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 <teg@redhat.com>
- 3.23.38
- Don't use BDB on Alpha - no fast mutexes
* Tue Apr 24 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.37
- Add _GNU_SOURCE to the compile flags
* Wed Mar 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Make it obsolete our 6.2 PowerTools packages
- 3.23.36 bugfix release - fixes some security issues

View File

@ -1 +1 @@
41bab3965d6aa60b437a4f236fab1907 mysql-3.23.36.tar.bz2
e95b9a2d7decfd7f51395acf6a558c11 mysql-3.23.38.tar.bz2