diff --git a/.gitignore b/.gitignore index 719baa1..dce16e4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /Unicode-Collate-1.16.tar.gz /Unicode-Collate-1.17.tar.gz /Unicode-Collate-1.18.tar.gz +/Unicode-Collate-1.19.tar.gz diff --git a/perl-Unicode-Collate.spec b/perl-Unicode-Collate.spec index ed15b9c..c98f2c3 100644 --- a/perl-Unicode-Collate.spec +++ b/perl-Unicode-Collate.spec @@ -1,5 +1,5 @@ Name: perl-Unicode-Collate -Version: 1.18 +Version: 1.19 Release: 1%{?dist} Summary: Unicode Collation Algorithm # Collate/allkeys.txt: Unicode (the file contains a link to @@ -9,7 +9,7 @@ License: (GPL+ or Artistic) and Unicode Group: Development/Libraries URL: http://search.cpan.org/dist/Unicode-Collate/ Source0: http://www.cpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-%{version}.tar.gz -BuildRequires: coreutils +BuildRequires: gcc BuildRequires: findutils BuildRequires: make BuildRequires: perl @@ -51,8 +51,8 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name .packlist -delete +find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -65,6 +65,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Dec 05 2016 Petr Pisar - 1.19-1 +- 1.19 bump + * Tue Nov 08 2016 Petr Pisar - 1.18-1 - 1.18 bump diff --git a/sources b/sources index afe83ff..210d28d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7fbf9eaace419e9c1e6d7c8771e38b42 Unicode-Collate-1.18.tar.gz +6f9dcc7801fa2516993dcb59f8b61f6d Unicode-Collate-1.19.tar.gz