From 30f1b221a5feabe509215deb8b0aa4dfe70b7533c7edcda609eb7abcd28c18cb Mon Sep 17 00:00:00 2001 From: "Tina Mueller (cpanmirror)" Date: Thu, 9 Oct 2025 20:49:43 +0000 Subject: [PATCH] Automatic update to v2.70.0 (2.07) --- Text-Balanced-2.06.tar.gz | 3 --- Text-Balanced-2.07.tar.gz | 3 +++ perl-Text-Balanced.changes | 13 +++++++++++++ perl-Text-Balanced.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 Text-Balanced-2.06.tar.gz create mode 100644 Text-Balanced-2.07.tar.gz diff --git a/Text-Balanced-2.06.tar.gz b/Text-Balanced-2.06.tar.gz deleted file mode 100644 index 19d5552..0000000 --- a/Text-Balanced-2.06.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:773e0f0f21c0cb2cf664cee6ba28ff70259babcc892f9b650f9cbda00be092ad -size 43693 diff --git a/Text-Balanced-2.07.tar.gz b/Text-Balanced-2.07.tar.gz new file mode 100644 index 0000000..732c0fd --- /dev/null +++ b/Text-Balanced-2.07.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5d81bd8d6b2cddbf60cef66d7f9f6af417412e5eb24e87a5a197c311e330cf +size 43797 diff --git a/perl-Text-Balanced.changes b/perl-Text-Balanced.changes index 159dba5..c7d8bca 100644 --- a/perl-Text-Balanced.changes +++ b/perl-Text-Balanced.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Oct 9 20:49:42 UTC 2025 - Tina Müller + +- updated to 2.07 + see /usr/share/doc/packages/perl-Text-Balanced/Changes + + 2.07 2025-08-03 + + - Fix "uninitialized value $unkpos" warnings. [michal-josef-spacek, PR#8] + + - Removed dead cpanratings.perl.org link. [peter.john.acklam@gmail.com, + CPAN RT#148045] + ------------------------------------------------------------------- Mon Jun 6 03:07:31 UTC 2022 - Tina Müller diff --git a/perl-Text-Balanced.spec b/perl-Text-Balanced.spec index 2b60540..cf10f6f 100644 --- a/perl-Text-Balanced.spec +++ b/perl-Text-Balanced.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-Balanced # -# Copyright (c) 2022 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,7 +18,7 @@ %define cpan_name Text-Balanced Name: perl-Text-Balanced -Version: 2.06 +Version: 2.07 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Extract delimited text sequences from strings @@ -48,7 +48,7 @@ immediately at the current matching position in the string (like a '\G'-anchored regex would). %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor