Author: arekm Date: Wed Apr 23 20:27:50 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 5.1.24 (still as RC; two security bugs fixed)
---- Files affected: SPECS: mysql.spec (1.408 -> 1.409) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.408 SPECS/mysql.spec:1.409 --- SPECS/mysql.spec:1.408 Sat Apr 19 10:16:36 2008 +++ SPECS/mysql.spec Wed Apr 23 22:27:45 2008 @@ -33,13 +33,13 @@ Summary(uk.UTF-8): MySQL - швидкий SQL-сервер Summary(zh_CN.UTF-8): MySQL数据库服务器 Name: mysql -Version: 5.1.23 -Release: 6 +Version: 5.1.24 +Release: 1 License: GPL + MySQL FLOSS Exception Group: Applications/Databases #Source0Download: http://dev.mysql.com/downloads/mysql/5.1.html#source Source0: http://mysql.tonnikala.org/Downloads/MySQL-5.1/%{name}-%{version}-rc.tar.gz -# Source0-md5: d6ca3009eee24a8e396b8f667b3bd8df +# Source0-md5: 5f75d7593af35be125fa3fc21509337a Source100: http://www.sphinxsearch.com/downloads/sphinx-0.9.7.tar.gz # Source100-md5: 32f2b7e98d8485c86108851d52c5cef4 Source1: %{name}.init @@ -66,13 +66,7 @@ Patch9: %{name}-build.patch Patch10: %{name}-alpha.patch Patch11: %{name}-upgrade.patch -#Patch12: %{name}-NDB_CXXFLAGS.patch -Patch13: %{name}-ssl.patch -#Patch14: %{name}-bug-18156.patch -Patch16: %{name}-bug-29082.patch -Patch17: %{name}-bug-34655.patch -Patch18: %{name}-bug-34945.patch -Patch19: %{name}-bug-35298.patch +Patch12: %{name}-bug-35298.patch URL: http://www.mysql.com/products/database/mysql/community_edition.html BuildRequires: autoconf BuildRequires: automake @@ -474,13 +468,7 @@ %patch8 -p1 %patch9 -p1 %patch11 -p1 -#%patch12 -p1 # OUTDATED? -%patch13 -p1 -#%patch14 -p1 # OUTDATED? -%patch16 -p1 -%patch17 -p1 -%patch18 -p1 -%patch19 -p1 +%patch12 -p1 %build %{__libtoolize} @@ -522,6 +510,7 @@ --with-named-thread-libs="-lpthread" \ --with-unix-socket-path=/var/lib/mysql/mysql.sock \ --with-archive-storage-engine \ + --with-plugins=max \ %{?with_federated:--with-federated-storage-engine} \ --with-fast-mutexes \ --with-vio \ @@ -820,12 +809,10 @@ %attr(755,root,root) %{_sbindir}/mysql_fix_privilege_tables %attr(755,root,root) %{_sbindir}/mysql_upgrade %dir %{_libdir}/mysql -%attr(755,root,root) %{_libdir}/mysql/ha_blackhole.so.*.*.* -%attr(755,root,root) %{_libdir}/mysql/ha_blackhole.so.0 -%attr(755,root,root) %{_libdir}/mysql/ha_blackhole.so -%attr(755,root,root) %{_libdir}/mysql/ha_example.so.*.*.* -%attr(755,root,root) %{_libdir}/mysql/ha_example.so.0 -%attr(755,root,root) %{_libdir}/mysql/ha_example.so +%dir %{_libdir}/mysql/plugin +%attr(755,root,root) %{_libdir}/mysql/plugin/ha_example.so.*.*.* +%attr(755,root,root) %{_libdir}/mysql/plugin/ha_example.so.0 +%attr(755,root,root) %{_libdir}/mysql/plugin/ha_example.so %{_mandir}/man1/innochecksum.1* %{_mandir}/man1/myisamchk.1* %{_mandir}/man1/myisamlog.1* @@ -986,8 +973,8 @@ %attr(755,root,root) %{_sbindir}/ndbd %attr(754,root,root) /etc/rc.d/init.d/mysql-ndb %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql-ndb -%{_mandir}/man1/ndbd.1* %{_mandir}/man1/ndbd_redo_log_reader.1* +%{_mandir}/man8/ndbd.8* %files ndb-client %defattr(644,root,root,755) @@ -1030,7 +1017,7 @@ %attr(755,root,root) %{_sbindir}/ndb_mgmd %attr(754,root,root) /etc/rc.d/init.d/mysql-ndb-mgm %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql-ndb-mgm -%{_mandir}/man1/ndb_mgmd.1* +%{_mandir}/man8/ndb_mgmd.8* %files ndb-cpc %defattr(644,root,root,755) @@ -1045,6 +1032,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.409 2008-04-23 20:27:45 arekm +- up to 5.1.24 (still as RC; two security bugs fixed) + Revision 1.408 2008-04-19 08:16:36 arekm - rel 6; fix group_contact with join server crash ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/mysql.spec?r1=1.408&r2=1.409&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
