Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-XS-Parse-Sublike for
openSUSE:Factory checked in at 2026-09-22 15:48:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-XS-Parse-Sublike (Old)
and /work/SRC/openSUSE:Factory/.perl-XS-Parse-Sublike.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-XS-Parse-Sublike"
Tue Sep 22 15:48:59 2026 rev:6 rq:1379460 version:0.420.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-XS-Parse-Sublike/perl-XS-Parse-Sublike.changes
2025-12-20 21:49:59.227875497 +0100
+++
/work/SRC/openSUSE:Factory/.perl-XS-Parse-Sublike.new.383539/perl-XS-Parse-Sublike.changes
2026-09-22 15:50:11.367674504 +0200
@@ -1,0 +2,14 @@
+Thu Sep 17 10:02:19 UTC 2026 - Tina Müller <[email protected]>
+
+- updated to 0.420.0 (0.42)
+ see /usr/share/doc/packages/perl-XS-Parse-Sublike/Changes
+
+ 0.42 2026-09-16
+ [CHANGES]
+ * Use PNf/PNfARG in unit tests to avoid needing to call PadnameSV()
+
+ [BUGFIXES]
+ * Fix for perl 5.45.3 - need to invoke
+ class_method_parse_post_blockstart() during parse time
+
+-------------------------------------------------------------------
Old:
----
XS-Parse-Sublike-0.41.tar.gz
New:
----
XS-Parse-Sublike-0.42.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-XS-Parse-Sublike.spec ++++++
--- /var/tmp/diff_new_pack.setW9M/_old 2026-09-22 15:50:12.180708423 +0200
+++ /var/tmp/diff_new_pack.setW9M/_new 2026-09-22 15:50:12.181708465 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-XS-Parse-Sublike
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 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 XS-Parse-Sublike
Name: perl-XS-Parse-Sublike
-Version: 0.410.0
+Version: 0.420.0
Release: 0
-# 0.41 -> normalize -> 0.410.0
-%define cpan_version 0.41
+# 0.42 -> normalize -> 0.420.0
+%define cpan_version 0.42
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: XS functions to assist in parsing sub-like syntax
URL: https://metacpan.org/release/%{cpan_name}
++++++ XS-Parse-Sublike-0.41.tar.gz -> XS-Parse-Sublike-0.42.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XS-Parse-Sublike-0.41/Changes
new/XS-Parse-Sublike-0.42/Changes
--- old/XS-Parse-Sublike-0.41/Changes 2025-12-09 18:01:18.000000000 +0100
+++ new/XS-Parse-Sublike-0.42/Changes 2026-09-16 17:00:31.000000000 +0200
@@ -1,5 +1,13 @@
Revision history for XS-Parse-Sublike
+0.42 2026-09-16
+ [CHANGES]
+ * Use PNf/PNfARG in unit tests to avoid needing to call PadnameSV()
+
+ [BUGFIXES]
+ * Fix for perl 5.45.3 - need to invoke
+ class_method_parse_post_blockstart() during parse time
+
0.41 2025-12-09
[CHANGES]
* Support optional refalias parameters with defaulting expressions
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XS-Parse-Sublike-0.41/LICENSE
new/XS-Parse-Sublike-0.42/LICENSE
--- old/XS-Parse-Sublike-0.41/LICENSE 2025-12-09 18:01:18.000000000 +0100
+++ new/XS-Parse-Sublike-0.42/LICENSE 2026-09-16 17:00:31.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2025 by Paul Evans <[email protected]>.
+This software is copyright (c) 2026 by Paul Evans <[email protected]>.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2025 by Paul Evans <[email protected]>.
+This software is Copyright (c) 2026 by Paul Evans <[email protected]>.
This is free software, licensed under:
@@ -22,7 +22,7 @@
Version 1, February 1989
Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -236,8 +236,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301
USA
+ along with this program; if not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
@@ -264,15 +263,15 @@
program `Gnomovision' (a program to direct compilers to make passes
at assemblers) written by James Hacker.
- <signature of Ty Coon>, 1 April 1989
- Ty Coon, President of Vice
+ <signature of Moe Ghoul>, 1 April 1989
+ Moe Ghoul, President of Vice
That's all there is to it!
--- The Perl Artistic License 1.0 ---
-This software is Copyright (c) 2025 by Paul Evans <[email protected]>.
+This software is Copyright (c) 2026 by Paul Evans <[email protected]>.
This is free software, licensed under:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XS-Parse-Sublike-0.41/META.json
new/XS-Parse-Sublike-0.42/META.json
--- old/XS-Parse-Sublike-0.41/META.json 2025-12-09 18:01:18.000000000 +0100
+++ new/XS-Parse-Sublike-0.42/META.json 2026-09-16 17:00:31.000000000 +0200
@@ -40,15 +40,15 @@
"provides" : {
"Sublike::Extended" : {
"file" : "lib/Sublike/Extended.pm",
- "version" : "0.41"
+ "version" : "0.42"
},
"XS::Parse::Sublike" : {
"file" : "lib/XS/Parse/Sublike.pm",
- "version" : "0.41"
+ "version" : "0.42"
},
"XS::Parse::Sublike::Builder" : {
"file" : "lib/XS/Parse/Sublike/Builder.pm",
- "version" : "0.41"
+ "version" : "0.42"
}
},
"release_status" : "stable",
@@ -57,6 +57,6 @@
"http://dev.perl.org/licenses/"
]
},
- "version" : "0.41",
+ "version" : "0.42",
"x_serialization_backend" : "JSON::PP version 4.16"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XS-Parse-Sublike-0.41/META.yml
new/XS-Parse-Sublike-0.42/META.yml
--- old/XS-Parse-Sublike-0.41/META.yml 2025-12-09 18:01:18.000000000 +0100
+++ new/XS-Parse-Sublike-0.42/META.yml 2026-09-16 17:00:31.000000000 +0200
@@ -18,17 +18,17 @@
provides:
Sublike::Extended:
file: lib/Sublike/Extended.pm
- version: '0.41'
+ version: '0.42'
XS::Parse::Sublike:
file: lib/XS/Parse/Sublike.pm
- version: '0.41'
+ version: '0.42'
XS::Parse::Sublike::Builder:
file: lib/XS/Parse/Sublike/Builder.pm
- version: '0.41'
+ version: '0.42'
requires:
File::ShareDir: '1.00'
perl: '5.016'
resources:
license: http://dev.perl.org/licenses/
-version: '0.41'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
+version: '0.42'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.020'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XS-Parse-Sublike-0.41/lib/Sublike/Extended.pm
new/XS-Parse-Sublike-0.42/lib/Sublike/Extended.pm
--- old/XS-Parse-Sublike-0.41/lib/Sublike/Extended.pm 2025-12-09
18:01:18.000000000 +0100
+++ new/XS-Parse-Sublike-0.42/lib/Sublike/Extended.pm 2026-09-16
17:00:31.000000000 +0200
@@ -3,7 +3,7 @@
#
# (C) Paul Evans, 2023-2024 -- [email protected]
-package Sublike::Extended 0.41;
+package Sublike::Extended 0.42;
use v5.14;
use warnings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/XS-Parse-Sublike-0.41/lib/XS/Parse/Sublike/Builder.pm
new/XS-Parse-Sublike-0.42/lib/XS/Parse/Sublike/Builder.pm
--- old/XS-Parse-Sublike-0.41/lib/XS/Parse/Sublike/Builder.pm 2025-12-09
18:01:18.000000000 +0100
+++ new/XS-Parse-Sublike-0.42/lib/XS/Parse/Sublike/Builder.pm 2026-09-16
17:00:31.000000000 +0200
@@ -3,7 +3,7 @@
#
# (C) Paul Evans, 2020-2024 -- [email protected]
-package XS::Parse::Sublike::Builder 0.41;
+package XS::Parse::Sublike::Builder 0.42;
use v5.14;
use warnings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XS-Parse-Sublike-0.41/lib/XS/Parse/Sublike.pm
new/XS-Parse-Sublike-0.42/lib/XS/Parse/Sublike.pm
--- old/XS-Parse-Sublike-0.41/lib/XS/Parse/Sublike.pm 2025-12-09
18:01:18.000000000 +0100
+++ new/XS-Parse-Sublike-0.42/lib/XS/Parse/Sublike.pm 2026-09-16
17:00:31.000000000 +0200
@@ -3,7 +3,7 @@
#
# (C) Paul Evans, 2020-2024 -- [email protected]
-package XS::Parse::Sublike 0.41;
+package XS::Parse::Sublike 0.42;
use v5.14;
use warnings;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XS-Parse-Sublike-0.41/lib/XS/Parse/Sublike.xs
new/XS-Parse-Sublike-0.42/lib/XS/Parse/Sublike.xs
--- old/XS-Parse-Sublike-0.41/lib/XS/Parse/Sublike.xs 2025-12-09
18:01:18.000000000 +0100
+++ new/XS-Parse-Sublike-0.42/lib/XS/Parse/Sublike.xs 2026-09-16
17:00:31.000000000 +0200
@@ -221,6 +221,11 @@
was_scopestack_ix, PL_scopestack_ix);
#endif
+#if HAVE_PERL_VERSION(5, 45, 3)
+ if(CvIsMETHOD(PL_compcv))
+ class_method_parse_post_blockstart(PL_compcv);
+#endif
+
#ifdef HAVE_PARSE_SUBSIGNATURE
OP *sigop = NULL;
if(!(skip_parts & XS_PARSE_SUBLIKE_PART_SIGNATURE) && (lex_peek_unichar(0)
== '(')) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XS-Parse-Sublike-0.41/t/80extended+feature-class.t
new/XS-Parse-Sublike-0.42/t/80extended+feature-class.t
--- old/XS-Parse-Sublike-0.41/t/80extended+feature-class.t 2025-12-09
18:01:18.000000000 +0100
+++ new/XS-Parse-Sublike-0.42/t/80extended+feature-class.t 2026-09-16
17:00:31.000000000 +0200
@@ -35,11 +35,23 @@
use Sublike::Extended 'method';
class C2 {
- method f (:$x, :$y) { return "x=$x y=$y" }
+ method self { return $self }
+
+ # Perl GH #24773 suggests we need to test a few variants
+ method f0p () { return "(null)" }
+ method f1p ($x) { return "[1]=$x" }
+ method f2n (:$x, :$y) { return "x=$x y=$y" }
}
- is( C2->new->f( x => "third", y => "fourth" ), "x=third y=fourth",
- 'method with extended keyword' );
+ my $o = C2->new;
+ is( $o->self, $o, 'method with extended keyword can see $self' );
+
+ is( $o->f0p(), "(null)",
+ 'method with extended keyword and 0 positional params' );
+ is( $o->f1p( "arg" ), "[1]=arg",
+ 'method with extended keyword and 1 positional param' );
+ is( $o->f2n( x => "third", y => "fourth" ), "x=third y=fourth",
+ 'method with extended keyword and 2 named params' );
}
done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/XS-Parse-Sublike-0.41/t/func.xs
new/XS-Parse-Sublike-0.42/t/func.xs
--- old/XS-Parse-Sublike-0.41/t/func.xs 2025-12-09 18:01:18.000000000 +0100
+++ new/XS-Parse-Sublike-0.42/t/func.xs 2026-09-16 17:00:31.000000000 +0200
@@ -57,8 +57,8 @@
AV *av = get_av("main::ATTRIBUTE_APPLIED", GV_ADD);
- av_push(av, newSVpvf("%s%" SVf,
- ctx->is_named ? ":" : "", PadnameSV(pn)));
+ av_push(av, newSVpvf("%s%" PNf,
+ ctx->is_named ? ":" : "", PNfARG(pn)));
av_push(av, newSVsv(attrvalue));
}
++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.setW9M/_old 2026-09-22 15:50:12.339715057 +0200
+++ /var/tmp/diff_new_pack.setW9M/_new 2026-09-22 15:50:12.345715307 +0200
@@ -1,6 +1,6 @@
-mtime: 1765345085
-commit: 28ef79f99cbaf483f0db3f52052dd0b5ffe23382d86c306582035f76a3d1ff7c
-url: https://src.opensuse.org/perl/perl-XS-Parse-Sublike.git
-revision: 28ef79f99cbaf483f0db3f52052dd0b5ffe23382d86c306582035f76a3d1ff7c
+mtime: 1789639340
+commit: 51174b117a60613551984d4846a7ba2c80c47b671531bec35333b263ab10d35b
+url: https://src.opensuse.org/perl/perl-XS-Parse-Sublike
+revision: 51174b117a60613551984d4846a7ba2c80c47b671531bec35333b263ab10d35b
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2026-09-17 12:02:20.000000000 +0200
@@ -0,0 +1 @@
+.osc