8
0

Accepting request 356242 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/356242
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Git-Repository-Plugin-Log?expand=0&rev=2
This commit is contained in:
2016-01-27 10:27:32 +00:00
committed by Git OBS Bridge
parent e5fd5c6334
commit a1a9e398cc
5 changed files with 62 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Git-Repository-Plugin-Log
#
# 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-Git-Repository-Plugin-Log
Version: 1.312
Version: 1.313
Release: 0
%define cpan_name Git-Repository-Plugin-Log
Summary: Add a log() method to Git::Repository
@@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Git-Repository-Plugin-Log/
Source0: http://www.cpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -32,15 +33,18 @@ BuildRequires: perl-macros
BuildRequires: perl(Git::Repository) >= 1.309
BuildRequires: perl(Git::Repository::Command)
BuildRequires: perl(Git::Repository::Plugin)
BuildRequires: perl(Pod::Coverage::TrustPod) >= 0.100003
BuildRequires: perl(Test::CPAN::Meta) >= 0.25
BuildRequires: perl(Test::Git)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Pod) >= 1.51
BuildRequires: perl(Test::Pod::Coverage) >= 1.10
Requires: perl(Git::Repository) >= 1.309
Requires: perl(Git::Repository::Command)
Requires: perl(Git::Repository::Plugin)
%{perl_requires}
%description
This module adds a new method to the Git::Repository manpage.
This module adds a new method to Git::Repository.
%prep
%setup -q -n %{cpan_name}-%{version}