From cd2456bb9d0662abcbafa4136b3fa8a5848e8f08700e0de52740b5b0f09ca37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Tue, 31 Dec 2024 00:23:45 +0000 Subject: [PATCH] - 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 --- .gitattributes | 23 +++++++++++++++ .gitignore | 1 + String-Util-1.34.tar.gz | 3 ++ String-Util-1.35.tar.gz | 3 ++ cpanspec.yml | 20 ++++++++++++++ perl-String-Util.changes | 47 +++++++++++++++++++++++++++++++ perl-String-Util.spec | 60 ++++++++++++++++++++++++++++++++++++++++ 7 files changed, 157 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 String-Util-1.34.tar.gz create mode 100644 String-Util-1.35.tar.gz create mode 100644 cpanspec.yml create mode 100644 perl-String-Util.changes create mode 100644 perl-String-Util.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/String-Util-1.34.tar.gz b/String-Util-1.34.tar.gz new file mode 100644 index 0000000..d1a4e57 --- /dev/null +++ b/String-Util-1.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319ce8cd665341e56521fa155d962a19328e90d9f7036765925ccde26725c469 +size 22176 diff --git a/String-Util-1.35.tar.gz b/String-Util-1.35.tar.gz new file mode 100644 index 0000000..ed33767 --- /dev/null +++ b/String-Util-1.35.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e089dc4aa714c4801b359df6546f265bad392ca2380309c8900e45b4668bb76e +size 17216 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-String-Util.changes b/perl-String-Util.changes new file mode 100644 index 0000000..14a89f0 --- /dev/null +++ b/perl-String-Util.changes @@ -0,0 +1,47 @@ +------------------------------------------------------------------- +Thu Sep 5 05:32:20 UTC 2024 - Tina Müller + +- 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 + +- updated to 1.34 + see /usr/share/doc/packages/perl-String-Util/Changes + +------------------------------------------------------------------- +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 + +- 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 + diff --git a/perl-String-Util.spec b/perl-String-Util.spec new file mode 100644 index 0000000..1ac9baa --- /dev/null +++ b/perl-String-Util.spec @@ -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