From 2c00eaf8b5946ed6c8d3108a5fab77793bc8e95f Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 13 Feb 2017 10:23:38 +0000
Subject: Update to 0.35

- New upstream release 0.35
  - Added Specio::Subs, a module that allows you to turn one or more library's
    types into subroutines like is_Int() and to_Int()
  - Added an inline_coercion method to Specio constraints
---
 perl-Specio.spec | 14 ++++++++++++--
 sources          |  2 +-
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/perl-Specio.spec b/perl-Specio.spec
index 6439dae..dca6485 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -1,6 +1,6 @@
 Name:          perl-Specio
-Version:       0.34
-Release:       2%{?dist}
+Version:       0.35
+Release:       1%{?dist}
 Summary:       Type constraints and coercions for Perl
 License:       Artistic 2.0
 URL:           http://search.cpan.org/dist/Specio/
@@ -20,6 +20,7 @@ BuildRequires:        perl(Eval::Closure)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(IO::File)
 BuildRequires: perl(List::Util) >= 1.33
+BuildRequires: perl(Module::Runtime)
 BuildRequires: perl(MRO::Compat)
 BuildRequires: perl(overload)
 BuildRequires: perl(parent)
@@ -30,6 +31,7 @@ BuildRequires:        perl(Role::Tiny::With)
 BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(Storable)
 BuildRequires: perl(strict)
+BuildRequires: perl(Sub::Util) >= 1.40
 BuildRequires: perl(Test::Fatal)
 BuildRequires: perl(Test::More) >= 0.96
 BuildRequires: perl(version) >= 0.83
@@ -54,6 +56,7 @@ BuildRequires:        perl(namespace::autoclean)
 # Dependencies
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:      perl(Ref::Util) >= 0.112
+Requires:      perl(Sub::Util) >= 1.40
 
 # Avoid provides for private packages
 %global __provides_exclude ^perl\\(_T::.*\\)
@@ -135,6 +138,7 @@ make test
 %{_mandir}/man3/Specio::PartialDump.3*
 %{_mandir}/man3/Specio::Registry.3*
 %{_mandir}/man3/Specio::Role::Inlinable.3*
+%{_mandir}/man3/Specio::Subs.3*
 %{_mandir}/man3/Specio::TypeChecks.3*
 
 %files -n perl-Test-Specio
@@ -142,6 +146,12 @@ make test
 %{_mandir}/man3/Test::Specio.3*
 
 %changelog
+* Mon Feb 13 2017 Paul Howarth <p...@city-fan.org> - 0.35-1
+- Update to 0.35
+  - Added Specio::Subs, a module that allows you to turn one or more library's
+    types into subroutines like is_Int() and to_Int()
+  - Added an inline_coercion method to Specio constraints
+
 * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.34-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 985ac79..6c6be42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Specio-0.34.tar.gz) = 
55c00843a7d9699be8943ecd914e24d8249d4c96088caf70d7b41b4a3f3603d2835640c4b6e54ba37bc080da740ed3d3d791c231f54040b674be22fe05d0d50d
+SHA512 (Specio-0.35.tar.gz) = 
1a765e7bb2d6b8ddfd18a6cc75108a9237f63acba929c8b94767f336932626a4afb64a4aec96c3a7d518764df6456051fbea4d337a3ce79c9bea25579cca7015
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Specio.git/commit/?h=master&id=2c00eaf8b5946ed6c8d3108a5fab77793bc8e95f
_______________________________________________
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