commit e496bb96ee48c50fdf6c50e1c8bb911b26a3ac62
Author: Emmanuel Seyman <emman...@seyman.fr>
Date:   Sun Apr 27 12:29:18 2014 +0200

    Update to 2.5.3

 .gitignore          |    1 +
 perl-Queue-DBI.spec |   11 +++++++----
 sources             |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2032c67..23eea77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Queue-DBI-2.5.0.tar.gz
 /Queue-DBI-2.5.1.tar.gz
 /Queue-DBI-2.5.2.tar.gz
+/Queue-DBI-v2.5.3.tar.gz
diff --git a/perl-Queue-DBI.spec b/perl-Queue-DBI.spec
index 2fc9986..00052cf 100644
--- a/perl-Queue-DBI.spec
+++ b/perl-Queue-DBI.spec
@@ -1,10 +1,10 @@
 Name:           perl-Queue-DBI
-Version:        2.5.2
-Release:        3%{?dist}
+Version:        2.5.3
+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/
-Source0:        
http://www.cpan.org/authors/id/A/AU/AUBERTG/Queue-DBI-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/A/AU/AUBERTG/Queue-DBI-v%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(DBD::SQLite)
@@ -27,7 +27,7 @@ is to provide an extremely reliable dequeueing mechanism 
without having to
 use transactions.
 
 %prep
-%setup -q -n Queue-DBI-%{version}
+%setup -q -n Queue-DBI-v%{version}
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -48,6 +48,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Apr 27 2014 Emmanuel Seyman <emman...@seyman.fr> - 2.5.3-1
+- Update to 2.5.3
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 2.5.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 56b8c57..25a6cb2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64f679eef645c4c38db3a73b5f80125b  Queue-DBI-2.5.2.tar.gz
+6cd86bc021e66dc638113eb1e331aece  Queue-DBI-v2.5.3.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to