From fd1e2bec90e933f3ccca2acd1a1cfb2571a32bc3 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 15 May 2017 09:42:28 +0100
Subject: Update to 0.203

- New upstream release 0.203
  - Fix space/tab issue in Makefile
  - Don't use DynamicPrereqs for unrelated Makefile.PL snippet
  - Use of the Pure-Perl implementation can now be forced at runtime by setting
    either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
    "XS"
  - Fix is_*_formatref() error messages (GH#38)
  - Speed enhancements for is_*_formatref() on 5.8+
  - Restore 5.6 and 5.8 compatibility
  - PP behaviour now matches XS for \v1.2.3 and \sub {}
  - Updated documentation to reflect the PP/XS split
---
 perl-Ref-Util.spec | 21 ++++++++++++++++++---
 sources            |  2 +-
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 5fb6dde..a5ab894 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:          perl-Ref-Util
-Version:       0.200
+Version:       0.203
 Release:       1%{?dist}
 Summary:       Utility functions for checking references
 License:       MIT
@@ -26,15 +26,17 @@ BuildRequires:      perl(File::Spec::Functions)
 BuildRequires: perl(File::Temp)
 # Module
 BuildRequires: perl(Carp)
+BuildRequires: perl(constant)
 BuildRequires: perl(Exporter) >= 5.57
 BuildRequires: perl(Scalar::Util)
 BuildRequires: perl(strict)
 BuildRequires: perl(warnings)
 # Test Suite
-BuildRequires: perl(constant)
+BuildRequires: perl(File::Find)
 BuildRequires: perl(File::Spec)
+BuildRequires: perl(IPC::Open2)
 BuildRequires: perl(Ref::Util::XS)
-BuildRequires: perl(Test::More) >= 0.94
+BuildRequires: perl(Test::More) >= 0.96
 # Optional Tests
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(CPAN::Meta) >= 2.120900
@@ -74,6 +76,19 @@ make test
 %{_mandir}/man3/Ref::Util::PP.3*
 
 %changelog
+* Mon May 15 2017 Paul Howarth <p...@city-fan.org> - 0.203-1
+- Update to 0.203
+  - Fix space/tab issue in Makefile
+  - Don't use DynamicPrereqs for unrelated Makefile.PL snippet
+  - Use of the Pure-Perl implementation can now be forced at runtime by setting
+    either $Ref::Util::IMPLEMENTATION or $ENV{PERL_REF_UTIL_IMPLEMENTATION} to
+    "XS"
+  - Fix is_*_formatref() error messages (GH#38)
+  - Speed enhancements for is_*_formatref() on 5.8+
+  - Restore 5.6 and 5.8 compatibility
+  - PP behaviour now matches XS for \v1.2.3 and \sub {}
+  - Updated documentation to reflect the PP/XS split
+
 * Fri May 12 2017 Paul Howarth <p...@city-fan.org> - 0.200-1
 - Update to 0.200
   - Reimplement in pure Perl, with a dynamic dependency on a new Ref::Util::XS
diff --git a/sources b/sources
index 5d70470..ae4bd10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Ref-Util-0.200.tar.gz) = 
2000bc1e3956bbb8430674ba5d39addb75758aac2412ececcaa125e72551d815792dff1eb20fb070f73f0a562ea042fa65d352005c0dee9ebfdf8b5ace29db17
+SHA512 (Ref-Util-0.203.tar.gz) = 
bf0b1cde5adf869377aaee3c6a8fa8f40fc852c70f20dafdb3d7f3b7718eb19738a4d53c243e9809b7cff9e2e49a871f0336b4288b96048e91ae48634d12a392
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Ref-Util.git/commit/?h=f24&id=fd1e2bec90e933f3ccca2acd1a1cfb2571a32bc3
_______________________________________________
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