Accepting request 954202 from devel:languages:perl:autoupdate
- updated to 3.9.4
see /usr/share/doc/packages/perl-Regexp-Pattern-License/Changes
v3.9.4 2022-02-12
[ Bug Fixes ]
- fix define gen_args 'capture' only for patterns supporting capture, and
add tag 'capturing'
- fix define gen_args 'subject' and 'req' (not accidentally merge them)
- fix detect irregular end-quote (annotation [" ])
[ Test Suite ]
- drop unused code in legacy test library MyTest
- rename test library Test2::Regexp::Pattern::License ->
Test2::Tools::LicenseRegistry
- rewrite test library MyTest.pm as Test2::Tools::LicenseRegistry
- skip test if re object is a native Regexp object with perl before v5.12
(where RE2 engine is unlikely to be available anyway)
- streamline test library Test2::Tools::LicenseObject
- use Test2::V0 for author test tidyall.t
[ Packaging ]
- stop test-require Test::Builder::Module
- stop test-require Test::More
[ Other ]
- add summary-inspired name pattern for object perl
- avoid barely used org software_license: replace pattern
caption.alt.org.software_license with summary.alt.misc.software_license
for object perl
- extend tidyall config to cover tests
- optimize slightly: resolve gen option 'subjects' (and possible break)
before resolving other options
- optimize: mangle capture annotation only for patterns supporting capture
- optimize: reuse generic gen_args hashrefs
- work around tidyall string-encoding bug
OBS-URL: https://build.opensuse.org/request/show/954202
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Regexp-Pattern-License?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:88a231aee48fb95128e844e3b90aeaea9c90e408d29fd9bfd01114d78f7c644c
|
|
||||||
size 221954
|
|
||||||
3
Regexp-Pattern-License-v3.9.4.tar.gz
Normal file
3
Regexp-Pattern-License-v3.9.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0541d4ce7b90fa3024f35bb9216aae0c3c16acfd3003393f3d2676bccbd7a91b
|
||||||
|
size 222762
|
||||||
35
cpanspec.yml
Normal file
35
cpanspec.yml
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#description: |-
|
||||||
|
# override description from CPAN
|
||||||
|
#summary: override summary from CPAN
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
# baz.patch: PATCH-FIX-OPENSUSE
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_build: |-
|
||||||
|
# rm unused.files
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
||||||
|
#skip_doc: regexp_to_skip_for_doc.*
|
||||||
|
#add_doc: files to add to docs
|
||||||
|
#misc: |-
|
||||||
|
#anything else to be added to spec file
|
||||||
|
#follows directly after %files section, so it can contain new blocks or also
|
||||||
|
#changes to %files section
|
||||||
@@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 13 03:06:32 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 3.9.4
|
||||||
|
see /usr/share/doc/packages/perl-Regexp-Pattern-License/Changes
|
||||||
|
|
||||||
|
v3.9.4 2022-02-12
|
||||||
|
[ Bug Fixes ]
|
||||||
|
- fix define gen_args 'capture' only for patterns supporting capture, and
|
||||||
|
add tag 'capturing'
|
||||||
|
- fix define gen_args 'subject' and 'req' (not accidentally merge them)
|
||||||
|
- fix detect irregular end-quote (annotation [" ])
|
||||||
|
[ Test Suite ]
|
||||||
|
- drop unused code in legacy test library MyTest
|
||||||
|
- rename test library Test2::Regexp::Pattern::License ->
|
||||||
|
Test2::Tools::LicenseRegistry
|
||||||
|
- rewrite test library MyTest.pm as Test2::Tools::LicenseRegistry
|
||||||
|
- skip test if re object is a native Regexp object with perl before v5.12
|
||||||
|
(where RE2 engine is unlikely to be available anyway)
|
||||||
|
- streamline test library Test2::Tools::LicenseObject
|
||||||
|
- use Test2::V0 for author test tidyall.t
|
||||||
|
[ Packaging ]
|
||||||
|
- stop test-require Test::Builder::Module
|
||||||
|
- stop test-require Test::More
|
||||||
|
[ Other ]
|
||||||
|
- add summary-inspired name pattern for object perl
|
||||||
|
- avoid barely used org software_license: replace pattern
|
||||||
|
caption.alt.org.software_license with summary.alt.misc.software_license
|
||||||
|
for object perl
|
||||||
|
- extend tidyall config to cover tests
|
||||||
|
- optimize slightly: resolve gen option 'subjects' (and possible break)
|
||||||
|
before resolving other options
|
||||||
|
- optimize: mangle capture annotation only for patterns supporting capture
|
||||||
|
- optimize: reuse generic gen_args hashrefs
|
||||||
|
- work around tidyall string-encoding bug
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 5 17:57:57 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
Sat Feb 5 17:57:57 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -18,18 +18,18 @@
|
|||||||
|
|
||||||
%define cpan_name Regexp-Pattern-License
|
%define cpan_name Regexp-Pattern-License
|
||||||
Name: perl-Regexp-Pattern-License
|
Name: perl-Regexp-Pattern-License
|
||||||
Version: 3.9.3
|
Version: 3.9.4
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-1.0-or-later
|
|
||||||
Summary: Regular expressions for legal licenses
|
Summary: Regular expressions for legal licenses
|
||||||
|
License: GPL-1.0-or-later
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/J/JO/JONASS/%{cpan_name}-v%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/J/JO/JONASS/%{cpan_name}-v%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Regexp::Pattern)
|
BuildRequires: perl(Regexp::Pattern)
|
||||||
BuildRequires: perl(Test2::V0)
|
BuildRequires: perl(Test2::V0)
|
||||||
BuildRequires: perl(Test::More) >= 0.98
|
|
||||||
BuildRequires: perl(Test::Regexp::Pattern) >= 0.003
|
BuildRequires: perl(Test::Regexp::Pattern) >= 0.003
|
||||||
BuildRequires: perl(Test::Without::Module)
|
BuildRequires: perl(Test::Without::Module)
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
|
|||||||
Reference in New Issue
Block a user