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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:75c36ff752022593a27149edb98dbfaa4df9b6bfbc8a390a171f5050ff04f426
size 37664

View File

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

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Jan 27 10:02:39 UTC 2016 - coolo@suse.com
- updated to 1.313
see /usr/share/doc/packages/perl-Git-Repository-Plugin-Log/Changes
1.313 Tue Jan 26 2016
[ENHANCEMENTS]
- Add some more unsupported options to Git::Repository::Log::Iterator
constructor's blacklist (BJAKUBSKI, via the January 2016 CPAN PRC)
- Parse 'from' field in the commit line, and add it as the 'diff_from'
attribute to Git::Repository::Log (VYF)
- Minor documentation improvements
[TESTS]
- Prevent system/global configs from messing with test expectations
- Add [Prereqs / TestRequires] section to dist.ini
(PSCUST, via the October 2015 CPAN PRC)
- Use Test::ReportPrereqs instead of ReportVersions::Tiny
[ACKNOWLEDGEMENT]
- Thanks to NEILB for organizing the CPAN Pull Request Contest,
which brought several contributions to this release.
Check out http://cpan-prc.org/ and join the fun!
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 17 11:57:24 UTC 2015 - coolo@suse.com Fri Apr 17 11:57:24 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Git-Repository-Plugin-Log # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Git-Repository-Plugin-Log Name: perl-Git-Repository-Plugin-Log
Version: 1.312 Version: 1.313
Release: 0 Release: 0
%define cpan_name Git-Repository-Plugin-Log %define cpan_name Git-Repository-Plugin-Log
Summary: Add a log() method to Git::Repository Summary: Add a log() method to Git::Repository
@@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Git-Repository-Plugin-Log/ 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 Source0: http://www.cpan.org/authors/id/B/BO/BOOK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@@ -32,15 +33,18 @@ BuildRequires: perl-macros
BuildRequires: perl(Git::Repository) >= 1.309 BuildRequires: perl(Git::Repository) >= 1.309
BuildRequires: perl(Git::Repository::Command) BuildRequires: perl(Git::Repository::Command)
BuildRequires: perl(Git::Repository::Plugin) 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::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) >= 1.309
Requires: perl(Git::Repository::Command) Requires: perl(Git::Repository::Command)
Requires: perl(Git::Repository::Plugin) Requires: perl(Git::Repository::Plugin)
%{perl_requires} %{perl_requires}
%description %description
This module adds a new method to the Git::Repository manpage. This module adds a new method to Git::Repository.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}