[perl-Apache-DBI/f14/master] update to 1.10 (bugfix)

Remi Collet remi at fedoraproject.org
Fri Feb 4 17:50:50 UTC 2011


commit b19f54c633f9ee5cb23cc68a4f58460db8a985f6
Author: remi <fedora at famillecollet.com>
Date:   Fri Feb 4 18:43:19 2011 +0100

    update to 1.10 (bugfix)

 .gitignore           |    1 +
 perl-Apache-DBI.spec |   13 +++++++++----
 sources              |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c0c90d1..e5baa1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Apache-DBI-1.08.tar.gz
 /Apache-DBI-1.09.tar.gz
+/Apache-DBI-1.10.tar.gz
diff --git a/perl-Apache-DBI.spec b/perl-Apache-DBI.spec
index 1388be1..5b67054 100644
--- a/perl-Apache-DBI.spec
+++ b/perl-Apache-DBI.spec
@@ -1,24 +1,26 @@
 %global perlname Apache-DBI
 
 Name:      perl-Apache-DBI
-Version:   1.09
+Version:   1.10
 Release:   1%{?dist}
 Summary:   Persistent database connections with Apache/mod_perl
 
 Group:     Development/Libraries
 License:   GPL+ or Artistic
 URL:       http://search.cpan.org/dist/Apache-DBI/
-#Source:   http://search.cpan.org/CPAN/authors/id/P/PG/PGOLLUCCI/%{perlname}-%{version}.tar.gz
-Source:    http://search.cpan.org/CPAN/authors/id/A/AB/ABH/%{perlname}-%{version}.tar.gz
+Source:    http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/%{perlname}-%{version}.tar.gz
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildRequires: perl(Test::More)
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(DBD::mysql)
+
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
+
 %description
 This is version %{version} of Apache::AuthDBI and Apache::DBI.
 
@@ -70,6 +72,9 @@ make test
 %{perl_vendorlib}/Apache
 
 %changelog
+* Fri Feb 04 2011 Remi Collet <Fedora at famillecollet.com> 1.10-1
+- update to 1.10 (bugfix)
+
 * Tue Nov 23 2010 Remi Collet <Fedora at famillecollet.com> 1.09-1
 - update to 1.09 (bugfix)
 
diff --git a/sources b/sources
index a66a55a..0788aaf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3243a359906cfc62d548f327c9e3b8c7  Apache-DBI-1.09.tar.gz
+f4c6c8b718192a9f1ab2bbe31e221c38  Apache-DBI-1.10.tar.gz



More information about the perl-devel mailing list