Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-String-Truncate for
openSUSE:Factory checked in at 2023-01-04 17:54:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-String-Truncate (Old)
and /work/SRC/openSUSE:Factory/.perl-String-Truncate.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-String-Truncate"
Wed Jan 4 17:54:02 2023 rev:13 rq:1055892 version:1.100603
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-String-Truncate/perl-String-Truncate.changes
2014-09-17 17:26:01.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-String-Truncate.new.1563/perl-String-Truncate.changes
2023-01-04 17:54:47.606956352 +0100
@@ -1,0 +2,10 @@
+Mon Jan 2 03:18:48 UTC 2023 - Tina Müller <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
String-Truncate-1.100602.tar.gz
New:
----
String-Truncate-1.100603.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-String-Truncate.spec ++++++
--- /var/tmp/diff_new_pack.ZKu6eq/_old 2023-01-04 17:54:47.990958614 +0100
+++ /var/tmp/diff_new_pack.ZKu6eq/_new 2023-01-04 17:54:47.994958639 +0100
@@ -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/
#
+%define cpan_name String-Truncate
Name: perl-String-Truncate
-Version: 1.100602
+Version: 1.100603
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
+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 @@
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 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
%changelog
++++++ String-Truncate-1.100602.tar.gz -> String-Truncate-1.100603.tar.gz ++++++
++++ 2017 lines of diff (skipped)