From 654011a120700a547b59e9dc865356d7842280fe Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Jul 20 2014 07:31:00 +0000 Subject: Update to 0.29 --- 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 - 0.29-1 +- Update to 0.29 + * Sun Jun 15 2014 Emmanuel Seyman - 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