[perl-Future] Update to 0.18

Emmanuel Seyman eseyman at fedoraproject.org
Sun Sep 22 08:31:06 UTC 2013


commit 5a5192835c942d39ce55c049179e839bc22c3fa1
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Sep 22 10:30:54 2013 +0200

    Update to 0.18

 .gitignore       |    1 +
 perl-Future.spec |    5 ++++-
 sources          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b4dae5..79cc13b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /Future-0.15.tar.gz
 /Future-0.16.tar.gz
 /Future-0.17.tar.gz
+/Future-0.18.tar.gz
diff --git a/perl-Future.spec b/perl-Future.spec
index f7ec57c..15574ac 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,5 +1,5 @@
 Name:           perl-Future
-Version:        0.17
+Version:        0.18
 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 Sep 22 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.18-1
+- Update to 0.18
+
 * Sun Sep 08 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 0.17-1
 - Update to 0.17
 
diff --git a/sources b/sources
index 49d9ada..f44602a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a45bb39dd2c36583fe387b7b605b46b7  Future-0.17.tar.gz
+d5437aaec14aca2db8b797f9d96aeb21  Future-0.18.tar.gz


More information about the scm-commits mailing list