diff --git a/Module-Runtime-Conflicts-0.002.tar.gz b/Module-Runtime-Conflicts-0.002.tar.gz deleted file mode 100644 index 21a7372..0000000 --- a/Module-Runtime-Conflicts-0.002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8a98bd53ddcc56baba85400b0bc6b5723ec3369386e06f242dffa88eff4e480 -size 24802 diff --git a/Module-Runtime-Conflicts-0.003.tar.gz b/Module-Runtime-Conflicts-0.003.tar.gz new file mode 100644 index 0000000..03b593a --- /dev/null +++ b/Module-Runtime-Conflicts-0.003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707cdc75038c70fe91779b888ac050f128565d3967ba96680e1b1c7cc9733875 +size 24935 diff --git a/perl-Module-Runtime-Conflicts.changes b/perl-Module-Runtime-Conflicts.changes index c974b97..a0a1247 100644 --- a/perl-Module-Runtime-Conflicts.changes +++ b/perl-Module-Runtime-Conflicts.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 23 06:41:01 UTC 2016 - coolo@suse.com + +- 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 + ------------------------------------------------------------------- Tue Apr 14 18:45:19 UTC 2015 - coolo@suse.com diff --git a/perl-Module-Runtime-Conflicts.spec b/perl-Module-Runtime-Conflicts.spec index 7caaf0a..f65d557 100644 --- a/perl-Module-Runtime-Conflicts.spec +++ b/perl-Module-Runtime-Conflicts.spec @@ -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 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build 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 @@ Requires: perl(Module::Runtime) %{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