Hello community,
here is the log from the commit of package perl-MooseX-TransactionalMethods for
openSUSE:Factory checked in at 2017-10-03 23:19:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-TransactionalMethods (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-TransactionalMethods.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-TransactionalMethods"
Tue Oct 3 23:19:37 2017 rev:7 rq:530781 version:0.009
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-TransactionalMethods/perl-MooseX-TransactionalMethods.changes
2015-04-15 16:26:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-TransactionalMethods.new/perl-MooseX-TransactionalMethods.changes
2017-10-03 23:19:37.926599786 +0200
@@ -1,0 +2,5 @@
+Tue Oct 3 08:18:30 UTC 2017 - [email protected]
+
+- patch the Makefile to build with perl 5.26
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-TransactionalMethods.spec ++++++
--- /var/tmp/diff_new_pack.Yf4QRl/_old 2017-10-03 23:19:38.450526053 +0200
+++ /var/tmp/diff_new_pack.Yf4QRl/_new 2017-10-03 23:19:38.454525489 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-TransactionalMethods
#
-# 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,8 @@
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-TransactionalMethods/
-Source:
http://www.cpan.org/authors/id/M/MJ/MJG/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/M/MJ/MJG/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -43,6 +44,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