Hello community,
here is the log from the commit of package perl-Class-Method-Modifiers-Fast for
openSUSE:Factory checked in at 2017-10-17 01:52:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers-Fast (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers-Fast.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-Method-Modifiers-Fast"
Tue Oct 17 01:52:32 2017 rev:10 rq:534086 version:0.041
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Class-Method-Modifiers-Fast/perl-Class-Method-Modifiers-Fast.changes
2012-06-26 17:15:15.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-Method-Modifiers-Fast.new/perl-Class-Method-Modifiers-Fast.changes
2017-10-17 01:52:37.310142750 +0200
@@ -1,0 +2,5 @@
+Thu Oct 12 05:44:16 UTC 2017 - [email protected]
+
+- Fix build with perl 5.26
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-Method-Modifiers-Fast.spec ++++++
--- /var/tmp/diff_new_pack.u29yEH/_old 2017-10-17 01:52:38.174102281 +0200
+++ /var/tmp/diff_new_pack.u29yEH/_new 2017-10-17 01:52:38.178102094 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-Method-Modifiers-Fast
#
-# 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
@@ -20,18 +20,19 @@
Version: 0.041
Release: 0
%define cpan_name Class-Method-Modifiers-Fast
-Summary: provides Moose-like method modifiers
+Summary: Provides Moose-Like Method Modifiers
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Class-Method-Modifiers-Fast/
-Source:
http://www.cpan.org/authors/id/K/KI/KITANO/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/K/KI/KITANO/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::Util) >= 0.55
-BuildRequires: perl(Sub::Uplevel)
Requires: perl(Data::Util) >= 0.55
+BuildRequires: perl(Sub::Uplevel)
%{perl_requires}
%description
@@ -47,6 +48,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
preamble: |-
BuildRequires: perl(Sub::Uplevel)