Hello community,
here is the log from the commit of package perl-MooseX-LogDispatch for
openSUSE:Factory checked in at 2017-10-03 23:19:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooseX-LogDispatch (Old)
and /work/SRC/openSUSE:Factory/.perl-MooseX-LogDispatch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MooseX-LogDispatch"
Tue Oct 3 23:19:33 2017 rev:6 rq:530779 version:1.2002
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MooseX-LogDispatch/perl-MooseX-LogDispatch.changes
2012-01-04 07:27:35.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-MooseX-LogDispatch.new/perl-MooseX-LogDispatch.changes
2017-10-03 23:19:34.667058508 +0200
@@ -1,0 +2,5 @@
+Tue Oct 3 08:17:57 UTC 2017 - [email protected]
+
+- patch the Makefile to build with perl 5.26
+
+-------------------------------------------------------------------
New:
----
cpanspec.yml
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MooseX-LogDispatch.spec ++++++
--- /var/tmp/diff_new_pack.J78yLY/_old 2017-10-03 23:19:35.198983649 +0200
+++ /var/tmp/diff_new_pack.J78yLY/_new 2017-10-03 23:19:35.202983086 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-LogDispatch
#
-# Copyright (c) 2011 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
@@ -15,15 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
Name: perl-MooseX-LogDispatch
Version: 1.2002
Release: 0
%define cpan_name MooseX-LogDispatch
-Summary: A Logging Role for Moose
+Summary: Logging Role for Moose
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-LogDispatch/
-Source:
http://www.cpan.org/authors/id/J/JG/JGOULAH/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/J/JG/JGOULAH/%{cpan_name}-%{version}.tar.gz
+Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -32,35 +34,18 @@
BuildRequires: perl(Log::Dispatch::Configurator)
BuildRequires: perl(Moose)
BuildRequires: perl(Test::Exception)
-#BuildRequires: perl(CPANPLUS::Backend)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(Log::Dispatch::Config)
-#BuildRequires: perl(Log::Dispatch::Configurator::AppConfig)
-#BuildRequires: perl(Log::Dispatch::Null)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::AutoInstall)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Moose::Exporter)
-#BuildRequires: perl(Moose::Role)
-#BuildRequires: perl(Moose::Util::TypeConstraints)
-#BuildRequires: perl(MooseX::LogDispatch)
-#BuildRequires: perl(MooseX::LogDispatch::ConfigMaker)
-#BuildRequires: perl(MooseX::LogDispatch::Interface)
-#BuildRequires: perl(MooseX::LogDispatch::Levels)
-#BuildRequires: perl(MooseX::LogDispatch::Logger)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
Requires: perl(Log::Dispatch::Configurator)
Requires: perl(Moose)
%{perl_requires}
%description
-the Log::Dispatch manpage role for use with your the Moose manpage classes.
+Log::Dispatch role for use with your Moose classes.
%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