diff --git a/Test-Regexp-Pattern-0.009.tar.gz b/Test-Regexp-Pattern-0.009.tar.gz deleted file mode 100644 index 698ce48..0000000 --- a/Test-Regexp-Pattern-0.009.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a4dcbcd660de32c9212945ef50826d74ffad74fede04fdfe46896b69c453bb8 -size 18668 diff --git a/Test-Regexp-Pattern-0.010.tar.gz b/Test-Regexp-Pattern-0.010.tar.gz new file mode 100644 index 0000000..489e8ec --- /dev/null +++ b/Test-Regexp-Pattern-0.010.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a432a015938c10b4bbcb802f9fbc60121d43c92ac3cea8c1dc9006e28be29586 +size 19562 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..ab24ed9 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Test-Regexp-Pattern.changes b/perl-Test-Regexp-Pattern.changes index a5fa4f1..3d834eb 100644 --- a/perl-Test-Regexp-Pattern.changes +++ b/perl-Test-Regexp-Pattern.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Oct 4 03:07:24 UTC 2022 - Tina Müller + +- 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 diff --git a/perl-Test-Regexp-Pattern.spec b/perl-Test-Regexp-Pattern.spec index a874a10..add8212 100644 --- a/perl-Test-Regexp-Pattern.spec +++ b/perl-Test-Regexp-Pattern.spec @@ -18,20 +18,21 @@ %define cpan_name Test-Regexp-Pattern Name: perl-Test-Regexp-Pattern -Version: 0.009 +Version: 0.010 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Test Regexp::Pattern patterns URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros 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 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 %{perl_requires}