8
0

- updated to 1.350.0 (1.35)

see /usr/share/doc/packages/perl-String-Util/Changes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Util?expand=0&rev=10
This commit is contained in:
2024-12-31 00:23:45 +00:00
committed by Git OBS Bridge
commit cd2456bb9d
7 changed files with 157 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

3
String-Util-1.34.tar.gz Normal file
View File

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

3
String-Util-1.35.tar.gz Normal file
View File

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

20
cpanspec.yml Normal file
View File

@@ -0,0 +1,20 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#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_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

47
perl-String-Util.changes Normal file
View File

@@ -0,0 +1,47 @@
-------------------------------------------------------------------
Thu Sep 5 05:32:20 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.350.0 (1.35)
see /usr/share/doc/packages/perl-String-Util/Changes
-------------------------------------------------------------------
Thu Feb 2 03:09:37 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.34
see /usr/share/doc/packages/perl-String-Util/Changes
-------------------------------------------------------------------
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>
- updated to 1.31
see /usr/share/doc/packages/perl-String-Util/Changes
-------------------------------------------------------------------
Sat Oct 8 16:47:51 UTC 2016 - coolo@suse.com
- updated to 1.26
see /usr/share/doc/packages/perl-String-Util/Changes
-------------------------------------------------------------------
Fri Apr 17 17:53:21 UTC 2015 - coolo@suse.com
- updated to 1.24
see /usr/share/doc/packages/perl-String-Util/Changes
-------------------------------------------------------------------
Wed Sep 28 14:26:07 UTC 2011 - coolo@suse.com
- initial package 1.01
* created by cpanspec 1.78.06

60
perl-String-Util.spec Normal file
View File

@@ -0,0 +1,60 @@
#
# spec file for package perl-String-Util
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define cpan_name String-Util
Name: perl-String-Util
Version: 1.350.0
Release: 0
# 1.35 -> normalize -> 1.350.0
%define cpan_version 1.35
License: MIT
Summary: String processing utility functions
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BA/BAKERSCOT/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(String::Util) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
*String::Util* provides a collection of small, handy functions for
processing strings in various ways.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README.md
%license LICENSE
%changelog