rpms/mysql/devel mysql.spec,1.112,1.113

Tom Lane tgl at fedoraproject.org
Thu Jan 22 18:00:55 UTC 2009


Author: tgl

Update of /cvs/pkgs/rpms/mysql/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30364

Modified Files:
	mysql.spec 
Log Message:
Fix mistaken removal of --with-innodb and --with-ndbcluster


Index: mysql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/devel/mysql.spec,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- mysql.spec	22 Jan 2009 15:24:17 -0000	1.112
+++ mysql.spec	22 Jan 2009 18:00:24 -0000	1.113
@@ -1,6 +1,6 @@
 Name: mysql
 Version: 5.1.30
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
 URL: http://www.mysql.com
@@ -203,6 +203,8 @@
 	--with-mysqld-user="mysql" \
 	--with-extra-charsets=all \
 	--with-big-tables \
+	--with-innodb \
+	--with-ndbcluster \
 	--enable-local-infile \
 	--enable-largefile \
 	--enable-thread-safe-client \
@@ -631,6 +633,10 @@
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Thu Jan 22 2009 Tom Lane <tgl at redhat.com> 5.1.30-2
+- hm, apparently --with-innodb and --with-ndbcluster are still needed
+  even though no longer documented ...
+
 * Thu Jan 22 2009 Tom Lane <tgl at redhat.com> 5.1.30-1
 - Update to MySQL 5.1.30.  Note that this includes an ABI break for
   libmysqlclient (it's now got .so major version 16).




More information about the fedora-extras-commits mailing list