public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Filter-Simple] rawhide: Upgrade to 0.97 as provided in perl-5.44.0-RC1
@ 2026-06-30 13:32 Jitka Plesnikova
  0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-06-30 13:32 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Filter-Simple
Branch : rawhide
Commit : a41f0cee864664a0c0c077671dd462687b953885
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date   : 2026-06-30T15:32:27+02:00
Stats  : +97/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Filter-Simple/c/a41f0cee864664a0c0c077671dd462687b953885?branch=rawhide

Log:
Upgrade to 0.97 as provided in perl-5.44.0-RC1

---
diff --git a/Filter-Simple-0.96-Update-to-0.97.patch b/Filter-Simple-0.96-Update-to-0.97.patch
new file mode 100644
index 0000000..af1f269
--- /dev/null
+++ b/Filter-Simple-0.96-Update-to-0.97.patch
@@ -0,0 +1,89 @@
+From da7bec1d7b7308e775775f495e8ca0bfd101bb3b Mon Sep 17 00:00:00 2001
+From: Jitka Plesnikova <jplesnik@redhat.com>
+Date: Thu, 4 Jun 2026 10:53:33 +0200
+Subject: [PATCH] Upgrade to 0.97
+
+---
+ Changes              | 22 ++++++++++++++++------
+ lib/Filter/Simple.pm |  2 +-
+ 2 files changed, 17 insertions(+), 7 deletions(-)
+
+diff --git a/Changes b/Changes
+index d7b8e3c..b167c3e 100644
+--- a/Changes
++++ b/Changes
+@@ -52,12 +52,12 @@ Revision history for Perl extension Filter::Simple
+ 
+ 	- Added automatic preservation of existing &import subroutines
+ 
+-	- Added automatic preservation of Exporter semantics 
++	- Added automatic preservation of Exporter semantics
+ 
+ 
+ 0.76	Fri Nov 16 15:08:42 2001
+ 
+-	- Modified call to explicit &import so as to be invoked in original 
++	- Modified call to explicit &import so as to be invoked in original
+ 	  call context
+ 
+ 
+@@ -90,7 +90,7 @@ Revision history for Perl extension Filter::Simple
+     - Added Sarathy's patch for \r\n newlinery (thanks Jarkko)
+ 
+     - Added recognition of comments as whitespace (thanks Jeff)
+-    
++
+     - Added @components variable (thanks Dean)
+ 
+     - Fixed handling of vars in FILTER_ONLY code=>... (thanks Lasse)
+@@ -99,16 +99,16 @@ Revision history for Perl extension Filter::Simple
+ 
+     - Added INSTALLDIRS=>core to Makefile.PL
+ 
+-    
++
+ 0.82    Mon Jun 27 02:31:06 GMT 2005
+-    
++
+     - Fixed INSTALLDIRS=>perl in Makefile.PL (thanks all)
+ 
+     - Fixed other problems caused by de-schwernification
+ 
+ 
+ 0.83    Sat Oct 18 18:51:51 CET 2008
+-    
++
+     - Updated contact details: Maintained by the Perl5-Porters.
+     - Some tiny distribution fixes.
+ 
+@@ -155,4 +155,14 @@ Revision history for Perl extension Filter::Simple
+         no MyFilter;
+       In this case it should simply not filter anything.
+ 
++0.95    Nov 11 2017
++
++    - Modernize syntax: 'use vars' -> 'our'
++
++0.96    Nov 25 2019
++
++    -  Fix for GH #17122 and sanity check for executable_no_comments
++
++0.97    Mon Aug 11 05:35:34 PM EDT 2025
+ 
++    - Correct ambiguous double assignment to INSTALLDIRS in Makefile.PL
+diff --git a/lib/Filter/Simple.pm b/lib/Filter/Simple.pm
+index 924c2ae..e5b6815 100644
+--- a/lib/Filter/Simple.pm
++++ b/lib/Filter/Simple.pm
+@@ -2,7 +2,7 @@ package Filter::Simple;
+ 
+ use Text::Balanced ':ALL';
+ 
+-our $VERSION = '0.96';
++our $VERSION = '0.97';
+ 
+ use Filter::Util::Call;
+ use Carp;
+-- 
+2.54.0
+

diff --git a/perl-Filter-Simple.spec b/perl-Filter-Simple.spec
index ac4f5f7..f2850d7 100644
--- a/perl-Filter-Simple.spec
+++ b/perl-Filter-Simple.spec
@@ -1,7 +1,7 @@
 %global base_version 0.94
 Name:           perl-Filter-Simple
-Version:        0.96
-Release:        521%{?dist}
+Version:        0.97
+Release:        1%{?dist}
 Summary:        Simplified Perl source filtering
 License:        GPL-1.0-or-later OR Artistic-1.0-Perl
 URL:            https://metacpan.org/release/Filter-Simple
@@ -11,6 +11,8 @@ BuildArch:      noarch
 Patch0:         Filter-Simple-0.94-Upgrade-to-0.95.patch
 # Unbundled from perl 5.32.0
 Patch1:         Filter-Simple-0.94-Upgrade-to-0.96.patch
+# Unbundled from perl 5.44.0-RC1
+Patch2:         Filter-Simple-0.96-Update-to-0.97.patch
 BuildRequires:  coreutils
 BuildRequires:  make
 BuildRequires:  perl-generators
@@ -52,6 +54,7 @@ with "%{_libexecdir}/%{name}/test".
 %setup -q -n Filter-Simple-%{base_version}
 %patch -P0 -p1
 %patch -P1 -p1
+%patch -P2 -p1
 
 # Help generators to recognize Perl scripts
 for F in t/*.t; do
@@ -89,6 +92,9 @@ make test
 %{_libexecdir}/%{name}
 
 %changelog
+* Tue Jun 23 2026 Jitka Plesnikova <jplesnik@redhat.com> - 0.97-1
+- Upgrade to 0.97 as provided in perl-5.44.0-RC1
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.96-521
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-06-30 13:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 13:32 [rpms/perl-Filter-Simple] rawhide: Upgrade to 0.97 as provided in perl-5.44.0-RC1 Jitka Plesnikova

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