From 753ec3d0c830eb11678082f63e4e30cf436eca08b65b8458b0f14c51b8af28ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Sun, 27 Apr 2025 00:59:31 +0000 Subject: [PATCH] Accepting request 1269398 from devel:languages:perl:autoupdate - updated to 1.330.0 (1.33) see /usr/share/doc/packages/perl-Tree-DAG_Node/Changelog.ini [V 1.33] Date=2025-03-20T11:16:00 Deploy.Action=Upgrade Deploy.Reason=Security Comments= < + +- updated to 1.330.0 (1.33) + see /usr/share/doc/packages/perl-Tree-DAG_Node/Changelog.ini + + [V 1.33] + Date=2025-03-20T11:16:00 + Deploy.Action=Upgrade + Deploy.Reason=Security + Comments= < diff --git a/perl-Tree-DAG_Node.spec b/perl-Tree-DAG_Node.spec index ab48b32..afc859f 100644 --- a/perl-Tree-DAG_Node.spec +++ b/perl-Tree-DAG_Node.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Tree-DAG_Node # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,27 @@ %define cpan_name Tree-DAG_Node Name: perl-Tree-DAG_Node -Version: 1.32 +Version: 1.330.0 Release: 0 -Summary: An N-ary tree +# 1.33 -> normalize -> 1.330.0 +%define cpan_version 1.33 License: Artistic-1.0 OR GPL-1.0-or-later +Summary: An N-ary tree URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz +Source0: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{cpan_version}.tgz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(File::Slurp::Tiny) >= 0.003 +BuildRequires: perl(ExtUtils::MakeMaker) >= 7.7 +BuildRequires: perl(File::Slurper) >= 0.14.0 BuildRequires: perl(File::Spec) >= 3.4 BuildRequires: perl(File::Temp) >= 0.19 BuildRequires: perl(Test::More) >= 1.001002 -Requires: perl(File::Slurp::Tiny) >= 0.003 +Requires: perl(ExtUtils::MakeMaker) >= 7.7 +Requires: perl(File::Slurper) >= 0.14.0 +Provides: perl(Tree::DAG_Node) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -45,7 +51,7 @@ you from ever making any kinds of linkages which are not allowed in a tree two mothers). %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor @@ -60,7 +66,7 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc Changes README +%doc Changes README SECURITY.md %license LICENSE %changelog