From 8e67d5406d3f2c11b5e17a60d211dbc3d25eb275b2e59e344f1c437ad15eeff6 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 4 Jan 2023 15:38:03 +0000 Subject: [PATCH] Accepting request 1046391 from devel:languages:perl:autoupdate - updated to 1.100603 see /usr/share/doc/packages/perl-String-Truncate/Changes 1.100603 2022-12-31 15:48:46-05:00 America/New_York - update packaging and metadata - minimum required Perl is now v5.12 - updated to 1.100602 typo fixes (thanks, David Steinbrunner) - updated to 1.100601 update bugtracker and repo metadata - patch license to follow spdx.org standard - regenerate with newer cpanspec - update to version 1.100600 fix documention: the argument is "truncate" not "elite" (thanks for the report, Tommy Stanton!) - initial package 1.100570 * created by cpanspec 1.78.03 OBS-URL: https://build.opensuse.org/request/show/1046391 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Truncate?expand=0&rev=13 --- String-Truncate-1.100602.tar.gz | 3 --- String-Truncate-1.100603.tar.gz | 3 +++ perl-String-Truncate.changes | 10 ++++++++++ perl-String-Truncate.spec | 33 ++++++++++++++++----------------- 4 files changed, 29 insertions(+), 20 deletions(-) delete mode 100644 String-Truncate-1.100602.tar.gz create mode 100644 String-Truncate-1.100603.tar.gz diff --git a/String-Truncate-1.100602.tar.gz b/String-Truncate-1.100602.tar.gz deleted file mode 100644 index f961709..0000000 --- a/String-Truncate-1.100602.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aaa3d4eec01136921484139133eb75d5c571fe51b0ad329f089e6d469a235f6e -size 16889 diff --git a/String-Truncate-1.100603.tar.gz b/String-Truncate-1.100603.tar.gz new file mode 100644 index 0000000..f40df7b --- /dev/null +++ b/String-Truncate-1.100603.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab45602cce2dd9515edfbb2e6e5cde19cdd5498d61a23afd8c46c1f11f8eec62 +size 19860 diff --git a/perl-String-Truncate.changes b/perl-String-Truncate.changes index 96d9093..93067ea 100644 --- a/perl-String-Truncate.changes +++ b/perl-String-Truncate.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 2 03:18:48 UTC 2023 - Tina Müller + +- updated to 1.100603 + see /usr/share/doc/packages/perl-String-Truncate/Changes + + 1.100603 2022-12-31 15:48:46-05:00 America/New_York + - update packaging and metadata + - minimum required Perl is now v5.12 + ------------------------------------------------------------------- Mon Sep 15 15:15:08 UTC 2014 - coolo@suse.com diff --git a/perl-String-Truncate.spec b/perl-String-Truncate.spec index d63f60a..75b21b0 100644 --- a/perl-String-Truncate.spec +++ b/perl-String-Truncate.spec @@ -1,7 +1,7 @@ # # spec file for package perl-String-Truncate # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,23 +12,22 @@ # 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-Truncate -Version: 1.100602 -Release: 0 %define cpan_name String-Truncate -Summary: a module for when strings are too long to be displayed in... -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/String-Truncate/ -Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Name: perl-String-Truncate +Version: 1.100603 +Release: 0 +License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Module for when strings are too long to be displayed in.. +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78 BuildRequires: perl(Sub::Exporter) >= 0.953 BuildRequires: perl(Sub::Exporter::Util) BuildRequires: perl(Sub::Install) >= 0.03 @@ -42,14 +41,14 @@ Requires: perl(Sub::Install) >= 0.03 a module for when strings are too long to be displayed in... %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{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 @@ -57,7 +56,7 @@ a module for when strings are too long to be displayed in... %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog