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
epel9
Paul Howarth 9 years ago
parent a17bd4c52d
commit c9104ce85b

@ -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 <paul@city-fan.org> - 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 <jplesnik@redhat.com> - 2015110201-4
- Perl 5.24 rebuild

@ -1 +1 @@
d4d6828809d10ad1c4d79d4d38f5f3f3 Test-Regexp-2015110201.tar.gz
11d7b21ead4bcab6f88c7378e5cbe28f Test-Regexp-2016052701.tar.gz

Loading…
Cancel
Save