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

Tom Lane (tgl) fedora-extras-commits at redhat.com
Sat Aug 25 21:19:47 UTC 2007


Author: tgl

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

Modified Files:
	mysql.spec 
Log Message:
Rebuild to fix Fedora toolchain issues


Index: mysql.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysql/devel/mysql.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- mysql.spec	12 Aug 2007 21:54:57 -0000	1.94
+++ mysql.spec	25 Aug 2007 21:19:14 -0000	1.95
@@ -1,6 +1,6 @@
 Name: mysql
 Version: 5.0.45
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: MySQL client programs and shared libraries
 Group: Applications/Databases
 URL: http://www.mysql.com
@@ -32,7 +32,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gperf, perl, readline-devel, openssl-devel
 BuildRequires: gcc-c++, ncurses-devel, zlib-devel
-BuildRequires: libtool automake autoconf
+BuildRequires: libtool automake autoconf gawk
 # make test requires time
 BuildRequires: time
 # Socket is needed to run regression tests
@@ -474,6 +474,10 @@
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
+* Sat Aug 25 2007 Tom Lane <tgl at redhat.com> 5.0.45-4
+- Seems we need an explicit BuildRequires on gawk now
+- Rebuild to fix Fedora toolchain issues
+
 * 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
 




More information about the fedora-extras-commits mailing list