Hello community, here is the log from the commit of package perl-IRI for openSUSE:Factory checked in at 2017-10-03 23:18:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-IRI (Old) and /work/SRC/openSUSE:Factory/.perl-IRI.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-IRI" Tue Oct 3 23:18:44 2017 rev:4 rq:530694 version:0.006 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-IRI/perl-IRI.changes 2016-11-07 12:22:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-IRI.new/perl-IRI.changes 2017-10-03 23:18:46.993767696 +0200 @@ -1,0 +2,5 @@ +Tue Oct 3 07:28:41 UTC 2017 - [email protected] + +- patch the Makefile to build with perl 5.26 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-IRI.spec ++++++ --- /var/tmp/diff_new_pack.gracu4/_old 2017-10-03 23:18:47.665673137 +0200 +++ /var/tmp/diff_new_pack.gracu4/_new 2017-10-03 23:18:47.673672011 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-IRI # -# Copyright (c) 2016 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,8 @@ License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/IRI/ -Source0: http://www.cpan.org/authors/id/G/GW/GWILLIAMS/%{cpan_name}-%{version}.tar.gz +#Source0: https://cpan.metacpan.org/authors/id/G/GW/GWILLIAMS/%{cpan_name}-0.008.tar.gz +Source0: IRI-0.006.tar.gz Source1: cpanspec.yml Patch0: fix-package.diff BuildArch: noarch @@ -51,6 +52,9 @@ %prep %setup -q -n %{cpan_name}-%{version} %patch0 -p1 +# 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.gracu4/_old 2017-10-03 23:18:47.717665819 +0200 +++ /var/tmp/diff_new_pack.gracu4/_new 2017-10-03 23:18:47.717665819 +0200 @@ -1,27 +1,6 @@ --- -#description_paragraphs: 3 -#description: |- -# override description from CPAN -#summary: override summary from CPAN -#no_testing: broken upstream -#sources: -# - source1 -# - source2 patches: fix-package.diff: -p1 -#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_build: |- -# rm unused.files -#post_install: |- -# sed on %{name}.files -#license: SUSE-NonFree -#skip_noarch: 1 -#custom_build: |- -#./Build build flags=%{?_smp_mflags} --myflag -#custom_test: |- -#startserver && make test -#ignore_requires: Bizarre::Module +post_prep: + sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL +
