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

This commit is contained in:
Silvan Calarco 2024-01-06 09:50:12 +01:00
parent 5cdcb8e723
commit bbeaacc4ae

View File

@ -1,19 +1,22 @@
%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-Tree-DAG_Node Name: perl-Tree-DAG_Node
Version: 1.06 Version: 1.32
Release: 2mamba Release: 1mamba
Summary: Tree::DAG_Node - A (super)class for representing nodes in a tree Summary: Tree::DAG_Node - A (super)class for representing nodes in a tree
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: https://www.cpan.org/
Source: http://www.cpan.org/modules/by-module/Tree/Tree-DAG_Node-%{version}.tar.gz Source: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/Tree-DAG_Node-%{version}.tgz
License: Artistic License License: Artistic License
Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-File-Slurp-Tiny
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver
%description %description
Tree::DAG_Node is a (super)class for representing nodes in a tree. Tree::DAG_Node is a (super)class for representing nodes in a tree.
@ -47,6 +50,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.32-1mamba
- update to 1.32
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.06-2mamba * Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.06-2mamba
- perl 5.16 mass rebuild - perl 5.16 mass rebuild