Hello community,
here is the log from the commit of package perl-Test-Mock-LWP for
openSUSE:Factory checked in at 2017-10-03 23:19:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Mock-LWP (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-Mock-LWP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-Mock-LWP"
Tue Oct 3 23:19:54 2017 rev:3 rq:530789 version:0.08
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Mock-LWP/perl-Test-Mock-LWP.changes
2014-03-21 12:15:18.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-Mock-LWP.new/perl-Test-Mock-LWP.changes
2017-10-03 23:19:55.404140135 +0200
@@ -1,0 +2,5 @@
+Tue Oct 3 08:21:35 UTC 2017 - [email protected]
+
+- patch the Makefile to build with perl 5.26
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-Mock-LWP.spec ++++++
--- /var/tmp/diff_new_pack.swOUvn/_old 2017-10-03 23:19:55.932065839 +0200
+++ /var/tmp/diff_new_pack.swOUvn/_new 2017-10-03 23:19:55.936065276 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Mock-LWP
#
-# 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
@@ -24,7 +24,8 @@
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Mock-LWP/
-Source:
http://www.cpan.org/authors/id/L/LU/LUKEC/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/L/LU/LUKEC/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -41,6 +42,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
++++++ cpanspec.yml ++++++
---
post_prep:
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse
inc::Module::Install/' Makefile.PL