diff --git a/perl-B-Hooks-EndOfScope.spec b/perl-B-Hooks-EndOfScope.spec index 35a4275..d592133 100644 --- a/perl-B-Hooks-EndOfScope.spec +++ b/perl-B-Hooks-EndOfScope.spec @@ -1,18 +1,20 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-B-Hooks-EndOfScope -Version: 0.11 -Release: 2mamba +Version: 0.21 +Release: 1mamba Summary: B::Hooks::EndOfScope - Execute code after a scope finished compilation Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/B-Hooks-EndOfScope-%{version}.tar.gz +Source: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/B-Hooks-EndOfScope-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN -BuildRequires: perl-Sub-Exporter +BuildRequires: libperl +BuildRequires: perl-Module-Implementation +BuildRequires: perl-Sub-Exporter-Progressive BuildRequires: perl-Variable-Magic BuildRequires: perl-devel ## AUTOBUILDREQ-END @@ -50,10 +52,10 @@ done %files -f .packlist %defattr(-,root,root) -%doc LICENSE -## note: eventually add the remaining documents (if any) -# %doc README README.md %changelog +* Fri Nov 11 2016 Silvan Calarco 0.21-1mamba +- update to 0.21 + * Fri Oct 31 2014 Silvan Calarco 0.11-2mamba - package created using the webbuild interface