Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-WWW-Shorten for
openSUSE:Factory checked in at 2021-03-18 22:54:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-WWW-Shorten (Old)
and /work/SRC/openSUSE:Factory/.perl-WWW-Shorten.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-WWW-Shorten"
Thu Mar 18 22:54:35 2021 rev:12 rq:879435 version:3.094
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-WWW-Shorten/perl-WWW-Shorten.changes
2016-04-22 16:24:05.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-WWW-Shorten.new.2401/perl-WWW-Shorten.changes
2021-03-18 22:54:41.303514490 +0100
@@ -1,0 +2,6 @@
+Sat Mar 13 03:10:47 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 3.094
+ see /usr/share/doc/packages/perl-WWW-Shorten/Changes
+
+-------------------------------------------------------------------
Old:
----
WWW-Shorten-3.093.tar.gz
New:
----
WWW-Shorten-3.094.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-WWW-Shorten.spec ++++++
--- /var/tmp/diff_new_pack.s55Bc3/_old 2021-03-18 22:54:41.903515139 +0100
+++ /var/tmp/diff_new_pack.s55Bc3/_new 2021-03-18 22:54:41.907515143 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-WWW-Shorten
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,22 +12,20 @@
# 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 WWW-Shorten
Name: perl-WWW-Shorten
-Version: 3.093
+Version: 3.094
Release: 0
-%define cpan_name WWW-Shorten
Summary: Interface to URL shortening sites
-License: Artistic-1.0 or GPL-1.0+
-Group: Development/Libraries/Perl
-Url: http://search.cpan.org/dist/WWW-Shorten/
-Source0:
http://www.cpan.org/authors/id/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz
+License: Artistic-1.0 OR GPL-1.0-or-later
+URL: https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Getopt::Long) >= 2.4
@@ -43,40 +41,17 @@
A Perl interface to various services that shorten URLs. These sites
maintain databases of long URLs, each of which has a unique identifier.
-# DEPRECATION NOTICE
-
-The following shorten services have been deprecated as the endpoints no
-longer exist or function:
-
- * WWW::Shorten::LinkToolbot
-
- * WWW::Shorten::Linkz
-
- * WWW::Shorten::MakeAShorterLink
-
- * WWW::Shorten::Metamark
-
- * WWW::Shorten::TinyClick
-
- * WWW::Shorten::Tinylink
-
- * WWW::Shorten::Qurl
-
- * WWW::Shorten::Qwer
-
-When version '3.100' is released, these deprecated services will not be
-part of the distribution.
-
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{version}
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+%make_build
%check
# MANUAL no testing (needs network)
-#%{__make} test
+#make test
%install
%perl_make_install
@@ -84,7 +59,7 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
-%doc Changes LICENSE README.md
+%doc Changes README
+%license LICENSE
%changelog
++++++ WWW-Shorten-3.093.tar.gz -> WWW-Shorten-3.094.tar.gz ++++++
++++ 1669 lines of diff (skipped)