From a8a8a29df1c6b630d75d8d2dd65fcf4a0ecc721c Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:03:51 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20perl-DB?= =?UTF-8?q?D-MySQL-1.2216-4.src.rpm=20Fri=20Jul=2020=202001=20Trond=20Eivi?= =?UTF-8?q?nd=20Glomsr=F8d=20=20-=20Add=20zlib-devel=20to?= =?UTF-8?q?=20buildrequires=20(#49536)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl-DBD-MySQL.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-DBD-MySQL.spec b/perl-DBD-MySQL.spec index ecb9bac..5797458 100644 --- a/perl-DBD-MySQL.spec +++ b/perl-DBD-MySQL.spec @@ -1,14 +1,14 @@ Summary: A MySQL interface for perl Name: perl-DBD-MySQL Version: 1.2216 -Release: 3 +Release: 4 License: distributable Group: Applications/Databases Source: Msql-Mysql-modules-%{version}.tar.gz Url: http://www.cpan.org BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: perl >= 5.6.0-3, perl-DBI >= 1.15 -BuildRequires: mysql-devel >= 3.23.37,perl >= 5.6.0-3, perl-DBI >= 1.15 +BuildRequires: mysql-devel >= 3.23.37,perl >= 5.6.0-3, perl-DBI >= 1.15, zlib-devel %description An implementation of DBI for MySQL for Perl. @@ -45,6 +45,9 @@ rm -f $RPM_BUILD_ROOT/$installsitearch/auto/Msql-Mysql-modules/.packlist %{_mandir}/*/* %changelog +* Fri Jul 20 2001 Trond Eivind Glomsrød +- Add zlib-devel to buildrequires (#49536) + * Sun Jul 1 2001 Trond Eivind Glomsrød - Add perl and perl-DBI to BuildRequires