[perl-Future] Update to 0.20

Emmanuel Seyman eseyman at fedoraproject.org
Sun Nov 24 11:34:09 UTC 2013


commit 073d0438143439f1f98fa810ce94bb9b2a2203a1
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Nov 24 12:33:56 2013 +0100

    Update to 0.20

 .gitignore       |    1 +
 perl-Future.spec |    5 ++++-
 sources          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a56e5b2..9411b72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /Future-0.17.tar.gz
 /Future-0.18.tar.gz
 /Future-0.19.tar.gz
+/Future-0.20.tar.gz
diff --git a/perl-Future.spec b/perl-Future.spec
index 9762ab6..a94154b 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,5 +1,5 @@
 Name:           perl-Future
-Version:        0.19
+Version:        0.20
 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 Nov 24 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.20-1
+- Update to 0.20
+
 * Sun Sep 29 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.19-1
 - Update to 0.19
 
diff --git a/sources b/sources
index 40278d8..8b80f9d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-424aa5bf6472bf4e3ab01a20c92763c6  Future-0.19.tar.gz
+9e76cf75a297ffc4136db1d366fc9e06  Future-0.20.tar.gz



More information about the perl-devel mailing list