Author: glen Date: Wed Nov 9 00:16:47 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - add #13707 (crash with insert delayed) - main package does not use anything from -libs, disabled - do also --with(out)-ndb-debug - rel 5
---- Files affected: SPECS: mysql.spec (1.306 -> 1.307) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.306 SPECS/mysql.spec:1.307 --- SPECS/mysql.spec:1.306 Mon Oct 31 14:43:02 2005 +++ SPECS/mysql.spec Wed Nov 9 01:16:42 2005 @@ -25,7 +25,7 @@ Name: mysql Group: Applications/Databases Version: 5.0.15 -Release: 4 +Release: 5 License: GPL + MySQL FLOSS Exception Source0: http://sunsite.icm.edu.pl/mysql/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz # Source0-md5: b19e03de0ec348552b4bfac2e215f335 @@ -53,6 +53,7 @@ Patch8: %{name}-client-config.patch Patch9: %{name}-build.patch Patch10: %{name}-alpha.patch +Patch11: %{name}-bug-13707.patch Icon: mysql.gif URL: http://www.mysql.com/ BuildRequires: autoconf @@ -79,7 +80,7 @@ Requires(postun): /usr/sbin/groupdel Requires(post,preun): /sbin/chkconfig Requires(triggerpostun): sed >= 4.0 -Requires: %{name}-libs = %{version}-%{release} +#Requires: %{name}-libs = %{version}-%{release} Requires: /usr/bin/setsid Provides: MySQL-server Provides: group(mysql) @@ -431,6 +432,7 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 +%patch11 -p1 %{__perl} -pi -e 's@(ndb_bin_am_ldflags)="-static"@$1=""@' configure.in @@ -465,6 +467,7 @@ %{?with_big_tables:--with-big-tables} \ --with-comment="PLD Linux Distribution MySQL RPM" \ --with%{!?debug:out}-debug \ + --with%{!?debug:out}-ndb-debug \ --with-embedded-server \ --with-extra-charsets=all \ --with-low-memory \ @@ -874,6 +877,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +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 +- do also --with(out)-ndb-debug +- rel 5 + Revision 1.306 2005/10/31 13:43:02 glen - %service is not fully in shell syntax; rel 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mysql.spec?r1=1.306&r2=1.307&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
