8
0

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= <<EOT
  - Replace the discouraged File::Slurp::Tiny with File::Slurper.
  Thanx to Marcel Telka for the report.
  But why not use File::Slurp? Because...
  https://blogs.perl.org/users/leon_timmermans/2015/08/fileslurp-is-broken-and-wrong.html
  - Add a security policy file SECURITY.md
  - Update Makefile.PL to include both ExtUtils::MakeMaker and perl.
  EOT

OBS-URL: https://build.opensuse.org/request/show/1269398
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Tree-DAG_Node?expand=0&rev=31
This commit is contained in:
2025-04-27 00:59:31 +00:00
committed by Git OBS Bridge
parent 1061b3b5bf
commit 753ec3d0c8
4 changed files with 36 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22d9de3d6e6f4afd89e6d825c664f9482878bd49e29cb81342a707af40542d3d
size 54680

3
Tree-DAG_Node-1.33.tgz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81661e08fe1d7e49fd390b79b5e132c644c99633cc7c6f1514b20e293da6aafe
size 55263

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Mar 30 05:34:38 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- 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= <<EOT
- Replace the discouraged File::Slurp::Tiny with File::Slurper.
Thanx to Marcel Telka for the report.
But why not use File::Slurp? Because...
https://blogs.perl.org/users/leon_timmermans/2015/08/fileslurp-is-broken-and-wrong.html
- Add a security policy file SECURITY.md
- Update Makefile.PL to include both ExtUtils::MakeMaker and perl.
EOT
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 2 03:11:28 UTC 2021 - Tina Müller <timueller+perl@suse.de> Tue Feb 2 03:11:28 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Tree-DAG_Node # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,21 +18,27 @@
%define cpan_name Tree-DAG_Node %define cpan_name Tree-DAG_Node
Name: perl-Tree-DAG_Node Name: perl-Tree-DAG_Node
Version: 1.32 Version: 1.330.0
Release: 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 License: Artistic-1.0 OR GPL-1.0-or-later
Summary: An N-ary tree
URL: https://metacpan.org/release/%{cpan_name} 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 Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros 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::Spec) >= 3.4
BuildRequires: perl(File::Temp) >= 0.19 BuildRequires: perl(File::Temp) >= 0.19
BuildRequires: perl(Test::More) >= 1.001002 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} %{perl_requires}
%description %description
@@ -45,7 +51,7 @@ you from ever making any kinds of linkages which are not allowed in a tree
two mothers). two mothers).
%prep %prep
%autosetup -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
@@ -60,7 +66,7 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%doc Changes README %doc Changes README SECURITY.md
%license LICENSE %license LICENSE
%changelog %changelog