[perl-Future] Update to 0.32

Emmanuel Seyman eseyman at fedoraproject.org
Sun Mar 15 03:13:01 UTC 2015


commit 222ee56b040463b92ff5c19b537c433586b2cc12
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Mar 15 04:12:58 2015 +0100

    Update to 0.32

 .gitignore       | 1 +
 perl-Future.spec | 5 ++++-
 sources          | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d1e829..bab60d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /Future-0.28.tar.gz
 /Future-0.29.tar.gz
 /Future-0.30.tar.gz
+/Future-0.32.tar.gz
diff --git a/perl-Future.spec b/perl-Future.spec
index 62ed420..7cd684f 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,5 +1,5 @@
 Name:           perl-Future
-Version:        0.30
+Version:        0.32
 Release:        1%{?dist}
 Summary:        Perl object system to represent an operation awaiting completion
 License:        GPL+ or Artistic
@@ -48,6 +48,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Sun Mar 15 2015 Emmanuel Seyman <emmanuel at seyman.fr> - 0.32-1
+- Update to 0.32
+
 * Fri Nov 28 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.30-1
 - Update to 0.30
 - Use the %%license tag
diff --git a/sources b/sources
index 4980c28..76aab71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-21bdf92c22915b06b2e27ea4e0d90cbc  Future-0.30.tar.gz
+9aa4aa6a3876397d015688f56eed0689  Future-0.32.tar.gz


More information about the scm-commits mailing list