1.24 bump

This commit is contained in:
Petr Šabata 2015-08-28 14:30:23 +02:00
parent 7d6c2267e9
commit 46633fbd2a
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ Text-Unidecode-0.04.tar.gz
/Text-Unidecode-1.01.tar.gz
/Text-Unidecode-1.22.tar.gz
/Text-Unidecode-1.23.tar.gz
/Text-Unidecode-1.24.tar.gz

View File

@ -1,12 +1,13 @@
Name: perl-Text-Unidecode
Version: 1.23
Release: 3%{?dist}
Version: 1.24
Release: 1%{?dist}
Summary: US-ASCII transliterations of Unicode text
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Text-Unidecode/
Source0: http://www.cpan.org/modules/by-module/Text/Text-Unidecode-%{version}.tar.gz
BuildArch: noarch
# Build
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
# Runtime
@ -45,12 +46,16 @@ make pure_install DESTDIR=%{buildroot}
make test
%files
%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc README TODO.txt ChangeLog
%{perl_vendorlib}/Text/
%{_mandir}/man3/*.3*
%changelog
* Fri Aug 28 2015 Petr Šabata <contyk@redhat.com> - 1.24-1
- 1.24 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
52340aa179053fa779fda6eeaa09425f Text-Unidecode-1.23.tar.gz
508e54bc877b1016fc885326421c5787 Text-Unidecode-1.24.tar.gz