Notification time stamped 2019-11-28 10:28:35 UTC

From 2693ce8a41a9c89a41df52a877e6788a6c5285b0 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Nov 25 2019 19:59:42 +0000
Subject: Update to 0.45


- New upstream release 0.45
  - Made XString a prereq if installing with Perl 5.10+

---

diff --git a/perl-Specio.spec b/perl-Specio.spec
index e4837fd..5613744 100644
--- a/perl-Specio.spec
+++ b/perl-Specio.spec
@@ -8,7 +8,7 @@
 # TODO: Use perl(XString) in preference to perl(B) if it becomes available
 
 Name:          perl-Specio
-Version:       0.44
+Version:       0.45
 Release:       1%{?dist}
 Summary:       Type constraints and coercions for Perl
 License:       Artistic 2.0
@@ -22,7 +22,6 @@ BuildRequires:        perl-generators
 BuildRequires: perl-interpreter
 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
 # Module Runtime
-BuildRequires: perl(B)
 BuildRequires: perl(Carp)
 BuildRequires: perl(Devel::StackTrace)
 BuildRequires: perl(Eval::Closure)
@@ -47,8 +46,10 @@ BuildRequires:       perl(Test::More) >= 0.96
 BuildRequires: perl(Try::Tiny)
 BuildRequires: perl(version) >= 0.83
 BuildRequires: perl(warnings)
+BuildRequires: perl(XString)
 # Test Suite
 BuildRequires: perl(File::Spec)
+BuildRequires: perl(FindBin)
 BuildRequires: perl(lib)
 BuildRequires: perl(open)
 BuildRequires: perl(Test::Needs)
@@ -68,9 +69,9 @@ BuildRequires:        perl(namespace::autoclean)
 %endif
 # Dependencies
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:      perl(B)
 Requires:      perl(Ref::Util) >= 0.112
 Requires:      perl(Sub::Util) >= 1.40
+Requires:      perl(XString)
 
 # Avoid provides for private packages
 %global __provides_exclude ^perl\\(_T::.*\\)
@@ -160,6 +161,10 @@ make test
 %{_mandir}/man3/Test::Specio.3*
 
 %changelog
+* Mon Nov 25 2019 Paul Howarth <p...@city-fan.org> - 0.45-1
+- Update to 0.45
+  - Made XString a prereq if installing with Perl 5.10+
+
 * Thu Aug 15 2019 Paul Howarth <p...@city-fan.org> - 0.44-1
 - Update to 0.44
   - Replaced the use of B with XString if it is installed; the latter is much
diff --git a/sources b/sources
index 6b398b2..2acefa0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Specio-0.44.tar.gz) = 
5292927383ff3eef3c32a81188a108c009367644117af23b31665550cc4b51d47f0bc0c6791dce3caebb27cd7a92307370f41afe62b65682205cd91b7e99cd43
+SHA512 (Specio-0.45.tar.gz) = 
28c32b155ddd1537e2ed2e634b667c4010903a4c68e4684f07f4bb74414eeaf5f5ef05f4ed898c830751abfacc51280b00970250db1b2e1219acc23e834994d7


        
https://src.fedoraproject.org/rpms/perl-Specio/c/2693ce8a41a9c89a41df52a877e6788a6c5285b0?branch=master
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org

Reply via email to