diff --git a/perl-Encode-HanExtra.changes b/perl-Encode-HanExtra.changes index c6ae472..fa2b5f2 100644 --- a/perl-Encode-HanExtra.changes +++ b/perl-Encode-HanExtra.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 23 15:03:00 UTC 2017 - coolo@suse.com + +- compile with perl 5.26 by patching the Makefile + ------------------------------------------------------------------- Tue Feb 3 15:32:50 CET 2015 - tiwai@suse.de diff --git a/perl-Encode-HanExtra.spec b/perl-Encode-HanExtra.spec index 17bdefd..b2deeb4 100644 --- a/perl-Encode-HanExtra.spec +++ b/perl-Encode-HanExtra.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Encode-HanExtra # -# 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 @@ -41,17 +41,12 @@ complete coverage will easily increase the size of perl distribution by several megabytes; hence, this CPAN module tries to provide the rest of them. - - -Authors: --------- - Autrijus Tang - %prep %setup -q -n Encode-HanExtra-%{version} %patch1 -p1 %build +sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL make %{?_smp_mflags}