Hello community,
here is the log from the commit of package perl-HTTP-Parser-XS for
openSUSE:Factory checked in at 2017-10-03 23:19:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTTP-Parser-XS (Old)
and /work/SRC/openSUSE:Factory/.perl-HTTP-Parser-XS.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-HTTP-Parser-XS"
Tue Oct 3 23:19:03 2017 rev:2 rq:530756 version:0.17
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTTP-Parser-XS/perl-HTTP-Parser-XS.changes
2016-03-08 09:38:45.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-HTTP-Parser-XS.new/perl-HTTP-Parser-XS.changes
2017-10-03 23:19:04.739270320 +0200
@@ -1,0 +2,5 @@
+Tue Oct 3 08:15:10 UTC 2017 - [email protected]
+
+- patch the Makefile to build with perl 5.26
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-HTTP-Parser-XS.spec ++++++
--- /var/tmp/diff_new_pack.piBAwU/_old 2017-10-03 23:19:06.151071633 +0200
+++ /var/tmp/diff_new_pack.piBAwU/_new 2017-10-03 23:19:06.151071633 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-HTTP-Parser-XS
#
-# 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
@@ -20,11 +20,12 @@
Version: 0.17
Release: 0
%define cpan_name HTTP-Parser-XS
-Summary: a fast, primitive HTTP request parser
+Summary: Fast, Primitive Http Request Parser
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/HTTP-Parser-XS/
-Source:
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -45,6 +46,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 OPTIMIZE="%{optflags}"
++++++ cpanspec.yml ++++++
---
post_prep:
sed -i -e 's/use inc::Module::Install/use lib q[.];\nuse
inc::Module::Install/' Makefile.PL