forked from perl/perl-Text-Balanced
Compare commits
1 Commits
main
...
autoupdate
Author | SHA256 | Date | |
---|---|---|---|
30f1b221a5 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:773e0f0f21c0cb2cf664cee6ba28ff70259babcc892f9b650f9cbda00be092ad
|
|
||||||
size 43693
|
|
BIN
Text-Balanced-2.07.tar.gz
(Stored with Git LFS)
Normal file
BIN
Text-Balanced-2.07.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 20:49:42 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 <timueller+perl@suse.de>
|
Mon Jun 6 03:07:31 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-Balanced
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define cpan_name Text-Balanced
|
%define cpan_name Text-Balanced
|
||||||
Name: perl-Text-Balanced
|
Name: perl-Text-Balanced
|
||||||
Version: 2.06
|
Version: 2.07
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Extract delimited text sequences from strings
|
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).
|
'\G'-anchored regex would).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user