From d9acc03ffe5edf749c195a0b8c6abc60456bf8b5 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Sat, 27 Aug 2016 17:39:26 +0100
Subject: Update to 0.100

- New upstream release 0.100
  - Support situations in op-code implementation where the parameters do not
    come as a list
  - Fix memory leak in dangling op
  - Support magic (tied variables)
  - Rework op implementation
  - Speed up by changing the top of the stack instead of POPing and PUSHing
  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
    it's now available
  - Add license in Pod
  - Specify minimum version of perl (5.6.2)
---
 perl-Ref-Util.spec | 19 +++++++++++++++++--
 sources            |  2 +-
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index 722c7cc..9019f35 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,6 +1,6 @@
 Name:          perl-Ref-Util
-Version:       0.020
-Release:       2%{?dist}
+Version:       0.100
+Release:       1%{?dist}
 Summary:       Utility functions for checking references
 License:       MIT
 URL:           http://search.cpan.org/dist/Ref-Util/
@@ -20,7 +20,9 @@ BuildRequires:        perl(strict)
 BuildRequires: perl(warnings)
 BuildRequires: perl(XSLoader)
 # Test Suite
+BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
+BuildRequires: perl(Readonly)
 BuildRequires: perl(Test::More)
 # Runtime
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -60,6 +62,19 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Sat Aug 27 2016 Paul Howarth <p...@city-fan.org> - 0.100-1
+- Update to 0.100
+  - Support situations in op-code implementation where the parameters do not
+    come as a list
+  - Fix memory leak in dangling op
+  - Support magic (tied variables)
+  - Rework op implementation
+  - Speed up by changing the top of the stack instead of POPing and PUSHing
+  - Update ppport.h file from Devel::PPPort and remove the copy of SVRXOK since
+    it's now available
+  - Add license in Pod
+  - Specify minimum version of perl (5.6.2)
+
 * Thu Jul 28 2016 Paul Howarth <p...@city-fan.org> - 0.020-2
 - Sanitize for Fedora submission
 
diff --git a/sources b/sources
index 9269114..dc5a6ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a7078591083b9dea949709d7935cee25  Ref-Util-0.020.tar.gz
+cd862b9a4ccae336d019978a3af694b2  Ref-Util-0.100.tar.gz
-- 
cgit v1.1


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