[perl-Future] Update to 0.25

Emmanuel Seyman eseyman at fedoraproject.org
Sun Feb 23 08:58:17 UTC 2014


commit f1f2135c75f62e2d09010abbfcfd867b78f762f1
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Feb 23 09:59:01 2014 +0100

    Update to 0.25

 .gitignore       |    1 +
 perl-Future.spec |    5 ++++-
 sources          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0303771..974fc4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Future-0.21.tar.gz
 /Future-0.22.tar.gz
 /Future-0.23.tar.gz
+/Future-0.25.tar.gz
diff --git a/perl-Future.spec b/perl-Future.spec
index c47ed76..97f081b 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,5 +1,5 @@
 Name:           perl-Future
-Version:        0.23
+Version:        0.25
 Release:        1%{?dist}
 Summary:        Perl object system to represent an operation awaiting completion
 License:        GPL+ or Artistic
@@ -46,6 +46,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Feb 23 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.25-1
+- Update to 0.25
+
 * Sun Jan 26 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.23-1
 - Update to 0.23
 
diff --git a/sources b/sources
index 5388cd8..dad8ea4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8a7e7909cf2906fe785474e6a24bf314  Future-0.23.tar.gz
+5b09342950f4c9f176a0de9c32760a19  Future-0.25.tar.gz



More information about the perl-devel mailing list