update to 0.38 [release 0.38-1mamba;Mon Jan 10 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 09:33:35 +01:00
parent 3e4898bcff
commit b9e242423f

View File

@ -1,21 +1,21 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Regexp-Assemble Name: perl-Regexp-Assemble
Version: 0.35 Version: 0.38
Release: 2mamba Release: 1mamba
Summary: Regexp:: Assemble - Assemble multiple Regular Expressions into a single RE Summary: Regexp:: Assemble - Assemble multiple Regular Expressions into a single RE
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/D/DL/DLAND/Regexp-Assemble-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Regexp-Assemble-%{version}.tgz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-devel BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Regexp:: Assemble - Assemble multiple Regular Expressions into a single RE Regexp:: Assemble - Assemble multiple Regular Expressions into a single RE
@ -51,6 +51,9 @@ done
%doc README TODO %doc README TODO
%changelog %changelog
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.38-1mamba
- update to 0.38
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.35-2mamba * Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.35-2mamba
- perl 5.16 mass rebuild - perl 5.16 mass rebuild