8
0

Accepting request 404125 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/404125
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Runtime-Conflicts?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2016-06-24 05:02:30 +00:00
committed by Git OBS Bridge
parent 9e64ffa8a6
commit fccc2c3185
4 changed files with 24 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8a98bd53ddcc56baba85400b0bc6b5723ec3369386e06f242dffa88eff4e480
size 24802

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:707cdc75038c70fe91779b888ac050f128565d3967ba96680e1b1c7cc9733875
size 24935

View File

@@ -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

View File

@@ -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