|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: perl-Text-Autoformat
|
|
|
|
|
# Maintain six-digit version number to ensure clean upgrade path
|
|
|
|
|
%global cpan_version 1.73
|
|
|
|
|
%global cpan_version 1.74
|
|
|
|
|
Version: %{cpan_version}0000
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Automatic text wrapping and reformatting
|
|
|
|
@ -60,6 +60,9 @@ make test
|
|
|
|
|
%{_mandir}/man3/Text::Autoformat.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 09 2015 Petr Šabata <contyk@redhat.com> - 1.740000-1
|
|
|
|
|
- 1.74 bump, perl5.22 fixes
|
|
|
|
|
|
|
|
|
|
* Wed Nov 25 2015 Petr Šabata <contyk@redhat.com> - 1.730000-1
|
|
|
|
|
- 1.73 bump
|
|
|
|
|
- Don't filter out Text::Autoformat::Hang and ::NullHang provides,
|
|
|
|
|