[perl-DBD-MySQL] 4.023 bump

Petr Pisar ppisar at fedoraproject.org
Mon Apr 15 12:20:35 UTC 2013


commit ce330e3e0e14f5bb1376ddbae930c7720b28208a
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Apr 15 14:18:48 2013 +0200

    4.023 bump

 .gitignore          |    1 +
 perl-DBD-MySQL.spec |   31 +++++++++++++++++++++++--------
 sources             |    2 +-
 3 files changed, 25 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a8d077..3ac11c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ DBD-mysql-4.017.tar.gz
 /DBD-mysql-4.020.tar.gz
 /DBD-mysql-4.021.tar.gz
 /DBD-mysql-4.022.tar.gz
+/DBD-mysql-4.023.tar.gz
diff --git a/perl-DBD-MySQL.spec b/perl-DBD-MySQL.spec
index 9963ce8..bd93c0d 100644
--- a/perl-DBD-MySQL.spec
+++ b/perl-DBD-MySQL.spec
@@ -1,23 +1,36 @@
 Name:           perl-DBD-MySQL
-Version:        4.022
-Release:        2%{?dist}
-Summary:        A MySQL interface for perl
+Version:        4.023
+Release:        1%{?dist}
+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/C/CA/CAPTTOFU/DBD-mysql-%{version}.tar.gz
 BuildRequires:  mysql, mysql-devel, zlib-devel
+BuildRequires:  perl
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(DBI)
+BuildRequires:  perl(Config)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(DBI) >= 1.08
+BuildRequires:  perl(DBI::DBD)
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+BuildRequires:  perl(File::Basename)
+BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(File::Path)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(strict)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Provides:       perl-DBD-mysql = %{version}-%{release}
 
 %{?perl_default_filter}
 
 %description 
-An implementation of DBI for MySQL for Perl.
+DBD::mysql is the Perl5 Database Interface driver for the MySQL database. In
+other words: DBD::mysql is an interface between the Perl programming language
+and the MySQL programming API that comes with the MySQL relational database
+management system.
 
 %prep
 %setup -q -n DBD-mysql-%{version}
@@ -38,7 +51,6 @@ make %{?_smp_mflags}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -46,13 +58,16 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 #make test
 
 %files
-%doc ChangeLog INSTALL.html README TODO
+%doc ChangeLog eg README TODO
 %{perl_vendorarch}/Bundle/
 %{perl_vendorarch}/DBD/
 %{perl_vendorarch}/auto/DBD/
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Apr 15 2013 Petr Pisar <ppisar at redhat.com> - 4.023-1
+- 4.023 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.022-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 4a9c806..11e704b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20fb571245e3b9ac275b8329025c4bf6  DBD-mysql-4.022.tar.gz
+6ee956cf33ddce6441b36b6c1c983528  DBD-mysql-4.023.tar.gz


More information about the scm-commits mailing list