Author: glen Date: Mon Oct 27 13:59:01 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - cleanup error logging procedure, errors log rotated now by logrotate by the unix way; rel 5
---- Files affected: SPECS: mysql.spec (1.428 -> 1.429) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.428 SPECS/mysql.spec:1.429 --- SPECS/mysql.spec:1.428 Sun Oct 26 15:37:46 2008 +++ SPECS/mysql.spec Mon Oct 27 14:58:55 2008 @@ -28,7 +28,7 @@ Summary(zh_CN.UTF-8): MySQL数据库服务器 Name: mysql Version: 5.1.28 -Release: 4 +Release: 5 License: GPL + MySQL FLOSS Exception Group: Applications/Databases #Source0Download: http://dev.mysql.com/downloads/mysql/5.1.html#source @@ -61,6 +61,7 @@ Patch10: %{name}-alpha.patch Patch11: %{name}-upgrade.patch Patch12: %{name}-config.patch +Patch13: %{name}-errorlog-no-rename.patch URL: http://www.mysql.com/products/database/mysql/community_edition.html BuildRequires: autoconf BuildRequires: automake @@ -466,6 +467,7 @@ %patch9 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %build %{__libtoolize} @@ -1044,6 +1046,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.429 2008/10/27 13:58:55 glen +- cleanup error logging procedure, errors log rotated now by logrotate by the unix way; rel 5 + Revision 1.428 2008/10/26 14:37:46 glen - move mysqlslap to -bench package (load emulation client) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.428&r2=1.429&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
