From 595134d5a1a7307d7e790e1dfbddd87f91ab35b1154a00ab9c8c6bc0fa35ade1 Mon Sep 17 00:00:00 2001 From: cpanmirror Date: Wed, 29 Oct 2025 05:34:41 +0000 Subject: [PATCH] Automatic update to PPI-1.284.tar.gz --- PPI-1.283.tar.gz | 3 --- PPI-1.284.tar.gz | 3 +++ perl-PPI.changes | 10 ++++++++++ perl-PPI.spec | 20 ++++++++++---------- 4 files changed, 23 insertions(+), 13 deletions(-) delete mode 100644 PPI-1.283.tar.gz create mode 100644 PPI-1.284.tar.gz diff --git a/PPI-1.283.tar.gz b/PPI-1.283.tar.gz deleted file mode 100644 index 45595da..0000000 --- a/PPI-1.283.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70becc9dfad8a72d231bbe88d20a82acfd31c13ca03c6fb359703a5ac0004059 -size 251927 diff --git a/PPI-1.284.tar.gz b/PPI-1.284.tar.gz new file mode 100644 index 0000000..d036083 --- /dev/null +++ b/PPI-1.284.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d91e66d910d3096ad4a1fabd884a770c6aede2f034d4d5e5600617ec833bbd3 +size 266476 diff --git a/perl-PPI.changes b/perl-PPI.changes index c82cf68..d15cf62 100644 --- a/perl-PPI.changes +++ b/perl-PPI.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 29 05:34:40 UTC 2025 - Tina Müller + +- updated to 1.284.0 (1.284) + see /usr/share/doc/packages/perl-PPI/Changes + + 1.284 2025-10-28 16:56:25Z + - fix author tests: pod-no404s.t (GH#315) (Lukas Mai) + - fix regex anchors in PPI::Statement::Compound->type (GH#316) (Lukas Mai) + ------------------------------------------------------------------- Mon May 5 05:38:39 UTC 2025 - Tina Müller diff --git a/perl-PPI.spec b/perl-PPI.spec index 1efb5d5..b95384d 100644 --- a/perl-PPI.spec +++ b/perl-PPI.spec @@ -1,7 +1,7 @@ # # spec file for package perl-PPI # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,14 @@ %define cpan_name PPI Name: perl-PPI -Version: 1.283.0 +Version: 1.284.0 Release: 0 -# 1.283 -> normalize -> 1.283.0 -%define cpan_version 1.283 +# 1.284 -> normalize -> 1.284.0 +%define cpan_version 1.284 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Parse, Analyze and Manipulate Perl (without perl) URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/M/MI/MITHALDU/%{cpan_name}-%{cpan_version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch @@ -34,20 +34,20 @@ BuildRequires: perl-macros BuildRequires: perl(Class::Inspector) >= 1.220 BuildRequires: perl(Clone) >= 0.300 BuildRequires: perl(List::Util) >= 1.33 -BuildRequires: perl(Params::Util) >= 1.0.0 +BuildRequires: perl(Params::Util) >= 1.0 BuildRequires: perl(Safe::Isa) BuildRequires: perl(Storable) >= 2.17 BuildRequires: perl(Task::Weaken) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::NoWarnings) -BuildRequires: perl(Test::Object) >= 0.70.0 -BuildRequires: perl(Test::SubCalls) >= 1.70.0 +BuildRequires: perl(Test::Object) >= 0.70 +BuildRequires: perl(Test::SubCalls) >= 1.70 BuildRequires: perl(YAML::PP) BuildRequires: perl(parent) BuildRequires: perl(version) >= 0.77 Requires: perl(Clone) >= 0.300 Requires: perl(List::Util) >= 1.33 -Requires: perl(Params::Util) >= 1.0.0 +Requires: perl(Params::Util) >= 1.0 Requires: perl(Safe::Isa) Requires: perl(Storable) >= 2.17 Requires: perl(Task::Weaken) @@ -152,7 +152,7 @@ Provides: perl(PPI::XSAccessor) = %{version} Parse, Analyze and Manipulate Perl (without perl) %prep -%autosetup -n %{cpan_name}-%{cpan_version} -p1 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 -- 2.51.1