[perl-Future] Update to 0.29

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jul 20 07:31:12 UTC 2014


commit 654011a120700a547b59e9dc865356d7842280fe
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Jul 20 09:31:00 2014 +0200

    Update to 0.29

 .gitignore       |    1 +
 perl-Future.spec |    6 +++++-
 sources          |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 74a2faa..c834936 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /Future-0.25.tar.gz
 /Future-0.27.tar.gz
 /Future-0.28.tar.gz
+/Future-0.29.tar.gz
diff --git a/perl-Future.spec b/perl-Future.spec
index 00fc8af..a916f81 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,5 +1,5 @@
 Name:           perl-Future
-Version:        0.28
+Version:        0.29
 Release:        1%{?dist}
 Summary:        Perl object system to represent an operation awaiting completion
 License:        GPL+ or Artistic
@@ -43,9 +43,13 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %files
 %doc Changes examples LICENSE META.json README
 %{perl_vendorlib}/Future*
+%{perl_vendorlib}/Test/Future.pm
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jul 20 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.29-1
+- Update to 0.29
+
 * Sun Jun 15 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.28-1
 - Update to 0.28
 
diff --git a/sources b/sources
index e2466e8..86592c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f095454162e24dc09d6282eef27064ae  Future-0.28.tar.gz
+c73fa8c18ae9f9ff1da932e5ea6ac68e  Future-0.29.tar.gz


More information about the scm-commits mailing list