Hello community,
here is the log from the commit of package perl-Class-C3-Componentised for
openSUSE:Factory checked in at 2017-10-03 23:18:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-C3-Componentised (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-C3-Componentised.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-C3-Componentised"
Tue Oct 3 23:18:59 2017 rev:6 rq:530714 version:1.001000
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Class-C3-Componentised/perl-Class-C3-Componentised.changes
2012-01-24 12:20:15.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Class-C3-Componentised.new/perl-Class-C3-Componentised.changes
2017-10-03 23:18:59.635988519 +0200
@@ -1,0 +2,5 @@
+Tue Oct 3 08:11:56 UTC 2017 - [email protected]
+
+- patch the Makefile to build with perl 5.26
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-C3-Componentised.spec ++++++
--- /var/tmp/diff_new_pack.R5085F/_old 2017-10-03 23:19:00.283897337 +0200
+++ /var/tmp/diff_new_pack.R5085F/_new 2017-10-03 23:19:00.283897337 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-C3-Componentised
#
-# Copyright (c) 2012 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
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: perl-Class-C3-Componentised
Version: 1.001000
Release: 0
@@ -23,7 +24,8 @@
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Class-C3-Componentised/
-Source:
http://www.cpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -43,6 +45,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