From 9c5205754e842dc888553c09f70399bf497b8602 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 5 Sep 2016 09:24:20 +0100 Subject: [PATCH] Update to 0.25 - New upstream release 0.25 - Calling {any,object}_{isa,does}_type repeatedly in a package with the same class or role name would die; these subs are now special-cased to simply return an existing type for the given name when they receive a single argument (the name of the class or role) --- perl-Specio.spec | 11 +++++++++-- sources | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/perl-Specio.spec b/perl-Specio.spec index 2ae9350..783a107 100644 --- a/perl-Specio.spec +++ b/perl-Specio.spec @@ -1,6 +1,6 @@ Name: perl-Specio -Version: 0.24 -Release: 2%{?dist} +Version: 0.25 +Release: 1%{?dist} Summary: Type constraints and coercions for Perl License: Artistic 2.0 URL: http://search.cpan.org/dist/Specio/ @@ -117,6 +117,13 @@ make test %exclude %{_mandir}/man3/TODO.3* %changelog +* Mon Sep 5 2016 Paul Howarth - 0.25-1 +- Update to 0.25 + - Calling {any,object}_{isa,does}_type repeatedly in a package with the same + class or role name would die; these subs are now special-cased to simply + return an existing type for the given name when they receive a single + argument (the name of the class or role) + * Fri Jul 1 2016 Paul Howarth - 0.24-2 - Sanitize for Fedora submission diff --git a/sources b/sources index c7254bc..909d17d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -267a92a0549211871d6da750c1288492 Specio-0.24.tar.gz +8490305b4e4d14c31dc943314e947238 Specio-0.25.tar.gz