From 1f7daa5521d668ff52e11a1a2fb9db0894378a3c Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Jul 31 2015 14:58:38 +0000 Subject: Update to 0.33 --- diff --git a/.gitignore b/.gitignore index bab60d5..f671484 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /Future-0.29.tar.gz /Future-0.30.tar.gz /Future-0.32.tar.gz +/Future-0.33.tar.gz diff --git a/perl-Future.spec b/perl-Future.spec index 65fc25e..fd951b5 100644 --- a/perl-Future.spec +++ b/perl-Future.spec @@ -1,6 +1,6 @@ Name: perl-Future -Version: 0.32 -Release: 3%{?dist} +Version: 0.33 +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 +* Fri Jul 31 2015 Emmanuel Seyman - 0.33-1 +- Update to 0.33 + * Thu Jun 18 2015 Fedora Release Engineering - 0.32-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 76aab71..f3a92bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9aa4aa6a3876397d015688f56eed0689 Future-0.32.tar.gz +edaee68f962c0e74758cc6053723389f Future-0.33.tar.gz