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:
parent
5736950da1
commit
ac78e94637
@ -1 +1 @@
|
|||||||
mysql-3.23.36.tar.bz2
|
mysql-3.23.38.tar.bz2
|
||||||
|
19
mysql.spec
19
mysql.spec
@ -1,5 +1,5 @@
|
|||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 3.23.36
|
Version: 3.23.38
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.bz2
|
Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.bz2
|
||||||
Source1: mysql.init
|
Source1: mysql.init
|
||||||
@ -59,6 +59,8 @@ header files that are needed for developing your own MySQL applications.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
CFLAGS="%{optflags} -D_GNU_SOURCE"
|
||||||
|
CXXFLAGS="%{optflags} -D_GNU_SOURCE"
|
||||||
|
|
||||||
%configure --without-debug \
|
%configure --without-debug \
|
||||||
--without-readline \
|
--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-unix-socket-path=/var/lib/mysql/mysql.sock \
|
||||||
--with-mysqld-user="mysql" \
|
--with-mysqld-user="mysql" \
|
||||||
--with-extra-charsets=all \
|
--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
|
||||||
make check
|
make check
|
||||||
%ifnarch ia64
|
|
||||||
make test
|
make test
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -193,6 +196,14 @@ fi
|
|||||||
/usr/lib/mysql/libmysqlclient*.so
|
/usr/lib/mysql/libmysqlclient*.so
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Wed Mar 28 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- Make it obsolete our 6.2 PowerTools packages
|
- Make it obsolete our 6.2 PowerTools packages
|
||||||
- 3.23.36 bugfix release - fixes some security issues
|
- 3.23.36 bugfix release - fixes some security issues
|
||||||
|
Loading…
Reference in New Issue
Block a user