[perl-Future] Update to 0.30

Emmanuel Seyman eseyman at fedoraproject.org
Fri Nov 28 17:21:56 UTC 2014


commit 66be99e2388e1c0801000414f52436c58718db00
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Fri Nov 28 18:21:54 2014 +0100

    Update to 0.30

 .gitignore       |    1 +
 perl-Future.spec |   11 ++++++++---
 sources          |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c834936..8d1e829 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /Future-0.27.tar.gz
 /Future-0.28.tar.gz
 /Future-0.29.tar.gz
+/Future-0.30.tar.gz
diff --git a/perl-Future.spec b/perl-Future.spec
index 9bfd18b..62ed420 100644
--- a/perl-Future.spec
+++ b/perl-Future.spec
@@ -1,6 +1,6 @@
 Name:           perl-Future
-Version:        0.29
-Release:        2%{?dist}
+Version:        0.30
+Release:        1%{?dist}
 Summary:        Perl object system to represent an operation awaiting completion
 License:        GPL+ or Artistic
 
@@ -41,12 +41,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%doc Changes examples LICENSE META.json README
+%doc Changes examples README
+%license LICENSE
 %{perl_vendorlib}/Future*
 %{perl_vendorlib}/Test/Future.pm
 %{_mandir}/man3/*
 
 %changelog
+* Fri Nov 28 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.30-1
+- Update to 0.30
+- Use the %%license tag
+
 * Fri Aug 29 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.29-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 86592c5..4980c28 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c73fa8c18ae9f9ff1da932e5ea6ac68e  Future-0.29.tar.gz
+21bdf92c22915b06b2e27ea4e0d90cbc  Future-0.30.tar.gz


More information about the scm-commits mailing list