Accepting request 427862 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/427862 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Git-Wrapper?expand=0&rev=7
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:deedf3fd8961b7a77ed5e4baa93ff82de107c541ce7fd3fd9970e15776685c2f
|
|
||||||
size 29543
|
|
3
Git-Wrapper-0.046.tar.gz
Normal file
3
Git-Wrapper-0.046.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6d75b9e9fd9c1b4b38a569e1adc6687703ea9460068fc5bb3614e1cc6303c43b
|
||||||
|
size 30357
|
@@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 15 05:32:04 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.046
|
||||||
|
see /usr/share/doc/packages/perl-Git-Wrapper/Changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 14 05:25:22 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.046
|
||||||
|
see /usr/share/doc/packages/perl-Git-Wrapper/Changes
|
||||||
|
|
||||||
|
0.046 2016-09-12 20:13:04-07:00 America/Los_Angeles
|
||||||
|
|
||||||
|
No changes since last development release.
|
||||||
|
|
||||||
|
0.045_091 2016-09-10 14:26:13-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||||
|
|
||||||
|
Properly handle scores in raw log files (Atoomic)
|
||||||
|
Update error message for inability to run 'git config --list'
|
||||||
|
|
||||||
|
0.045_090 2016-09-08 21:59:58-07:00 America/Los_Angeles (TRIAL RELEASE)
|
||||||
|
|
||||||
|
Fix tabs being expanded in log output in git 2.9+ (Graham Knop)
|
||||||
|
Misc POD fixes (gregor herrmann/Debian, Philippe Bruhat)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 31 09:00:02 UTC 2015 - coolo@suse.com
|
Mon Aug 31 09:00:02 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Git-Wrapper
|
# spec file for package perl-Git-Wrapper
|
||||||
#
|
#
|
||||||
# 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-Wrapper
|
Name: perl-Git-Wrapper
|
||||||
Version: 0.045
|
Version: 0.046
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Git-Wrapper
|
%define cpan_name Git-Wrapper
|
||||||
Summary: Wrap git(7) command-line interface
|
Summary: Wrap git(7) command-line interface
|
||||||
@@ -46,11 +46,11 @@ BuildRequires: git-core
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
Git::Wrapper provides an API for git(7) that uses Perl data structures for
|
Git::Wrapper provides an API for git(7) that uses Perl data structures for
|
||||||
argument passing, instead of CLI-style '--options' as the Git manpage does.
|
argument passing, instead of CLI-style '--options' as Git does.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f -print0 | xargs -0 chmod 644
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user