From f16ef3f5172f1f0f2a8e087a83d475dd0f841a9e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:53:56 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20mysql-3?= =?UTF-8?q?.23.26-1.src.rpm=20Wed=20Oct=2018=202000=20Trond=20Eivind=20Glo?= =?UTF-8?q?msr=C3=B8d=20=20-=203.23.26,=20which=20among=20?= =?UTF-8?q?other=20fixes=20now=20uses=20mkstemp()=20instead=20of=20tempnam?= =?UTF-8?q?().=20-=20revert=20changes=20made=20yesterday,=20Jakub=20fixed?= =?UTF-8?q?=20the=20compiler=20Tue=20Oct=2017=202000=20Trond=20Eivind=20Gl?= =?UTF-8?q?omsr=C3=B8d=20=20-=20use=20the=20compat=20C++?= =?UTF-8?q?=20compiler=20FTTB.=20Argh.=20-=20add=20requirement=20of=20ncur?= =?UTF-8?q?ses4=20(see=20above)=20Sun=20Oct=2001=202000=20Trond=20Eivind?= =?UTF-8?q?=20Glomsr=C3=B8d=20=20-=203.23.25=20-=20fix=20s?= =?UTF-8?q?hutdown=20problem=20(#17956)=20Tue=20Sep=2026=202000=20Trond=20?= =?UTF-8?q?Eivind=20Glomsr=C3=B8d=20=20-=20Don't=20try=20t?= =?UTF-8?q?o=20include=20no-longer-existing=20PUBLIC=20file=20as=20doc=20(?= =?UTF-8?q?#17532)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- mysql.init | 2 ++ mysql.spec | 22 +++++++++++++++++++--- sources | 2 +- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1520130..43ccb21 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mysql-3.23.24-beta.tar.gz +mysql-3.23.26-beta.tar.gz diff --git a/mysql.init b/mysql.init index 32b4415..5ed5384 100644 --- a/mysql.init +++ b/mysql.init @@ -43,10 +43,12 @@ start(){ stop(){ echo -n "Shutting down MySQL server" + killproc safe_mysqld killproc mysqld ret=$? [ $ret -eq 0 ] && rm -f /var/lock/subsys/mysqld [ $ret -eq 0 ] && rm -f /var/lib/mysql/mysql.sock + mysqladmin shutdown > /dev/null 2>& 1 echo return $ret } diff --git a/mysql.spec b/mysql.spec index 009281f..86db44a 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,5 +1,5 @@ Name: mysql -Version: 3.23.24 +Version: 3.23.26 Release: 1 Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}-beta.tar.gz Source1: mysql.init @@ -55,7 +55,6 @@ header files that are needed for developing your own MySQL applications. %build - %configure --without-debug \ --without-readline \ --enable-shared \ @@ -143,7 +142,7 @@ fi %files %defattr(-,root,root) -%doc INSTALL* PUBLIC README COPYING* +%doc INSTALL* README COPYING* %doc Docs/manual* Docs/mysqld_error.txt # /usr/bin/* except mysqladmin and safe_mysqld @@ -184,6 +183,23 @@ fi /usr/lib/mysql/libmysqlclient*.so %changelog +* Wed Oct 18 2000 Trond Eivind Glomsrød +- 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 +- use the compat C++ compiler FTTB. Argh. +- add requirement of ncurses4 (see above) + +* Sun Oct 01 2000 Trond Eivind Glomsrød +- 3.23.25 +- fix shutdown problem (#17956) + +* Tue Sep 26 2000 Trond Eivind Glomsrød +- Don't try to include no-longer-existing PUBLIC file + as doc (#17532) + * Thu Sep 12 2000 Trond Eivind Glomsrød - rename config file to /etc/my.cnf, which is what mysqld wants... doh. (#17432) diff --git a/sources b/sources index f943648..3967ce9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4d1e1075db34675d91280bfe81aa891 mysql-3.23.24-beta.tar.gz +b24fa6bb945d53f739b2dfa815abc992 mysql-3.23.26-beta.tar.gz