From c9104ce85b0a0e627dacea6b7519b92467c7a6d5 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: May 29 2016 13:06:54 +0000 Subject: Update to 2016052701 - New upstream release 2016052701 - Allow specifying how you want to display characters that aren't printable ASCII characters (it used to be displayed as hex escapes); we also now allow named escapes "as is", \n/\r/\t only or "only escape non-printable ASCII", which is the new default - BR: perl-generators where available - Simplify find command using -delete --- diff --git a/perl-Test-Regexp.spec b/perl-Test-Regexp.spec index ca0e2e0..d367b26 100644 --- a/perl-Test-Regexp.spec +++ b/perl-Test-Regexp.spec @@ -1,6 +1,6 @@ Name: perl-Test-Regexp -Version: 2015110201 -Release: 4%{?dist} +Version: 2016052701 +Release: 1%{?dist} Summary: Test your regular expressions License: MIT URL: http://search.cpan.org/dist/Test-Regexp/ @@ -11,8 +11,12 @@ BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl >= 4:5.10.0 +%if 0%{?fedora} > 20 || 0%{?rhel} > 7 +BuildRequires: perl-generators +%endif BuildRequires: perl(ExtUtils::MakeMaker) # Module Runtime +BuildRequires: perl(charnames) BuildRequires: perl(Exporter) BuildRequires: perl(Hash::Util::FieldHash) BuildRequires: perl(strict) @@ -45,7 +49,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} %check @@ -57,6 +61,15 @@ make test %{_mandir}/man3/Test::Regexp.3* %changelog +* Sun May 29 2016 Paul Howarth - 2016052701-1 +- Update to 2016052701 + - Allow specifying how you want to display characters that aren't printable + ASCII characters (it used to be displayed as hex escapes); we also now + allow named escapes "as is", \n/\r/\t only or "only escape non-printable + ASCII", which is the new default +- BR: perl-generators where available +- Simplify find command using -delete + * Sun May 15 2016 Jitka Plesnikova - 2015110201-4 - Perl 5.24 rebuild diff --git a/sources b/sources index 964b26b..36b99ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d4d6828809d10ad1c4d79d4d38f5f3f3 Test-Regexp-2015110201.tar.gz +11d7b21ead4bcab6f88c7378e5cbe28f Test-Regexp-2016052701.tar.gz