From 6be60392760c3c1d7fe9b06e05b2b42a84c32eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> Date: Mon, 10 Apr 2017 17:46:56 +0200 Subject: 3.51 bump
--- .gitignore | 1 + perl-Locale-Codes.spec | 12 ++++++------ sources | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index f683941..c836792 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /Locale-Codes-3.41.tar.gz /Locale-Codes-3.42.tar.gz /Locale-Codes-3.50.tar.gz +/Locale-Codes-3.51.tar.gz diff --git a/perl-Locale-Codes.spec b/perl-Locale-Codes.spec index e48bcbf..eb7c087 100644 --- a/perl-Locale-Codes.spec +++ b/perl-Locale-Codes.spec @@ -1,18 +1,16 @@ Name: perl-Locale-Codes -Version: 3.50 +Version: 3.51 Release: 1%{?dist} Summary: Distribution of modules to handle locale codes License: GPL+ or Artistic -Group: Development/Libraries URL: http://search.cpan.org/dist/Locale-Codes/ Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Locale-Codes-%{version}.tar.gz BuildArch: noarch BuildRequires: coreutils -BuildRequires: findutils BuildRequires: make BuildRequires: perl BuildRequires: perl-generators -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: @@ -44,12 +42,11 @@ including languages, countries, currency, etc. chmod -x examples/* %build -perl Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot}/* %check @@ -62,6 +59,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Apr 10 2017 Petr Pisar <ppi...@redhat.com> - 3.51-1 +- 3.51 bump + * Thu Mar 02 2017 Petr Pisar <ppi...@redhat.com> - 3.50-1 - 3.50 bump diff --git a/sources b/sources index 50eccfb..9710cab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Locale-Codes-3.50.tar.gz) = b7c9cf9945f251044f095ccf87ae01e3e7abf15a49298d944783921743e71481c64c1faf79bc14fc29552b7f362e74168305bdfbe91636d72957f06942ee351c +SHA512 (Locale-Codes-3.51.tar.gz) = 03d8538333ade67c0aa5648b65d5e1c8d0ec41d7640c0dd00818cc8b2bbcfddb48ba8d6edbb82843abfc9ebb265c478d3dda801624ac45bd1c360c766ab07baa -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Locale-Codes.git/commit/?h=master&id=6be60392760c3c1d7fe9b06e05b2b42a84c32eae _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org