From 46633fbd2af2434cfffc1eb9fefb33224d828f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Fri, 28 Aug 2015 14:30:23 +0200 Subject: [PATCH] 1.24 bump --- .gitignore | 1 + perl-Text-Unidecode.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f092cfe..5f37e1c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/perl-Text-Unidecode.spec b/perl-Text-Unidecode.spec index 75fbf8c..a48e235 100644 --- a/perl-Text-Unidecode.spec +++ b/perl-Text-Unidecode.spec @@ -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 - 1.24-1 +- 1.24 bump + * Thu Jun 18 2015 Fedora Release Engineering - 1.23-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 979fffb..91ad3ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -52340aa179053fa779fda6eeaa09425f Text-Unidecode-1.23.tar.gz +508e54bc877b1016fc885326421c5787 Text-Unidecode-1.24.tar.gz