|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: perl-Test-Regexp
|
|
|
|
|
Version: 2016052701
|
|
|
|
|
Version: 2016060501
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Test your regular expressions
|
|
|
|
|
License: MIT
|
|
|
|
@ -61,6 +61,10 @@ make test
|
|
|
|
|
%{_mandir}/man3/Test::Regexp.3*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jun 5 2016 Paul Howarth <paul@city-fan.org> - 2016060501-1
|
|
|
|
|
- Update to 2016060501
|
|
|
|
|
- Fix POD spelling errors
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|