public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Devel-CallParser] f45: Update to 0.005 (rhbz#2537324)
Date: Mon, 21 Sep 2026 09:00:51 GMT [thread overview]
Message-ID: <178998125110.1.1173933465346283734.rpms-perl-Devel-CallParser-fee772d81fd5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/perl-Devel-CallParser
Branch : f45
Commit : fee772d81fd5d29af197b63f08c0962e6b0cde91
Author : Paul Howarth <paul@city-fan.org>
Date : 2026-09-21T09:51:50+01:00
Stats : +13/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/perl-Devel-CallParser/c/fee772d81fd5d29af197b63f08c0962e6b0cde91?branch=f45
Log:
Update to 0.005 (rhbz#2537324)
- New upstream release 0.005
- Restore the pad name list as well as the pad when a keyword is declined on
ithreads perls: the first "my" of a block opened right after a declined
keyword (if, while, print, any of them) was never closed at the block's end
and masked an outer lexical of the same name for the rest of the scope;
loading the module broke "my" scoping in everything compiled after it
(t/blockscope.t)
---
diff --git a/.gitignore b/.gitignore
index cb0b5bb..4706415 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/Devel-CallParser-0.001.tar.gz
/Devel-CallParser-0.002.tar.gz
/Devel-CallParser-0.004.tar.gz
+/Devel-CallParser-0.005.tar.gz
diff --git a/perl-Devel-CallParser.spec b/perl-Devel-CallParser.spec
index f1a155e..0b01b09 100644
--- a/perl-Devel-CallParser.spec
+++ b/perl-Devel-CallParser.spec
@@ -1,6 +1,6 @@
Name: perl-Devel-CallParser
-Version: 0.004
-Release: 3%{?dist}
+Version: 0.005
+Release: 1%{?dist}
Summary: Custom parsing attached to subroutines
License: GPL-1.0-or-later OR Artistic-1.0-Perl
URL: https://metacpan.org/release/Devel-CallParser
@@ -77,6 +77,15 @@ find %{buildroot} -type f -name '*.bs' -empty -delete
%{_mandir}/man3/Devel::CallParser.3*
%changelog
+* Mon Sep 21 2026 Paul Howarth <paul@city-fan.org> - 0.005-1
+- Update to 0.005 (rhbz#2537324)
+ - Restore the pad name list as well as the pad when a keyword is declined on
+ ithreads perls: the first "my" of a block opened right after a declined
+ keyword (if, while, print, any of them) was never closed at the block's end
+ and masked an outer lexical of the same name for the rest of the scope;
+ loading the module broke "my" scoping in everything compiled after it
+ (t/blockscope.t)
+
* Wed Jul 22 2026 Jitka Plesnikova <jplesnik@redhat.com> - 0.004-3
- Perl 5.44 rebuild
diff --git a/sources b/sources
index 4213659..2e35531 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Devel-CallParser-0.004.tar.gz) = 09a8b4be60b9238ae07bede187faaef11398243be84a0262ac3fc9efd57f821110a5dbb7f3f17e9d4b178632a42cfd80af9929ba9607466f90b8436c55b48608
+SHA512 (Devel-CallParser-0.005.tar.gz) = a1cb64145f3df206b9e04f298d3437ee02f3bd5cef9d5f9376b32e0d75a6178f354fcd2293af507bc7283471b7a7fb1e6f75f53255a2c5416a7ab466a96ca1e9
reply other threads:[~2026-09-21 9:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178998125110.1.1173933465346283734.rpms-perl-Devel-CallParser-fee772d81fd5@fedoraproject.org \
--to=paul@city-fan.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox