diff --git a/perl-Sub-Install.spec b/perl-Sub-Install.spec index 47c5a30..e6fc23c 100644 --- a/perl-Sub-Install.spec +++ b/perl-Sub-Install.spec @@ -1,19 +1,18 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Sub-Install -Version: 0.928 +Version: 0.929 Release: 1mamba Summary: Sub::Install - install subroutines into packages easily Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Automatic Build System -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-%{version}.tar.gz License: GPL, Artistic Requires: perl >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This module makes it easy to install subroutines into packages without the unslightly mess of no strict or typeglobs lying about where just anyone can see them. @@ -48,6 +47,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Jan 01 2023 Automatic Build System 0.929-1mamba +- automatic version update by autodist + * Mon Aug 04 2014 Automatic Build System 0.928-1mamba - automatic update by autodist