From 1eaf45d1744e512f02a5708058394291f37a1968 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Mon, 29 Aug 2005 23:04:09 +0000 Subject: [PATCH] Update to 3.0002. --- .cvsignore | 2 +- perl-DBD-MySQL.spec | 12 +++++++----- sources | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index f3346fb..7495806 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -DBD-mysql-2.9007.tar.gz +DBD-mysql-3.0002.tar.gz diff --git a/perl-DBD-MySQL.spec b/perl-DBD-MySQL.spec index 81cb6ab..e03672f 100644 --- a/perl-DBD-MySQL.spec +++ b/perl-DBD-MySQL.spec @@ -1,12 +1,12 @@ Name: perl-DBD-MySQL -Version: 2.9007 +Version: 3.0002 Release: 1 Summary: A MySQL interface for perl Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/DBD-mysql/ -Source0: http://www.cpan.org/authors/id/R/RU/RUDY/DBD-mysql-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/C/CA/CAPTTOFU/DBD-mysql-%{version}.tar.gz Source1: filter-requires-dbdmysql.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -14,7 +14,7 @@ BuildRequires: perl >= 1:5.6.1 BuildRequires: perl(DBI) BuildRequires: mysql, mysql-devel, zlib-devel Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Provides: perl-DBD-mysql = %{version} +Provides: perl-DBD-mysql = %{version}-%{release} %define __perl_requires %{SOURCE1} @@ -25,8 +25,7 @@ An implementation of DBI for MySQL for Perl. %prep %setup -q -n DBD-mysql-%{version} # Correct file permissions -find . -name "*.pm" -exec chmod 644 {} ';' -chmod 644 ChangeLog INSTALL.html README lib/DBD/mysql/INSTALL.pod +find . -type f -exec chmod -x {} ';' %build @@ -67,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 11 2005 Jose Pedro Oliveira - 3.0002-1 +- Update to 3.0002. + * Wed Apr 27 2005 Jose Pedro Oliveira - 2.9007-1 - Update to 2.9007. (#156059) diff --git a/sources b/sources index c8c132e..50339b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba72f4f604b2457d767d95ba8690ff66 DBD-mysql-2.9007.tar.gz +df70ba084c97f5f7c2a997c3de2f0ad0 DBD-mysql-3.0002.tar.gz