diff --git a/mysql.spec b/mysql.spec index 62ced83..c45ad0b 100644 --- a/mysql.spec +++ b/mysql.spec @@ -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: gcc-c++, ncurses-devel, zlib-devel 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 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Sun Aug 12 2007 Tom Lane 5.0.45-3 +- Recent perl changes in rawhide mean we need a more specific BuildRequires + * Thu Aug 2 2007 Tom Lane 5.0.45-2 - Update License tag to match code. - Work around recent Fedora change that makes "open" a macro name.