From f031fece044969d4a3ccb4569fc374e08b8c1adc Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:57:08 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20mysql-3?= =?UTF-8?q?.23.51-4.src.rpm=20Mon=20Jul=2022=202002=20Trond=20Eivind=20Glo?= =?UTF-8?q?msr=C3=B8d=20=203.23.51-4=20-=20rebuild=20Thu?= =?UTF-8?q?=20Jul=2018=202002=20Trond=20Eivind=20Glomsr=C3=B8d=20=203.23.51-3=20-=20Fix=20#63543=20and=20#63542=20Thu=20J?= =?UTF-8?q?ul=2011=202002=20Trond=20Eivind=20Glomsr=C3=B8d=20=203.23.51-2=20-=20Turn=20off=20bdb=20on=20PPC(#68591)=20-?= =?UTF-8?q?=20Turn=20off=20the=20assembly=20optimizations,=20for=20safety.?= =?UTF-8?q?=20Wed=20Jun=2026=202002=20Trond=20Eivind=20Glomsr=C3=B8d=20=203.23.51-1=20-=20Work=20around=20annoying=20auto?= =?UTF-8?q?*=20thinking=20this=20is=20a=20crosscompile=20-=203.23.51=20Fri?= =?UTF-8?q?=20Jun=2021=202002=20Tim=20Powers=20=20-=20aut?= =?UTF-8?q?omated=20rebuild=20Mon=20Jun=2010=202002=20Trond=20Eivind=20Glo?= =?UTF-8?q?msr=C3=B8d=20=203.23.50-2=20-=20Add=20dependenc?= =?UTF-8?q?y=20on=20perl-DBI=20and=20perl-DBD-MySQL=20(#66349)=20Thu=20May?= =?UTF-8?q?=2030=202002=20Trond=20Eivind=20Glomsr=C3=B8d=20=203.23.50-1=20-=203.23.50=20Thu=20May=2023=202002=20Tim=20Pow?= =?UTF-8?q?ers=20=20-=20automated=20rebuild=20Mon=20May?= =?UTF-8?q?=2013=202002=20Trond=20Eivind=20Glomsr=C3=B8d=20=203.23.49-4=20-=20Rebuild=20-=20Don't=20set=20CXX=20to=20gcc,?= =?UTF-8?q?=20it=20doesn't=20work=20anymore=20-=20Exclude=20Alpha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- mysql.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++---------- sources | 2 +- 3 files changed, 47 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index dce1388..efa5121 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mysql-3.23.49.tar.bz2 +mysql-3.23.51.tar.bz2 diff --git a/mysql.spec b/mysql.spec index 9d79cee..66c5bf9 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,12 +1,13 @@ Name: mysql -Version: 3.23.49 -Release: 3 +Version: 3.23.51 +Release: 4 Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.bz2 Source1: mysql.init Source2: mysql.logrotate Source3: my.cnf # Working around perl dependency checking bug in rpm FTTB. Remove later. Source999: filter-requires-mysql.sh +Patch0: mysql-3.23.51-manfixes.patch URL: http://www.mysql.com BuildRoot: %{_tmppath}/%{name}-%{version}-root Summary: MySQL client programs and shared library. @@ -17,7 +18,9 @@ BuildRequires: gperf, perl, readline-devel BuildRequires: gcc-c++, ncurses-devel, zlib-devel Requires: bash Conflicts: MySQL +Requires: perl-DBI, perl-DBD-MySQL Obsoletes: mysql-client mysql-bench mysql-perl +ExcludeArch: alpha # Working around perl dependency checking bug in rpm FTTB. Remove later. %define __find_requires %{SOURCE999} @@ -62,16 +65,17 @@ developing MySQL applications. %prep %setup -q +%patch0 -p1 %build CFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" CXXFLAGS="%{optflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-rtti -fno-exceptions" -CXX=gcc -export CFLAGS CXXFLAGS CXX +export CFLAGS CXXFLAGS #CPPFLAGS="$CFLAGS" #export CPPFLAGS -%configure --without-debug \ +#configure --without-debug \ +./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir} \ --without-readline \ --enable-shared \ --with-extra-charsets=complex \ @@ -81,11 +85,11 @@ export CFLAGS CXXFLAGS CXX --with-mysqld-user="mysql" \ --with-extra-charsets=all \ --with-innodb \ -%ifnarch alpha - --with-berkeley-db --enable-large-files=yes --enable-largefile=yes \ + --enable-large-files=yes --enable-largefile=yes \ +%ifnarch alpha ppc + --with-berkeley-db \ %endif - --with-thread-safe-client \ - --enable-assembler + --with-thread-safe-client make make check @@ -235,7 +239,38 @@ fi /usr/lib/mysql/libmysqlclient*.so %changelog -* Mon Apr 8 2002 Trond Eivind Glomsrød 3.23.49-2 +* Mon Jul 22 2002 Trond Eivind Glomsrød 3.23.51-4 +- rebuild + +* Thu Jul 18 2002 Trond Eivind Glomsrød 3.23.51-3 +- Fix #63543 and #63542 + +* Thu Jul 11 2002 Trond Eivind Glomsrød 3.23.51-2 +- Turn off bdb on PPC(#68591) +- Turn off the assembly optimizations, for safety. + +* Wed Jun 26 2002 Trond Eivind Glomsrød 3.23.51-1 +- Work around annoying auto* thinking this is a crosscompile +- 3.23.51 + +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Mon Jun 10 2002 Trond Eivind Glomsrød 3.23.50-2 +- Add dependency on perl-DBI and perl-DBD-MySQL (#66349) + +* Thu May 30 2002 Trond Eivind Glomsrød 3.23.50-1 +- 3.23.50 + +* Thu May 23 2002 Tim Powers +- automated rebuild + +* Mon May 13 2002 Trond Eivind Glomsrød 3.23.49-4 +- Rebuild +- Don't set CXX to gcc, it doesn't work anymore +- Exclude Alpha + +* Mon Apr 8 2002 Trond Eivind Glomsrød 3.23.49-3 - Add the various .cnf examples as doc files to mysql-server (#60349) - Don't include manual.ps, it's just 200 bytes with a URL inside (#60349) - Don't include random files in /usr/share/mysql (#60349) diff --git a/sources b/sources index ab9b763..01fb61b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f2cc97874a593d1bf84db21b56ee3a68 mysql-3.23.49.tar.bz2 +c972e10ecbbbbb53801b6e936929330e mysql-3.23.51.tar.bz2