update to 0.21 [release 0.21-1mamba;Fri Nov 11 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 08:35:49 +01:00
parent ee1bb4b0d2
commit 0b60808c3f

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 0.21-1mamba
- update to 0.21
* Fri Oct 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11-2mamba
- package created using the webbuild interface