>From c3ed244cddc1ac23995ac39a0b0e954807c71b9b Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Sun, 5 Apr 2015 16:14:58 +0100
Subject: Update to 0.1625
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.1625
  - Modify the memory leak test to check for ≤ 0 bytes; I'm not sure how this
    scenario happens, but test failures like this indicate that it can:
    http://www.cpantesters.org/cpan/report/bdd0e36c-d0dd-11e4-954f-5702e0bfc7aa
  - Attempt to fix loss of lines when $/ is undef
    http://www.cpantesters.org/cpan/report/60452d60-d3cc-11e4-b60b-c2157e3e1735

diff --git a/perl-FileHandle-Unget.spec b/perl-FileHandle-Unget.spec
index ab9ac7a..5c6400b 100644
--- a/perl-FileHandle-Unget.spec
+++ b/perl-FileHandle-Unget.spec
@@ -3,7 +3,7 @@
 
 Summary:       A FileHandle that supports ungetting of multiple bytes
 Name:          perl-FileHandle-Unget
-Version:       0.1624
+Version:       0.1625
 Release:       1%{?dist}
 License:       GPL+
 Group:         Development/Libraries
@@ -26,7 +26,7 @@ BuildRequires:        perl(FindBin)
 BuildRequires: perl(bytes)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(FileHandle)
-BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(Scalar::Util) >= 1.14
 BuildRequires: perl(strict)
 BuildRequires: perl(Symbol)
 BuildRequires: perl(vars)
@@ -86,6 +86,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/FileHandle::Unget.3*
 
 %changelog
+* Sun Apr  5 2015 Paul Howarth <p...@city-fan.org> - 0.1625-1
+- Update to 0.1625
+  - Modify the memory leak test to check for ≤ 0 bytes; I'm not sure how this
+    scenario happens, but test failures like this indicate that it can:
+    http://www.cpantesters.org/cpan/report/bdd0e36c-d0dd-11e4-954f-5702e0bfc7aa
+  - Attempt to fix loss of lines when $/ is undef
+    http://www.cpantesters.org/cpan/report/60452d60-d3cc-11e4-b60b-c2157e3e1735
+
 * Mon Mar 23 2015 Paul Howarth <p...@city-fan.org> - 0.1624-1
 - Update to 0.1624
   - Moved code to github
diff --git a/sources b/sources
index 234331c..5871667 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-810459e28eb6e2ab2e9fd6cad7bd55e5  FileHandle-Unget-0.1624.tar.gz
+3128a073a0deb7f6e4a99c8be1b02c76  FileHandle-Unget-0.1625.tar.gz
-- 
cgit v0.10.2


        
http://pkgs.fedoraproject.org/cgit/perl-FileHandle-Unget.git/commit/?h=perl-FileHandle-Unget-0.1625-1.fc22&id=c3ed244cddc1ac23995ac39a0b0e954807c71b9b
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to