From fe4668d1d84a36dc017f516c48ae8790c36b50a6 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Fri, 13 Jan 2017 10:05:56 +0000
Subject: Update to 0.32

- New upstream release 0.32
  - Fixed a bug in the inlining for types create by any_can_type() and
    object_can_type(); this inlining mostly worked by accident because of some
    List::Util XS magic, but this broke under the debugger (GH#17,
    https://github.com/houseabsolute/DateTime.pm/issues/49)
---
 perl-Specio.spec | 14 +++++++++-----
 sources          |  2 +-
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/perl-Specio.spec b/perl-Specio.spec
index 5131ff6..eb5cfa9 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -1,5 +1,5 @@
 Name:          perl-Specio
-Version:       0.31
+Version:       0.32
 Release:       1%{?dist}
 Summary:       Type constraints and coercions for Perl
 License:       Artistic 2.0
@@ -93,7 +93,7 @@ make test
 
 %files
 %license LICENSE
-%doc Changes CONTRIBUTING.md README.md TODO.pod
+%doc Changes CONTRIBUTING.md README.md TODO.md
 %{perl_vendorlib}/Specio.pm
 %{perl_vendorlib}/Specio/
 %{_mandir}/man3/Specio.3*
@@ -128,15 +128,19 @@ make test
 %{_mandir}/man3/Specio::Registry.3*
 %{_mandir}/man3/Specio::Role::Inlinable.3*
 %{_mandir}/man3/Specio::TypeChecks.3*
-# Exclude documentation that shouldn't have been installed like this
-%exclude %{perl_vendorlib}/TODO.pod
-%exclude %{_mandir}/man3/TODO.3*
 
 %files -n perl-Test-Specio
 %{perl_vendorlib}/Test/
 %{_mandir}/man3/Test::Specio.3*
 
 %changelog
+* Fri Jan 13 2017 Paul Howarth <p...@city-fan.org> - 0.32-1
+- Update to 0.32
+  - Fixed a bug in the inlining for types create by any_can_type() and
+    object_can_type(); this inlining mostly worked by accident because of some
+    List::Util XS magic, but this broke under the debugger (GH#17,
+    https://github.com/houseabsolute/DateTime.pm/issues/49)
+
 * Mon Nov  7 2016 Paul Howarth <p...@city-fan.org> - 0.31-1
 - Update to 0.31
   - The stack trace contained by Specio::Exception objects no longer includes
diff --git a/sources b/sources
index 73a23e3..63dd548 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7b3c109fbf6550e282ef77ccd9991e10  Specio-0.31.tar.gz
+SHA512 (Specio-0.32.tar.gz) = 
6803089d5f80d9c7b811c0bddb6937228cbb95a0876424a678b76f38609b32220a2ffee63b904535baf741ddbffb880999b3ea49e41d34731ed83394b5d0628b
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Specio.git/commit/?h=perl-Specio-0.32-1.fc26&id=fe4668d1d84a36dc017f516c48ae8790c36b50a6
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to