Hello community,
here is the log from the commit of package perl-Module-Runtime-Conflicts for
openSUSE:Factory checked in at 2016-06-25 02:24:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Module-Runtime-Conflicts (Old)
and /work/SRC/openSUSE:Factory/.perl-Module-Runtime-Conflicts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Module-Runtime-Conflicts"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Module-Runtime-Conflicts/perl-Module-Runtime-Conflicts.changes
2015-05-06 11:19:06.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Module-Runtime-Conflicts.new/perl-Module-Runtime-Conflicts.changes
2016-06-25 02:24:16.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Jun 23 06:41:01 UTC 2016 - [email protected]
+
+- updated to 0.003
+ see /usr/share/doc/packages/perl-Module-Runtime-Conflicts/Changes
+
+ 0.003 2016-06-23 03:40:02Z
+ - Makefile.PL now also checks for incompatible Moose versions
+
+-------------------------------------------------------------------
Old:
----
Module-Runtime-Conflicts-0.002.tar.gz
New:
----
Module-Runtime-Conflicts-0.003.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Module-Runtime-Conflicts.spec ++++++
--- /var/tmp/diff_new_pack.6MULoF/_old 2016-06-25 02:24:17.000000000 +0200
+++ /var/tmp/diff_new_pack.6MULoF/_new 2016-06-25 02:24:17.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Runtime-Conflicts
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
Name: perl-Module-Runtime-Conflicts
-Version: 0.002
+Version: 0.003
Release: 0
%define cpan_name Module-Runtime-Conflicts
Summary: Provide information on conflicts for Module::Runtime
@@ -31,7 +31,7 @@
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Dist::CheckConflicts)
-BuildRequires: perl(Module::Build::Tiny) >= 0.039
+BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Module::Runtime)
BuildRequires: perl(Test::More) >= 0.88
Requires: perl(Dist::CheckConflicts)
@@ -39,26 +39,27 @@
%{perl_requires}
%description
-This module provides conflicts checking for the Module::Runtime manpage,
-which had a recent release that broke some versions of the Moose manpage.
-It is called from the Moose::Conflicts manpage and 'moose-outdated'.
+This module provides conflicts checking for Module::Runtime, which had a
+recent release that broke some versions of Moose. It is called from
+Moose::Conflicts and 'moose-outdated'.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Build.PL --installdirs=vendor
-./Build build --flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
%check
-./Build test
+%{__make} test
%install
-./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_make_install
+%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING LICENCE README
%changelog
++++++ Module-Runtime-Conflicts-0.002.tar.gz ->
Module-Runtime-Conflicts-0.003.tar.gz ++++++
++++ 4058 lines of diff (skipped)