[perl-Queue-DBI] Update to 2.5.1

Emmanuel Seyman eseyman at fedoraproject.org
Sun May 12 08:30:31 UTC 2013


commit bb2f10d0baaa164d9a68ad7f1d2de4e841d89b04
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun May 12 10:30:28 2013 +0200

    Update to 2.5.1

 .gitignore          |    1 +
 perl-Queue-DBI.spec |   10 +++++++---
 sources             |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2826806..879b8f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /Queue-DBI-2.4.2.tar.gz
 /Queue-DBI-2.5.0.tar.gz
+/Queue-DBI-2.5.1.tar.gz
diff --git a/perl-Queue-DBI.spec b/perl-Queue-DBI.spec
index a404580..9338855 100644
--- a/perl-Queue-DBI.spec
+++ b/perl-Queue-DBI.spec
@@ -1,6 +1,6 @@
 Name:           perl-Queue-DBI
-Version:        2.5.0
-Release:        2%{?dist}
+Version:        2.5.1
+Release:        1%{?dist}
 Summary:        A queueing module with an emphasis on safety, using DBI as a storage system
 License:        GPLv3
 URL:            http://search.cpan.org/dist/Queue-DBI/
@@ -12,6 +12,7 @@ BuildRequires:  perl(DBI)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Dist::VersionSync)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::FailWarnings)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Type)
 BuildRequires:  perl(Try::Tiny)
@@ -42,11 +43,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%doc Changes LICENSE README
+%doc Changes LICENSE README.md
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun May 12 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 2.5.1-1
+- Update to 2.5.1
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 927bdd3..0caa583 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-69339069f20e465c16cd93df7c3af8c7  Queue-DBI-2.5.0.tar.gz
+88a007fb3e23e2ea4fc568fae4a81bca  Queue-DBI-2.5.1.tar.gz



More information about the perl-devel mailing list