auto-import changelog data from mysql-3.23.26-1.src.rpm
Wed Oct 18 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.26, which among other fixes now uses mkstemp() instead of tempnam(). - revert changes made yesterday, Jakub fixed the compiler Tue Oct 17 2000 Trond Eivind Glomsrød <teg@redhat.com> - use the compat C++ compiler FTTB. Argh. - add requirement of ncurses4 (see above) Sun Oct 01 2000 Trond Eivind Glomsrød <teg@redhat.com> - 3.23.25 - fix shutdown problem (#17956) Tue Sep 26 2000 Trond Eivind Glomsrød <teg@redhat.com> - Don't try to include no-longer-existing PUBLIC file as doc (#17532)
This commit is contained in:
parent
555510a779
commit
f16ef3f517
@ -1 +1 @@
|
|||||||
mysql-3.23.24-beta.tar.gz
|
mysql-3.23.26-beta.tar.gz
|
||||||
|
@ -43,10 +43,12 @@ start(){
|
|||||||
|
|
||||||
stop(){
|
stop(){
|
||||||
echo -n "Shutting down MySQL server"
|
echo -n "Shutting down MySQL server"
|
||||||
|
killproc safe_mysqld
|
||||||
killproc mysqld
|
killproc mysqld
|
||||||
ret=$?
|
ret=$?
|
||||||
[ $ret -eq 0 ] && rm -f /var/lock/subsys/mysqld
|
[ $ret -eq 0 ] && rm -f /var/lock/subsys/mysqld
|
||||||
[ $ret -eq 0 ] && rm -f /var/lib/mysql/mysql.sock
|
[ $ret -eq 0 ] && rm -f /var/lib/mysql/mysql.sock
|
||||||
|
mysqladmin shutdown > /dev/null 2>& 1
|
||||||
echo
|
echo
|
||||||
return $ret
|
return $ret
|
||||||
}
|
}
|
||||||
|
22
mysql.spec
22
mysql.spec
@ -1,5 +1,5 @@
|
|||||||
Name: mysql
|
Name: mysql
|
||||||
Version: 3.23.24
|
Version: 3.23.26
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}-beta.tar.gz
|
Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}-beta.tar.gz
|
||||||
Source1: mysql.init
|
Source1: mysql.init
|
||||||
@ -55,7 +55,6 @@ header files that are needed for developing your own MySQL applications.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure --without-debug \
|
%configure --without-debug \
|
||||||
--without-readline \
|
--without-readline \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
@ -143,7 +142,7 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc INSTALL* PUBLIC README COPYING*
|
%doc INSTALL* README COPYING*
|
||||||
%doc Docs/manual* Docs/mysqld_error.txt
|
%doc Docs/manual* Docs/mysqld_error.txt
|
||||||
|
|
||||||
# /usr/bin/* except mysqladmin and safe_mysqld
|
# /usr/bin/* except mysqladmin and safe_mysqld
|
||||||
@ -184,6 +183,23 @@ fi
|
|||||||
/usr/lib/mysql/libmysqlclient*.so
|
/usr/lib/mysql/libmysqlclient*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 18 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 3.23.26, which among other fixes now uses mkstemp()
|
||||||
|
instead of tempnam().
|
||||||
|
- revert changes made yesterday, Jakub fixed the compiler
|
||||||
|
|
||||||
|
* Tue Oct 17 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- use the compat C++ compiler FTTB. Argh.
|
||||||
|
- add requirement of ncurses4 (see above)
|
||||||
|
|
||||||
|
* Sun Oct 01 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- 3.23.25
|
||||||
|
- fix shutdown problem (#17956)
|
||||||
|
|
||||||
|
* Tue Sep 26 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
|
- Don't try to include no-longer-existing PUBLIC file
|
||||||
|
as doc (#17532)
|
||||||
|
|
||||||
* Thu Sep 12 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
* Thu Sep 12 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- rename config file to /etc/my.cnf, which is what
|
- rename config file to /etc/my.cnf, which is what
|
||||||
mysqld wants... doh. (#17432)
|
mysqld wants... doh. (#17432)
|
||||||
|
Loading…
Reference in New Issue
Block a user