Author: glen Date: Sun Mar 12 20:40:39 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 5.0.19. - libmysqlclient now uses versioned symbols with GNU ld. - mysql_upgrade program added
---- Files affected: SPECS: mysql.spec (1.326 -> 1.327) ---- Diffs: ================================================================ Index: SPECS/mysql.spec diff -u SPECS/mysql.spec:1.326 SPECS/mysql.spec:1.327 --- SPECS/mysql.spec:1.326 Sun Mar 12 12:58:04 2006 +++ SPECS/mysql.spec Sun Mar 12 21:40:34 2006 @@ -3,7 +3,7 @@ # - trigger that prepares system from pre-cluster into cluster # - trigger /etc/mysqld.conf into /etc/mysql/mysqld.conf. Solve possible # conflict with /var/lib/mysql/mysqld.conf -# - C(XX)FLAGS for innodb subdirs are overriden by ./configre! +# - C(XX)FLAGS for innodb subdirs are overriden by ./configure! # - http://bugs.mysql.com/bug.php?id=16470 # # Conditional build: @@ -25,12 +25,12 @@ Summary(uk): MySQL - Ű×ÉÄËÉĘ SQL-ÓĹŇ×ĹŇ Summary(zh_CN): MySQLĘýžÝżâˇţÎńĆ÷ Name: mysql -Version: 5.0.18 -Release: 4 +Version: 5.0.19 +Release: 1 License: GPL + MySQL FLOSS Exception Group: Applications/Databases Source0: http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.0/%{name}-%{version}.tar.gz -# Source0-md5: f18153b0239aaa03fc5a751f2d82cb71 +# Source0-md5: d8a922fe657cca3b03d390e5f13d60a8 #Source0: http://downloads.mysql.com/snapshots/mysql-5.0/%{name}-%{version}-nightly-%{_snap}.tar.gz Source1: %{name}.init Source2: %{name}.sysconfig @@ -56,7 +56,7 @@ Patch8: %{name}-client-config.patch Patch9: %{name}-build.patch Patch10: %{name}-alpha.patch -Patch11: %{name}-bug-14057.patch +Patch11: %{name}-ndb-ldflags.patch URL: http://www.mysql.com/ BuildRequires: autoconf BuildRequires: automake @@ -98,6 +98,8 @@ %define _mysqlhome /home/services/mysql %define _noautoreqdep 'perl(DBD::mysql)' +# CFLAGS for innodb are altered +%undefine configure_cache %description MySQL is a true multi-user, multi-threaded SQL (Structured Query @@ -452,8 +454,6 @@ %patch9 -p1 %patch11 -p1 -%{__perl} -pi -e 's@(ndb_bin_am_ldflags)="-static"@$1=""@' configure.in - %build %{__libtoolize} %{__aclocal} @@ -621,7 +621,6 @@ fi %service mysql restart -exit 0 %preun if [ "$1" = "0" ]; then @@ -737,12 +736,14 @@ %attr(755,root,root) %{_bindir}/myisampack %attr(755,root,root) %{_bindir}/mysql_fix_privilege_tables %attr(755,root,root) %{_bindir}/my_print_defaults +%attr(755,root,root) %{_bindir}/mysql_upgrade %attr(755,root,root) %{_sbindir}/mysqld %{_mandir}/man1/mysql_fix_privilege_tables.1* %{_mandir}/man1/mysqld.1* %{_mandir}/man1/myisamchk.1* %{_mandir}/man1/myisamlog.1* %{_mandir}/man1/myisampack.1* +%{_mandir}/man1/mysql_upgrade.1* %attr(700,mysql,mysql) %{_mysqlhome} # root:root is proper here for AC mysql.rpm while mysql:mysql is potential security hole @@ -900,6 +901,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.327 2006/03/12 20:40:34 glen +- up to 5.0.19. +- libmysqlclient now uses versioned symbols with GNU ld. +- mysql_upgrade program added + Revision 1.326 2006/03/12 11:58:04 blues - group fixed ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mysql.spec?r1=1.326&r2=1.327&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
