Hello community,
here is the log from the commit of package perl-Class-Accessor-Lite for
openSUSE:Factory checked in at 2017-10-03 23:18:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Accessor-Lite (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-Accessor-Lite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Accessor-Lite"
Tue Oct 3 23:18:29 2017 rev:7 rq:530644 version:0.08
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Class-Accessor-Lite/perl-Class-Accessor-Lite.changes
2015-05-10 10:47:12.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-Accessor-Lite.new/perl-Class-Accessor-Lite.changes
2017-10-03 23:18:31.411960572 +0200
@@ -1,0 +2,5 @@
+Tue Oct 3 03:19:46 UTC 2017 - [email protected]
+
+- patch makefile to build with perl 5.26
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-Accessor-Lite.spec ++++++
--- /var/tmp/diff_new_pack.iqpCqX/_old 2017-10-03 23:18:32.027873893 +0200
+++ /var/tmp/diff_new_pack.iqpCqX/_new 2017-10-03 23:18:32.027873893 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Accessor-Lite
#
-# Copyright (c) 2015 SUSE LINUX 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,7 @@
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Class-Accessor-Lite/
-Source0:
http://www.cpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/K/KA/KAZUHO/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -39,6 +39,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 ++++++
--- /var/tmp/diff_new_pack.iqpCqX/_old 2017-10-03 23:18:32.079866576 +0200
+++ /var/tmp/diff_new_pack.iqpCqX/_new 2017-10-03 23:18:32.083866012 +0200
@@ -9,9 +9,8 @@
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
-#post_prep: |-
-# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
-# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
+post_prep: |-
+ sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse
inc::Module::Install;/' Makefile.PL
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree