From a9ecc7cdcf3d4c2fdd52a9fe782ca691ec6770782a0e3b2ab59809ce590d2041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Fri, 9 Apr 2021 15:41:23 +0000 Subject: [PATCH] Accepting request 882131 from devel:languages:perl:autoupdate - updated to 1.32 see /usr/share/doc/packages/perl-String-Util/Changes 1.32 2021-03-26 14:06:00 PDT 1.32 2021-03-26 09:27:35 PDT - Per bug reports, trim(undef) will return undef - Add a custom separtor option to sanitize OBS-URL: https://build.opensuse.org/request/show/882131 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Util?expand=0&rev=6 --- String-Util-1.31.tar.gz | 3 --- String-Util-1.32.tar.gz | 3 +++ perl-String-Util.changes | 11 +++++++++++ perl-String-Util.spec | 13 +++++-------- 4 files changed, 19 insertions(+), 11 deletions(-) delete mode 100644 String-Util-1.31.tar.gz create mode 100644 String-Util-1.32.tar.gz diff --git a/String-Util-1.31.tar.gz b/String-Util-1.31.tar.gz deleted file mode 100644 index 6506afc..0000000 --- a/String-Util-1.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbbc9a7ea40c83294e042bb3b9deb1ef52cc91a0d48327b5442e1c4f80dfd26d -size 23401 diff --git a/String-Util-1.32.tar.gz b/String-Util-1.32.tar.gz new file mode 100644 index 0000000..226b827 --- /dev/null +++ b/String-Util-1.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f29992a3a01fc91cb1c366e85aa7c4951762017b203650fc33c2e6ea2d994ff +size 23870 diff --git a/perl-String-Util.changes b/perl-String-Util.changes index eb53046..660ef9b 100644 --- a/perl-String-Util.changes +++ b/perl-String-Util.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Mar 27 03:09:02 UTC 2021 - Tina Müller + +- updated to 1.32 + see /usr/share/doc/packages/perl-String-Util/Changes + + 1.32 2021-03-26 14:06:00 PDT + 1.32 2021-03-26 09:27:35 PDT + - Per bug reports, trim(undef) will return undef + - Add a custom separtor option to sanitize + ------------------------------------------------------------------- Tue Jul 28 09:53:49 UTC 2020 - Tina Müller diff --git a/perl-String-Util.spec b/perl-String-Util.spec index b7d287f..23de30d 100644 --- a/perl-String-Util.spec +++ b/perl-String-Util.spec @@ -1,7 +1,7 @@ # # spec file for package perl-String-Util # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-String-Util -Version: 1.31 -Release: 0 %define cpan_name String-Util +Name: perl-String-Util +Version: 1.32 +Release: 0 Summary: String processing utility functions License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/B/BA/BAKERSCOT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Module::Build::Tiny) >= 0.034 @@ -39,7 +37,7 @@ String::Util provides a collection of small, handy functions for processing strings in various ways. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Build.PL --installdirs=vendor @@ -53,7 +51,6 @@ perl Build.PL --installdirs=vendor %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes docs README %license LICENSE