Author: zergin Date: Sat Feb 3 17:47:38 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - added fix for bug #24747 (from: http://lists.mysql.com/commits/17414) - added missing BR:doxygen (faild build on docs) - builds & works w/o errors on Th x86_64 - rel: 2 => 3, STBR
---- Files affected: SPECS: mysql.spec (1.359 -> 1.360) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.359 SPECS/mysql.spec:1.360 --- SPECS/mysql.spec:1.359 Fri Dec 22 16:46:52 2006 +++ SPECS/mysql.spec Sat Feb 3 18:47:33 2007 @@ -26,7 +26,7 @@ Summary(zh_CN): MySQLĘýžÝżâˇţÎńĆ÷ Name: mysql Version: 5.1.14 -Release: 2 +Release: 3 License: GPL + MySQL FLOSS Exception Group: Applications/Databases Source0: http://mysql.dataphone.se/Downloads/MySQL-5.1/%{name}-%{version}-beta.tar.gz @@ -61,9 +61,11 @@ Patch13: %{name}-bug-16634.patch Patch14: %{name}-bug-18156.patch Patch15: %{name}-bug-22807.patch +Patch16: %{name}-bug-24747.patch URL: http://www.mysql.com/products/database/mysql/community_edition.html BuildRequires: autoconf BuildRequires: automake +BuildRequires: doxygen BuildRequires: libstdc++-devel >= 5:3.0 BuildRequires: libtool %{?with_tcpd:BuildRequires: libwrap-devel} @@ -462,6 +464,7 @@ %patch13 -p1 %patch14 -p1 %patch15 -p1 +%patch16 -p1 %build %{__libtoolize} @@ -946,6 +949,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.360 2007/02/03 17:47:33 zergin +- added fix for bug #24747 (from: http://lists.mysql.com/commits/17414) +- added missing BR:doxygen (faild build on docs) +- builds & works w/o errors on Th x86_64 +- rel: 2 => 3, STBR + Revision 1.359 2006/12/22 15:46:52 arekm - rel 2; doc dropped ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mysql.spec?r1=1.359&r2=1.360&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
