Accepting request 1007867 from devel:languages:perl:autoupdate

- updated to 0.010
   see /usr/share/doc/packages/perl-Test-Regexp-Pattern/Changes
  0.010   2022-07-24  Released-By: PERLANCAR; Urgency: low
          - No functional changes.
          - [ux] Tweak note for clarity.

OBS-URL: https://build.opensuse.org/request/show/1007867
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Regexp-Pattern?expand=0&rev=2
This commit is contained in:
2022-10-04 18:47:57 +00:00
committed by Git OBS Bridge
parent 5be88864b7
commit df03df7543
5 changed files with 54 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a4dcbcd660de32c9212945ef50826d74ffad74fede04fdfe46896b69c453bb8
size 18668

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a432a015938c10b4bbcb802f9fbc60121d43c92ac3cea8c1dc9006e28be29586
size 19562

35
cpanspec.yml Normal file
View 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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Oct 4 03:07:24 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.010
see /usr/share/doc/packages/perl-Test-Regexp-Pattern/Changes
0.010 2022-07-24 Released-By: PERLANCAR; Urgency: low
- No functional changes.
- [ux] Tweak note for clarity.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 5 17:54:41 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org> Sat Feb 5 17:54:41 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>

View File

@@ -18,20 +18,21 @@
%define cpan_name Test-Regexp-Pattern %define cpan_name Test-Regexp-Pattern
Name: perl-Test-Regexp-Pattern Name: perl-Test-Regexp-Pattern
Version: 0.009 Version: 0.010
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: Test Regexp::Pattern patterns Summary: Test Regexp::Pattern patterns
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Getopt::Long) >= 2.50 BuildRequires: perl(Getopt::Long) >= 2.50
BuildRequires: perl(Hash::DefHash) >= 0.06 BuildRequires: perl(Hash::DefHash) >= 0.072
BuildRequires: perl(Regexp::Pattern) >= v0.2.7 BuildRequires: perl(Regexp::Pattern) >= v0.2.7
Requires: perl(Getopt::Long) >= 2.50 Requires: perl(Getopt::Long) >= 2.50
Requires: perl(Hash::DefHash) >= 0.06 Requires: perl(Hash::DefHash) >= 0.072
Requires: perl(Regexp::Pattern) >= v0.2.7 Requires: perl(Regexp::Pattern) >= v0.2.7
%{perl_requires} %{perl_requires}