SPECS: mysql.spec - rel 2; include percona patches (userstats is cool); not...
arekm
arekm at pld-linux.org
Sat Dec 6 21:54:37 CET 2008
Author: arekm Date: Sat Dec 6 20:54:37 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 2; include percona patches (userstats is cool); note that now slow time need to be specified in microseconds not seconds
---- Files affected:
SPECS:
mysql.spec (1.432 -> 1.433)
---- Diffs:
================================================================
Index: SPECS/mysql.spec
diff -u SPECS/mysql.spec:1.432 SPECS/mysql.spec:1.433
--- SPECS/mysql.spec:1.432 Wed Nov 26 17:25:21 2008
+++ SPECS/mysql.spec Sat Dec 6 21:54:31 2008
@@ -28,7 +28,7 @@
Summary(zh_CN.UTF-8): MySQL数据库服务器
Name: mysql
Version: 5.1.30
-Release: 1
+Release: 2
License: GPL + MySQL FLOSS Exception
Group: Applications/Databases
#Source0Download: http://dev.mysql.com/downloads/mysql/5.1.html#source
@@ -62,6 +62,11 @@
Patch11: %{name}-upgrade.patch
Patch12: %{name}-config.patch
Patch13: %{name}-errorlog-no-rename.patch
+# <percona patches, http://www.percona.com/percona-lab.html>
+Patch14: %{name}-userstats.patch
+Patch15: %{name}-microslow.patch
+Patch16: %{name}-acc-pslist.patch
+# </percona>
URL: http://www.mysql.com/products/database/mysql/community_edition.html
BuildRequires: autoconf
BuildRequires: automake
@@ -468,6 +473,9 @@
%patch11 -p1
%patch12 -p1
%patch13 -p1
+%patch14 -p1
+%patch15 -p1
+%patch16 -p1
%build
%{__libtoolize}
@@ -1045,6 +1053,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.433 2008/12/06 20:54:31 arekm
+- rel 2; include percona patches (userstats is cool); note that now slow time need to be specified in microseconds not seconds
+
Revision 1.432 2008/11/26 16:25:21 arekm
- up to 5.1.30 (first GA release)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.432&r2=1.433&f=u
More information about the pld-cvs-commit
mailing list