From ae7b998515cade30f4d2023b4ddd9e56fbed3b25f202b262ef23a551e8ade3e0 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 16 Aug 2022 12:31:42 +0000 Subject: [PATCH] Accepting request 994586 from devel:languages:perl:autoupdate - updated to 0.044 see /usr/share/doc/packages/perl-String-Wildcard-Bash/Changes 0.044 2022-08-06 Released-By: PERLANCAR; Urgency: medium - Add functions: contains_{brace,joker,class,qmark,glob,globstar}_wildcard. - [function convert_wildcard_to_re] Add option: path_separator. - [function convert_wildcard_to_re] Add option: globstar. - Better compliance with bash: joker/glob does not match across subdirectory level, e.g. '*' matches 'aaa' but not 'aaa/bbb'. - [bugfix] Fix parameter passed to recursive convert_wildcard_to_re(). OBS-URL: https://build.opensuse.org/request/show/994586 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Wildcard-Bash?expand=0&rev=2 --- String-Wildcard-Bash-0.043.tar.gz | 3 --- String-Wildcard-Bash-0.044.tar.gz | 3 +++ cpanspec.yml | 35 +++++++++++++++++++++++++++++++ perl-String-Wildcard-Bash.changes | 16 ++++++++++++++ perl-String-Wildcard-Bash.spec | 18 +++++++--------- 5 files changed, 62 insertions(+), 13 deletions(-) delete mode 100644 String-Wildcard-Bash-0.043.tar.gz create mode 100644 String-Wildcard-Bash-0.044.tar.gz create mode 100644 cpanspec.yml diff --git a/String-Wildcard-Bash-0.043.tar.gz b/String-Wildcard-Bash-0.043.tar.gz deleted file mode 100644 index b4d70bd..0000000 --- a/String-Wildcard-Bash-0.043.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba1da777056ead7c96ecc467ff5335f07922219ba19fd983eed3dc5caef42958 -size 18482 diff --git a/String-Wildcard-Bash-0.044.tar.gz b/String-Wildcard-Bash-0.044.tar.gz new file mode 100644 index 0000000..ba2dd9f --- /dev/null +++ b/String-Wildcard-Bash-0.044.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e04da25c457e6ef38fa3e5dfe4096fd1f918f02f39fb2cbf57c34d26fc0ddb +size 20662 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-String-Wildcard-Bash.changes b/perl-String-Wildcard-Bash.changes index 7111fbd..0c5c881 100644 --- a/perl-String-Wildcard-Bash.changes +++ b/perl-String-Wildcard-Bash.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Aug 7 03:07:10 UTC 2022 - Tina Müller + +- updated to 0.044 + see /usr/share/doc/packages/perl-String-Wildcard-Bash/Changes + + 0.044 2022-08-06 Released-By: PERLANCAR; Urgency: medium + - Add functions: + contains_{brace,joker,class,qmark,glob,globstar}_wildcard. + - [function convert_wildcard_to_re] Add option: path_separator. + - [function convert_wildcard_to_re] Add option: globstar. + - Better compliance with bash: joker/glob does not match across + subdirectory level, e.g. '*' matches 'aaa' but not 'aaa/bbb'. + - [bugfix] Fix parameter passed to recursive + convert_wildcard_to_re(). + ------------------------------------------------------------------- Wed Oct 28 15:56:42 UTC 2020 - Dirk Stoecker diff --git a/perl-String-Wildcard-Bash.spec b/perl-String-Wildcard-Bash.spec index b54cb49..28bdb43 100644 --- a/perl-String-Wildcard-Bash.spec +++ b/perl-String-Wildcard-Bash.spec @@ -1,7 +1,7 @@ # # spec file for package perl-String-Wildcard-Bash # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,16 @@ # -Name: perl-String-Wildcard-Bash -Version: 0.043 -Release: 0 %define cpan_name String-Wildcard-Bash -Summary: Bash wildcard string routines +Name: perl-String-Wildcard-Bash +Version: 0.044 +Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +Summary: Bash wildcard string routines 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 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Exception) @@ -37,11 +36,11 @@ BuildRequires: perl(Test::More) >= 0.98 Bash wildcard string routines %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -52,7 +51,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE