rpms/mysql/devel mysql.spec,1.93,1.94

Tom Lane (tgl) fedora-extras-commits at redhat.com
Sun Aug 12 21:55:29 UTC 2007


Author: tgl

Update of /cvs/pkgs/rpms/mysql/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10298

Modified Files:
	mysql.spec 
Log Message:
Fix perl BuildRequires


Index: mysql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/devel/mysql.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- mysql.spec	3 Aug 2007 15:24:32 -0000	1.93
+++ mysql.spec	12 Aug 2007 21:54:57 -0000	1.94
@@ -1,6 +1,6 @@
 Name: mysql
 Version: 5.0.45
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
 URL: http://www.mysql.com
@@ -35,6 +35,8 @@
 BuildRequires: libtool automake autoconf
 # make test requires time
 BuildRequires: time
+# Socket is needed to run regression tests
+BuildRequires: perl(Socket)
 
 Prereq: /sbin/install-info, grep, fileutils
 Requires: %{name}-libs = %{version}-%{release}
@@ -472,6 +474,9 @@
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Sun Aug 12 2007 Tom Lane <tgl at redhat.com> 5.0.45-3
+- Recent perl changes in rawhide mean we need a more specific BuildRequires
+
 * Thu Aug  2 2007 Tom Lane <tgl at redhat.com> 5.0.45-2
 - Update License tag to match code.
 - Work around recent Fedora change that makes "open" a macro name.




More information about the fedora-extras-commits mailing list