From 6b1bd14bfb551511c0f7d85f776379f65de1f879 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 9 May 2016 08:58:17 +0200 Subject: [PATCH] 0.52 bump --- .gitignore | 1 + perl-List-SomeUtils.spec | 15 ++++++++++++--- sources | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4584d8a..bfe4242 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /List-SomeUtils-0.51.tar.gz +/List-SomeUtils-0.52.tar.gz diff --git a/perl-List-SomeUtils.spec b/perl-List-SomeUtils.spec index b6c6250..0f65c38 100644 --- a/perl-List-SomeUtils.spec +++ b/perl-List-SomeUtils.spec @@ -1,5 +1,5 @@ Name: perl-List-SomeUtils -Version: 0.51 +Version: 0.52 Release: 1%{?dist} Summary: Provide the stuff missing in List::Util License: GPL+ or Artistic @@ -8,14 +8,17 @@ Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/List-SomeUtils-%{ver BuildArch: noarch BuildRequires: make BuildRequires: perl -BuildRequires: perl(ExtUtils::HasCompiler) +BuildRequires: perl(ExtUtils::HasCompiler) >= 0.014 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +BuildRequires: perl(lib) BuildRequires: perl(strict) +BuildRequires: perl(Text::ParseWords) BuildRequires: perl(warnings) # Run-time BuildRequires: perl(Carp) BuildRequires: perl(Exporter::Tiny) BuildRequires: perl(Module::Implementation) +BuildRequires: perl(parent) BuildRequires: perl(Scalar::Util) BuildRequires: perl(vars) # Tests @@ -23,7 +26,6 @@ BuildRequires: perl(base) BuildRequires: perl(Config) BuildRequires: perl(Exporter) BuildRequires: perl(File::Spec) -BuildRequires: perl(lib) BuildRequires: perl(overload) BuildRequires: perl(Storable) BuildRequires: perl(Test::Builder::Module) @@ -40,6 +42,10 @@ lists which is not going to go into List::Util. %prep %setup -q -n List-SomeUtils-%{version} +# Remove bundled libraries +rm -r inc +sed -i -e '/^inc\// d' MANIFEST + %build perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 make %{?_smp_mflags} @@ -58,5 +64,8 @@ make test %{_mandir}/man3/* %changelog +* Mon May 09 2016 Jitka Plesnikova - 0.52-1 +- 0.52 bump + * Mon Mar 07 2016 Jitka Plesnikova - 0.51-1 - Initial release diff --git a/sources b/sources index 8728c3c..e425deb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f18ddddec7a74e34db0359a932ae6014 List-SomeUtils-0.51.tar.gz +33cbbd865f11a20f532a96c57e9e9037 List-SomeUtils-0.52.tar.gz