Hello community, here is the log from the commit of package perl-LWP-Online for openSUSE:Factory checked in at 2017-10-03 23:19:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-LWP-Online (Old) and /work/SRC/openSUSE:Factory/.perl-LWP-Online.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-LWP-Online" Tue Oct 3 23:19:25 2017 rev:11 rq:530775 version:1.08 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-LWP-Online/perl-LWP-Online.changes 2014-05-22 06:57:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-LWP-Online.new/perl-LWP-Online.changes 2017-10-03 23:19:25.952284958 +0200 @@ -1,0 +2,5 @@ +Tue Oct 3 08:15:38 UTC 2017 - [email protected] + +- patch the Makefile to build with perl 5.26 + +------------------------------------------------------------------- New: ---- cpanspec.yml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-LWP-Online.spec ++++++ --- /var/tmp/diff_new_pack.dfiT3V/_old 2017-10-03 23:19:26.504207285 +0200 +++ /var/tmp/diff_new_pack.dfiT3V/_new 2017-10-03 23:19:26.512206159 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-LWP-Online # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -21,20 +21,19 @@ Release: 0 %define cpan_name LWP-Online Summary: Does your process have access to the web -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/LWP-Online/ -Source: http://www.cpan.org/authors/id/A/AD/ADAMK/LWP-Online-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/A/AD/ADAMK/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(LWP::Simple) -BuildRequires: perl(Test::More) >= 0.42 -BuildRequires: perl(URI) -Requires: perl(LWP::Simple) -Requires: perl(URI) +BuildRequires: perl(LWP::Simple) >= 5.805 +BuildRequires: perl(URI) >= 1.35 +Requires: perl(LWP::Simple) >= 5.805 +Requires: perl(URI) >= 1.35 %{perl_requires} %description @@ -73,6 +72,9 @@ %prep %setup -q -n %{cpan_name}-%{version} +# MANUAL BEGIN +sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL +# MANUAL END %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -86,11 +88,9 @@ %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) -%doc %attr(-,root,root) Changes LICENSE README +%doc Changes README +%license LICENSE %changelog ++++++ cpanspec.yml ++++++ --- post_prep: sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse inc::Module::Install/' Makefile.PL
