From 57ef325d74d86a345d55c3ac85b4eca9b78df1b0b504ff069e5908907f069a3c Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 31 Jan 2023 14:01:17 +0000 Subject: [PATCH] Accepting request 1061384 from devel:languages:perl:autoupdate - updated to 3.10.0 see /usr/share/doc/packages/perl-Regexp-Pattern-License/Changes v3.10.0 2023-01-17 [ Documentation ] - update TODOs [ Test Suite ] - tighten test-requirement on Test2::V0 [ Other ] - Added: implement engine => 'pseudo' - tighten subpattern asis_sw_name_discl OBS-URL: https://build.opensuse.org/request/show/1061384 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Pattern-License?expand=0&rev=3 --- Regexp-Pattern-License-v3.10.0.tar.gz | 3 +++ Regexp-Pattern-License-v3.9.4.tar.gz | 3 --- perl-Regexp-Pattern-License.changes | 15 +++++++++++++++ perl-Regexp-Pattern-License.spec | 8 ++++---- 4 files changed, 22 insertions(+), 7 deletions(-) create mode 100644 Regexp-Pattern-License-v3.10.0.tar.gz delete mode 100644 Regexp-Pattern-License-v3.9.4.tar.gz diff --git a/Regexp-Pattern-License-v3.10.0.tar.gz b/Regexp-Pattern-License-v3.10.0.tar.gz new file mode 100644 index 0000000..835fc43 --- /dev/null +++ b/Regexp-Pattern-License-v3.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650767b312780480f96e02fea029a0bdd92e82b753bce87991be9e37e6785a57 +size 222871 diff --git a/Regexp-Pattern-License-v3.9.4.tar.gz b/Regexp-Pattern-License-v3.9.4.tar.gz deleted file mode 100644 index cbde959..0000000 --- a/Regexp-Pattern-License-v3.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0541d4ce7b90fa3024f35bb9216aae0c3c16acfd3003393f3d2676bccbd7a91b -size 222762 diff --git a/perl-Regexp-Pattern-License.changes b/perl-Regexp-Pattern-License.changes index 67c9b4b..bf42664 100644 --- a/perl-Regexp-Pattern-License.changes +++ b/perl-Regexp-Pattern-License.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jan 18 03:07:23 UTC 2023 - Tina Müller + +- updated to 3.10.0 + see /usr/share/doc/packages/perl-Regexp-Pattern-License/Changes + + v3.10.0 2023-01-17 + [ Documentation ] + - update TODOs + [ Test Suite ] + - tighten test-requirement on Test2::V0 + [ Other ] + - Added: implement engine => 'pseudo' + - tighten subpattern asis_sw_name_discl + ------------------------------------------------------------------- Sun Feb 13 03:06:32 UTC 2022 - Tina Müller diff --git a/perl-Regexp-Pattern-License.spec b/perl-Regexp-Pattern-License.spec index 28ff695..4b8f4a2 100644 --- a/perl-Regexp-Pattern-License.spec +++ b/perl-Regexp-Pattern-License.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Regexp-Pattern-License # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Regexp-Pattern-License Name: perl-Regexp-Pattern-License -Version: 3.9.4 +Version: 3.10.0 Release: 0 -Summary: Regular expressions for legal licenses License: GPL-1.0-or-later +Summary: Regular expressions for legal licenses URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/J/JO/JONASS/%{cpan_name}-v%{version}.tar.gz Source1: cpanspec.yml @@ -29,7 +29,7 @@ BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Regexp::Pattern) -BuildRequires: perl(Test2::V0) +BuildRequires: perl(Test2::V0) >= 0.000078 BuildRequires: perl(Test::Regexp::Pattern) >= 0.003 BuildRequires: perl(Test::Without::Module) BuildRequires: perl(Try::Tiny)