From 8aff749b93d6823fed6f72cd8ac02744253a4ac9 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Thu, 29 Dec 2016 18:09:00 +0000
Subject: Update to 0.110

- New upstream release 0.110
  - Fix support of 5.8 (GH#29, GH#34)
  - Additional optimizations
  - More extensive test suite
---
 perl-Ref-Util.spec | 12 +++++++++---
 sources            |  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/perl-Ref-Util.spec b/perl-Ref-Util.spec
index aced065..2b287c8 100644
--- a/perl-Ref-Util.spec
+++ b/perl-Ref-Util.spec
@@ -1,5 +1,5 @@
 Name:          perl-Ref-Util
-Version:       0.101
+Version:       0.110
 Release:       1%{?dist}
 Summary:       Utility functions for checking references
 License:       MIT
@@ -22,7 +22,7 @@ BuildRequires:        perl(XSLoader)
 # Test Suite
 BuildRequires: perl(B::Concise)
 BuildRequires: perl(constant)
-BuildRequires: perl(Test::More)
+BuildRequires: perl(Test::More) >= 0.94
 # Optional Tests
 BuildRequires: perl(Readonly)
 # Runtime
@@ -46,7 +46,7 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
 find %{buildroot} -type f -name '*.bs' -empty -delete
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -63,6 +63,12 @@ make test
 %{_mandir}/man3/Ref::Util.3*
 
 %changelog
+* Thu Dec 29 2016 Paul Howarth <p...@city-fan.org> - 0.110-1
+- Update to 0.110
+  - Fix support of 5.8 (GH#29, GH#34)
+  - Additional optimizations
+  - More extensive test suite
+
 * Mon Aug 29 2016 Paul Howarth <p...@city-fan.org> - 0.101-1
 - Update to 0.101
   - A test accidentally added a dependency on Readonly.pm - fixed! (GH#30)
diff --git a/sources b/sources
index dbca10a..9be5e39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d836d1e2e9a730111b9dbccbc4e6faa8  Ref-Util-0.101.tar.gz
+SHA512 (Ref-Util-0.110.tar.gz) = 
133dde47b344e7cffc4a3fa59393178b84355483c4336e7f91f9948a1d164e74e8bce508be0d563ec6515750659681c9c42cacb13616a5d46763e6dd2e7fd76b
-- 
cgit v1.1


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