Hello community, here is the log from the commit of package perl-WWW-Shorten for openSUSE:Factory checked in at 2016-04-22 16:24:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-WWW-Shorten (Old) and /work/SRC/openSUSE:Factory/.perl-WWW-Shorten.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-WWW-Shorten" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-WWW-Shorten/perl-WWW-Shorten.changes 2015-12-17 15:55:00.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-WWW-Shorten.new/perl-WWW-Shorten.changes 2016-04-22 16:24:05.000000000 +0200 @@ -1,0 +2,12 @@ +Mon Apr 4 10:39:13 UTC 2016 - coolo@suse.com + +- updated to 3.093 + see /usr/share/doc/packages/perl-WWW-Shorten/Changes + +------------------------------------------------------------------- +Mon Mar 21 12:13:54 UTC 2016 - coolo@suse.com + +- updated to 3.092 + see /usr/share/doc/packages/perl-WWW-Shorten/Changes + +------------------------------------------------------------------- Old: ---- WWW-Shorten-3.08.tar.gz New: ---- WWW-Shorten-3.093.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-WWW-Shorten.spec ++++++ --- /var/tmp/diff_new_pack.ytKIxx/_old 2016-04-22 16:24:06.000000000 +0200 +++ /var/tmp/diff_new_pack.ytKIxx/_new 2016-04-22 16:24:06.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-WWW-Shorten # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,56 +17,74 @@ Name: perl-WWW-Shorten -Version: 3.08 +Version: 3.093 Release: 0 %define cpan_name WWW-Shorten Summary: Interface to URL shortening sites -License: Artistic-2.0 +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/D/DA/DAVECROSS/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.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(Config::Auto) -BuildRequires: perl(LWP) >= 5.75 -BuildRequires: perl(LWP::UserAgent) >= 2.023 -BuildRequires: perl(Module::Build) >= 0.420000 -BuildRequires: perl(URI) >= 1.27 -Requires: perl(Config::Auto) -Requires: perl(LWP) >= 5.75 -Requires: perl(LWP::UserAgent) >= 2.023 -Requires: perl(URI) >= 1.27 +BuildRequires: perl(Getopt::Long) >= 2.4 +BuildRequires: perl(LWP::UserAgent) >= 5.835 +BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Try::Tiny) >= 0.24 +Requires: perl(Getopt::Long) >= 2.4 +Requires: perl(LWP::UserAgent) >= 5.835 +Requires: perl(Try::Tiny) >= 0.24 %{perl_requires} %description -The function 'makeashorterlink' will call the relevant web site passing it -your long URL and will return the shorter version. +A Perl interface to various services that shorten URLs. These sites +maintain databases of long URLs, each of which has a unique identifier. -The function 'makealongerlink' does the reverse. 'makealongerlink' will -accept as an argument either the full shortened URL or just the identifier. +# DEPRECATION NOTICE -If anything goes wrong, then either function will return 'undef'. +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} %build -%{__perl} Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check # MANUAL no testing (needs network) -#./Build test +#%{__make} test %install -./Build install destdir=%{buildroot} create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) -%doc Artistic AUTHORS ChangeLog.SPOON Changes CREDITS LICENCE README TODO +%doc Changes LICENSE README.md %changelog ++++++ WWW-Shorten-3.08.tar.gz -> WWW-Shorten-3.093.tar.gz ++++++ ++++ 5640 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de