Hello community,
here is the log from the commit of package perl-Module-Install-ExtraTests for
openSUSE:Factory checked in at 2017-10-03 23:19:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Install-ExtraTests (Old)
and /work/SRC/openSUSE:Factory/.perl-Module-Install-ExtraTests.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Module-Install-ExtraTests"
Tue Oct 3 23:19:28 2017 rev:13 rq:530776 version:0.008
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Module-Install-ExtraTests/perl-Module-Install-ExtraTests.changes
2013-06-06 12:21:47.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Module-Install-ExtraTests.new/perl-Module-Install-ExtraTests.changes
2017-10-03 23:19:29.463790776 +0200
@@ -1,0 +2,5 @@
+Tue Oct 3 08:16:05 UTC 2017 - [email protected]
+
+- patch the Makefile to build with perl 5.26
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Module-Install-ExtraTests.spec ++++++
--- /var/tmp/diff_new_pack.go4h2p/_old 2017-10-03 23:19:30.223683834 +0200
+++ /var/tmp/diff_new_pack.go4h2p/_new 2017-10-03 23:19:30.227683272 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Install-ExtraTests
#
-# Copyright (c) 2013 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
@@ -20,22 +20,16 @@
Version: 0.008
Release: 0
%define cpan_name Module-Install-ExtraTests
-Summary: Contextual tests that the harness can ignore
+Summary: Contextual Tests That the Harness Can Ignore
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-Install-ExtraTests/
-Source:
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
%{perl_requires}
%description
@@ -43,6 +37,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
@@ -58,6 +55,7 @@
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes LICENSE MYMETA.json MYMETA.yml 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