From e2d28d2089a47a5c9ee1122588c874f786093594 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Jan 12 2016 08:35:16 +0000 Subject: 1.06 bump --- diff --git a/.gitignore b/.gitignore index b0b3778..07ad6d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Getopt-Lucid-1.05.tar.gz +/Getopt-Lucid-1.06.tar.gz diff --git a/perl-Getopt-Lucid.spec b/perl-Getopt-Lucid.spec index 140ef89..f2a8955 100644 --- a/perl-Getopt-Lucid.spec +++ b/perl-Getopt-Lucid.spec @@ -1,14 +1,17 @@ Name: perl-Getopt-Lucid -Version: 1.05 -Release: 7%{?dist} +Version: 1.06 +Release: 1%{?dist} Summary: Clear, readable syntax for command line processing License: ASL 2.0 Group: Development/Libraries URL: http://search.cpan.org/dist/Getopt-Lucid/ Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Getopt-Lucid-%{version}.tar.gz BuildArch: noarch +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17 BuildRequires: perl(strict) BuildRequires: perl(warnings) # Run-time: @@ -18,17 +21,13 @@ BuildRequires: perl(Exception::Class::Base) BuildRequires: perl(Exporter) BuildRequires: perl(Storable) >= 2.16 # Tests: -# CPAN::Meta not needed +# CPAN::Meta not useful +# CPAN::Meta::Prereqs not useful BuildRequires: perl(Data::Dumper) BuildRequires: perl(Exception::Class::TryCatch) >= 1.10 -BuildRequires: perl(File::Find) -BuildRequires: perl(File::Spec::Functions) -BuildRequires: perl(File::Temp) -BuildRequires: perl(List::Util) +BuildRequires: perl(File::Spec) BuildRequires: perl(Test::More) >= 0.62 BuildRequires: perl(vars) -# Optional tests: -BuildRequires: perl(Test::Script) >= 1.05 Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(Exception::Class::Base) @@ -56,11 +55,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; make test %files -%doc Changes examples LICENSE README Todo +%license LICENSE +%doc Changes CONTRIBUTING.mkdn examples README Todo %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Jan 12 2016 Petr Pisar - 1.06-1 +- 1.06 bump + * Thu Jun 18 2015 Fedora Release Engineering - 1.05-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index ffad93c..8ff3431 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10cc33983e788da16852fdaf6f291e27 Getopt-Lucid-1.05.tar.gz +c0520353a9bc0c2ac5d5b05be0ac6e24 Getopt-Lucid-1.06.tar.gz