forked from pool/perl-String-Util
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbbc9a7ea40c83294e042bb3b9deb1ef52cc91a0d48327b5442e1c4f80dfd26d
|
||||
size 23401
|
3
String-Util-1.32.tar.gz
Normal file
3
String-Util-1.32.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f29992a3a01fc91cb1c366e85aa7c4951762017b203650fc33c2e6ea2d994ff
|
||||
size 23870
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 27 03:09:02 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user