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

Tue Aug 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.23.41-1
- 3.23.41 bugfix release
- disable innodb, to avoid the broken updates
- Use "mysqladmin flush_logs" instead of kill -HUP in logrotate script
    (#51711)
This commit is contained in:
cvsdist 2004-09-09 08:55:23 +00:00 committed by Michal Schorm
parent a6c3d38434
commit 01baec9a85
3 changed files with 28 additions and 25 deletions

View File

@ -1 +1 @@
mysql-3.23.40.tar.bz2
mysql-3.23.41.tar.bz2

View File

@ -1,5 +1,5 @@
Name: mysql
Version: 3.23.40
Version: 3.23.41
Release: 1
Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.bz2
Source1: mysql.init
@ -7,7 +7,7 @@ Source2: mysql.logrotate
Source3: my.cnf
URL: http://www.mysql.com
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Summary: MySQL client program and shared library
Summary: MySQL client programs and shared library.
License: GPL/LGPL
Group: Applications/Databases
Prereq: /sbin/ldconfig, /sbin/install-info, grep, fileutils, chkconfig
@ -18,15 +18,15 @@ Conflicts: MySQL
Obsoletes: mysql-client mysql-bench mysql-perl
%description
MySQL is a multi-user, multi-threaded SQL database server. SQL is
the most popular database language in the world. MySQL is a client/server
implementation that consists of a server daemon mysqld and many different
client programs and libraries. This package contains the MySQL client
programs, the client shared library, and generic MySQL files.
MySQL is a multi-user, multi-threaded SQL database server. MySQL is a
client/server implementation consisting of a server daemon (mysqld)
and many different client programs and libraries. This package
contains the MySQL client programs, the client shared library, and
generic MySQL files.
%package server
Summary: MySQL server
Summary: The MySQL server and related files.
License: GPL
Group: Applications/Databases
Prereq: /sbin/chkconfig, /usr/sbin/useradd, /usr/sbin/userdel
@ -34,27 +34,24 @@ Requires: mysql = %{version}, sh-utils
Conflicts: MySQL-server
%description server
MySQL is a true multi-user, multi-threaded SQL database server. SQL is
the most popular database language in the world. MySQL is a client/server
implementation that consists of a server daemon mysqld and many different
client programs and libraries. This package contains the MySQL server and
some accompanying files and directories.
MySQL is a true multi-user, multi-threaded SQL database server. MySQL
is a client/server implementation that consists of a server daemon
(mysqld) and many different client programs and libraries. This
package contains the MySQL server and some accompanying files and
directories.
%package devel
Summary: MySQL devel
Summary: Files for development of MySQL applications.
License: LGPL
Group: Applications/Databases
Requires: %{name} = %{version}
Conflicts: MySQL-devel
%description devel
MySQL is a true multi-user, multi-threaded SQL database server. SQL is
the most popular database language in the world. MySQL is a client/server
implementation that consists of a server daemon mysqld and many different
client programs and libraries. This package contains the libraries and
header files that are needed for developing your own MySQL applications.
MySQL is a true multi-user, multi-threaded SQL database server. This
package contains the libraries and header files that are needed for
developing MySQL applications.
%prep
%setup -q
@ -72,12 +69,12 @@ CXXFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE"
--with-unix-socket-path=/var/lib/mysql/mysql.sock \
--with-mysqld-user="mysql" \
--with-extra-charsets=all \
--with-innodb \
--enable-assembler \
--disable-assember \
%ifnarch alpha
--with-berkeley-db --enable-large-files=yes --enable-largefile=yes \
%endif
--with-thread-safe-client
--with-thread-safe-client \
--enable-assembler
make
make check
@ -202,6 +199,12 @@ fi
/usr/lib/mysql/libmysqlclient*.so
%changelog
* Tue Aug 14 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.23.41-1
- 3.23.41 bugfix release
- disable innodb, to avoid the broken updates
- Use "mysqladmin flush_logs" instead of kill -HUP in logrotate
script (#51711)
* Sat Jul 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 3.23.40, bugfix release
- Add zlib-devel to buildrequires:

View File

@ -1 +1 @@
0a91bf40b9dee8b642c006e2e6b968b1 mysql-3.23.40.tar.bz2
0775889ab8e757ae0dac5c96437509ca mysql-3.23.41.tar.bz2