pghmcfc pushed to perl-FileHandle-Unget (master). "Update to 0.1627 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 21 11:36:55 UTC 2015


>From 0ab6c7d97af5478d5f6afb9fcb3a6a6f5846ac3f Mon Sep 17 00:00:00 2001
From: Paul Howarth <paul at city-fan.org>
Date: Tue, 21 Apr 2015 12:36:06 +0100
Subject: Update to 0.1627

- New upstream release 0.1627
  - Clarify licensing terms
  - Move verbose testing to a private module, and implement it in a way that
    doesn't require editing the Makefile after it is generated
  - Require File::Slurp instead of including it, to avoid potential problems
    like this:
    http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07
  - Fix tests so that they don't prematurely delete the temp file, e.g.:
    http://www.cpantesters.org/cpan/report/3adcb600-6bf9-1014-8336-f8616735162a
  - Fix tests on Windows:
    http://www.cpantesters.org/cpan/report/482c4765-af8d-1014-8ca5-91062b825c07

diff --git a/perl-FileHandle-Unget.spec b/perl-FileHandle-Unget.spec
index d5a478c..f9aef4c 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.1626
+Version:	0.1627
 Release:	1%{?dist}
 License:	GPLv2
 Group:		Development/Libraries
@@ -33,6 +33,7 @@ BuildRequires:	perl(vars)
 # Test Suite
 BuildRequires:	perl(Config)
 BuildRequires:	perl(Data::Dumper)
+BuildRequires:	perl(File::Slurp)
 BuildRequires:	perl(File::Spec::Functions)
 BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(Test::More)
@@ -87,6 +88,19 @@ rm -rf %{buildroot}
 %{_mandir}/man3/FileHandle::Unget.3*
 
 %changelog
+* Mon Apr 20 2015 Paul Howarth <paul at city-fan.org> - 0.1627-1
+- Update to 0.1627
+  - Clarify licensing terms
+  - Move verbose testing to a private module, and implement it in a way that
+    doesn't require editing the Makefile after it is generated
+  - Require File::Slurp instead of including it, to avoid potential problems
+    like this:
+    http://www.cpantesters.org/cpan/report/86a0145a-e52b-11e4-a1d1-8536eb4f9f07
+  - Fix tests so that they don't prematurely delete the temp file, e.g.:
+    http://www.cpantesters.org/cpan/report/3adcb600-6bf9-1014-8336-f8616735162a
+  - Fix tests on Windows:
+    http://www.cpantesters.org/cpan/report/482c4765-af8d-1014-8ca5-91062b825c07
+
 * Mon Apr 13 2015 Paul Howarth <paul at city-fan.org> - 0.1626-1
 - Update to 0.1626
   - Enable verbose testing for CPAN-testers
diff --git a/sources b/sources
index d51af13..4be4471 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-625b2afa29925c0d8750f901f579577a  FileHandle-Unget-0.1626.tar.gz
+45d90d7ca8ab2522e53c19ee27d0ad52  FileHandle-Unget-0.1627.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-FileHandle-Unget.git/commit/?h=master&id=0ab6c7d97af5478d5f6afb9fcb3a6a6f5846ac3f


More information about the perl-devel mailing list