8
0

Compare commits

...

10 Commits

Author SHA256 Message Date
3ac228ccc0 Accepting request 1233985 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1233985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Util?expand=0&rev=4
2025-01-01 22:07:42 +00:00
0f56353ffb Accepting request 1203086 from devel:languages:perl:autoupdate
- updated to 1.350.0 (1.35)
   see /usr/share/doc/packages/perl-String-Util/Changes

OBS-URL: https://build.opensuse.org/request/show/1203086
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Util?expand=0&rev=10
2024-12-31 00:23:45 +00:00
143e75840c Accepting request 1065567 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1065567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Util?expand=0&rev=3
2023-02-14 15:47:15 +00:00
05313ca6bc Accepting request 1065504 from devel:languages:perl:autoupdate
- updated to 1.34
   see /usr/share/doc/packages/perl-String-Util/Changes

OBS-URL: https://build.opensuse.org/request/show/1065504
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Util?expand=0&rev=8
2023-02-13 19:04:48 +00:00
25aacf19f7 Accepting request 884097 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/884097
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Util?expand=0&rev=2
2021-04-12 10:36:40 +00:00
a9ecc7cdcf 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
2021-04-09 15:41:23 +00:00
1c5d0596f1 Accepting request 843871 from devel:languages:perl
Needed for https://build.opensuse.org/request/show/843870

OBS-URL: https://build.opensuse.org/request/show/843871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-String-Util?expand=0&rev=1
2020-10-26 15:20:10 +00:00
54cdf17c3e Accepting request 823121 from devel:languages:perl:autoupdate
- updated to 1.31
   see /usr/share/doc/packages/perl-String-Util/Changes

OBS-URL: https://build.opensuse.org/request/show/823121
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Util?expand=0&rev=4
2020-07-28 13:48:16 +00:00
Stephan Kulow
6d3bf41892 Accepting request 449779 from devel:languages:perl:autoupdate
- updated to 1.26
   see /usr/share/doc/packages/perl-String-Util/Changes

OBS-URL: https://build.opensuse.org/request/show/449779
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Util?expand=0&rev=3
2017-01-12 11:02:12 +00:00
Stephan Kulow
96a184d0a8 Accepting request 297833 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/297833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Util?expand=0&rev=2
2015-04-17 18:32:27 +00:00
5 changed files with 86 additions and 26 deletions

View File

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

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

View File

@@ -1,3 +1,44 @@
-------------------------------------------------------------------
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

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-String-Util
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@@ -12,42 +12,41 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-String-Util
Version: 1.01
Release: 1
License: CHECK(GPL+ or Artistic)
%define cpan_name String-Util
Summary: String::Util Perl module
Url: http://search.cpan.org/dist/String-Util/
Group: Development/Libraries/Perl
Source: http://www.cpan.org/authors/id/M/MI/MIKO/%{cpan_name}-%{version}.tar.gz
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Debug::ShowStuff) >= 1.1
#BuildRequires: perl(String::Util)
Requires: perl(Debug::ShowStuff) >= 1.1
Provides: perl(String::Util) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
String::Util provides a collection of small, handy utilities for processing
strings.
*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}-%{cpan_version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -55,7 +54,7 @@ strings.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc README
%doc Changes README.md
%license LICENSE
%changelog