diff --git a/PPIx-Regexp-0.089.tar.gz b/PPIx-Regexp-0.089.tar.gz deleted file mode 100644 index b1b8a2b..0000000 --- a/PPIx-Regexp-0.089.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9865f61f59da3b8aa32492580a8ecc9e24d251c00a5eb685678569928a2f8881 -size 255295 diff --git a/PPIx-Regexp-0.091.tar.gz b/PPIx-Regexp-0.091.tar.gz new file mode 100644 index 0000000..57c57fa --- /dev/null +++ b/PPIx-Regexp-0.091.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72ec79eff640297b087227d6a7708fca871c6de09997149585a98fe65ed942f +size 258091 diff --git a/perl-PPIx-Regexp.changes b/perl-PPIx-Regexp.changes index 9dd24ea..1220573 100644 --- a/perl-PPIx-Regexp.changes +++ b/perl-PPIx-Regexp.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Oct 9 20:26:29 UTC 2025 - Tina Müller + +- updated to 0.91.0 (0.091) + see /usr/share/doc/packages/perl-PPIx-Regexp/Changes + + 0.091 2025-10-06 T. R. Wyant + Code review on use of 'PPI::Document'. I concluded it was not needed + in PPIx::Regexp::Token::Interpolation and + PPIx::Regexp::Token::Literal, but that it needed to be added to + PPIx::Regexp::Tokenizer. The purpose of this release is to submit + the changes to the tender mercies of the CPAN testers. + 0.090_01 2025-09-27 T. R. Wyant + Avoid "Possible attempt to escape whitespace" warning, which is + emitted in perl-5.43.2 and forward. Thanks to James E. Keenan for + the pull request. + 0.090 2025-09-21 T. R. Wyant + Explain s///eee... Perl commit 040a4d7 (perlop: properly document + s///e modifier) by mauke, makes perlop explicitly state that more + than 2 'e' modifiers are permitted, and cause the result of the + expression to be eval-ed n-1 times, where n is the number of 'e' + modifiers. + Fix typo in comment. Thanks to Michal Josef Špaček for picking this + up and providing the pull request. + ------------------------------------------------------------------- Mon May 19 05:36:48 UTC 2025 - Tina Müller diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec index 1a522bf..71f5ab8 100644 --- a/perl-PPIx-Regexp.spec +++ b/perl-PPIx-Regexp.spec @@ -1,7 +1,7 @@ # # spec file for package perl-PPIx-Regexp # -# 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,10 +18,10 @@ %define cpan_name PPIx-Regexp Name: perl-PPIx-Regexp -Version: 0.89.0 +Version: 0.91.0 Release: 0 -# 0.089 -> normalize -> 0.89.0 -%define cpan_version 0.089 +# 0.091 -> normalize -> 0.91.0 +%define cpan_version 0.091 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Parse regular expressions URL: https://metacpan.org/release/%{cpan_name} @@ -31,7 +31,7 @@ Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.42 +BuildRequires: perl(Module::Build) >= 0.420 BuildRequires: perl(PPI::Document) >= 1.238 BuildRequires: perl(PPI::Dumper) >= 1.238 BuildRequires: perl(Task::Weaken) @@ -142,7 +142,7 @@ appears to the author to represent a performance hit for little tangible gain. %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 @@ -158,6 +158,6 @@ perl Build.PL --installdirs=vendor %perl_gen_filelist %files -f %{name}.files -%doc Changes CONTRIBUTING README +%doc Changes CONTRIBUTING README SECURITY %changelog