Author: glen Date: Sat Nov 12 17:54:08 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - add fix for mysqlhotcopy and stored procedure fix - enable big tables by default
---- Files affected: SPECS: mysql.spec (1.307 -> 1.308) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.307 SPECS/mysql.spec:1.308 --- SPECS/mysql.spec:1.307 Wed Nov 9 01:16:42 2005 +++ SPECS/mysql.spec Sat Nov 12 18:54:02 2005 @@ -3,6 +3,7 @@ # - trigger that prepares system from pre-cluster into cluster # - trigger /etc/mysqld.conf into /etc/mysql/mysqld.conf. Solve possible # conflict with /var/lib/mysql/mysqld.conf +# - C(XX)FLAGS for innodb subdirs are overriden by ./configre! # # Conditional build: %bcond_with bdb # Berkeley DB support @@ -10,8 +11,7 @@ %bcond_without raid # Without raid %bcond_without ssl # Without OpenSSL %bcond_without tcpd # Without libwrap (tcp_wrappers) support -%bcond_with big_tables # enable '--with-big-tables', some performance loss on 32bit arch, - # but can do >= 4GB database tables. +%bcond_without big_tables # Support tables with more than 4G rows even on 32 bit platforms # %include /usr/lib/rpm/macros.perl Summary: MySQL: a very fast and reliable SQL database engine @@ -25,7 +25,7 @@ Name: mysql Group: Applications/Databases Version: 5.0.15 -Release: 5 +Release: 5.1 License: GPL + MySQL FLOSS Exception Source0: http://sunsite.icm.edu.pl/mysql/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz # Source0-md5: b19e03de0ec348552b4bfac2e215f335 @@ -54,6 +54,8 @@ Patch9: %{name}-build.patch Patch10: %{name}-alpha.patch Patch11: %{name}-bug-13707.patch +Patch12: %{name}-bug-14610.patch +Patch13: %{name}-bug-13587.patch Icon: mysql.gif URL: http://www.mysql.com/ BuildRequires: autoconf @@ -69,6 +71,7 @@ BuildRequires: readline-devel >= 4.2 BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: rpmbuild(macros) >= 1.228 +BuildRequires: sed >= 4.0 BuildRequires: texinfo BuildRequires: zlib-devel Requires: rc-scripts >= 0.2.0 @@ -433,6 +436,8 @@ %patch8 -p1 %patch9 -p1 %patch11 -p1 +%patch12 -p1 +%patch13 -p1 %{__perl} -pi -e 's@(ndb_bin_am_ldflags)="-static"@$1=""@' configure.in @@ -550,7 +555,7 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}/*/*.txt mv -f $RPM_BUILD_ROOT%{_libdir}/mysql/lib* $RPM_BUILD_ROOT%{_libdir} -%{__perl} -pi -e 's,%{_libdir}/mysql,%{_libdir},;' $RPM_BUILD_ROOT%{_libdir}/libmysqlclient.la +sed -i -e 's,%{_libdir}/mysql,%{_libdir},' $RPM_BUILD_ROOT%{_libdir}/libmysqlclient.la # remove known unpackaged files rm -rf $RPM_BUILD_ROOT%{_prefix}/mysql-test @@ -877,6 +882,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.308 2005/11/12 17:54:02 glen +- add fix for mysqlhotcopy and stored procedure fix +- enable big tables by default + Revision 1.307 2005/11/09 00:16:42 glen - add #13707 (crash with insert delayed) - main package does not use anything from -libs, disabled ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mysql.spec?r1=1.307&r2=1.308&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
