Author: arekm Date: Wed Apr 9 17:09:21 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3; fix bug 34945 (segfault on some selects)
---- Files affected: SPECS: mysql.spec (1.406 -> 1.407) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.406 SPECS/mysql.spec:1.407 --- SPECS/mysql.spec:1.406 Sun Mar 30 22:15:54 2008 +++ SPECS/mysql.spec Wed Apr 9 19:09:16 2008 @@ -34,7 +34,7 @@ Summary(zh_CN.UTF-8): MySQL数据库服务器 Name: mysql Version: 5.1.23 -Release: 4 +Release: 5 License: GPL + MySQL FLOSS Exception Group: Applications/Databases #Source0Download: http://dev.mysql.com/downloads/mysql/5.1.html#source @@ -71,6 +71,7 @@ #Patch14: %{name}-bug-18156.patch Patch16: %{name}-bug-29082.patch Patch17: %{name}-bug-34655.patch +Patch18: %{name}-bug-34945.patch URL: http://www.mysql.com/products/database/mysql/community_edition.html BuildRequires: autoconf BuildRequires: automake @@ -477,6 +478,7 @@ #%patch14 -p1 # OUTDATED? %patch16 -p1 %patch17 -p1 +%patch18 -p1 %build %{__libtoolize} @@ -1041,6 +1043,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.407 2008-04-09 17:09:16 arekm +- rel 3; fix bug 34945 (segfault on some selects) + Revision 1.406 2008-03-30 20:15:54 hawk - added patch for bug #34655, release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.406&r2=1.407&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
