public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Devel-CallParser] f45: Update to 0.005 (rhbz#2537324)
@ 2026-09-21  9:00 Paul Howarth
  0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-09-21  9:00 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-21  9:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21  9:00 [rpms/perl-Devel-CallParser] f45: Update to 0.005 (rhbz#2537324) Paul Howarth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox