Accepting request 660449 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/660449
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-Repository?expand=0&rev=6
This commit is contained in:
Lars Vogdt
2019-01-02 15:08:30 +00:00
committed by Git OBS Bridge
parent c3f0229f4a
commit c1d87fe233
4 changed files with 18 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Dec 21 06:05:45 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.24
see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-Repository/Changes
0.24 2018-12-20
Auto generate minimum perl version as suggested by CPANTS. (manwar)
-------------------------------------------------------------------
Tue Jun 19 05:19:04 UTC 2018 - coolo@suse.com

View File

@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Dist-Zilla-Plugin-Repository
Version: 0.23
Version: 0.24
Release: 0
%define cpan_name Dist-Zilla-Plugin-Repository
Summary: Automatically sets repository URL from svn/svk/Git checkout for Dist::Zilla
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Dist-Zilla-Plugin-Repository/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/F/FA/FAYLAND/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -45,11 +45,11 @@ The code is mostly a copy-paste of Module::Install::Repository
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install