Accepting request 647203 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/647203
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ExtractUse?expand=0&rev=8
This commit is contained in:
2018-11-08 15:20:24 +00:00
committed by Git OBS Bridge
parent 7659d820ec
commit 2b4dde3111
4 changed files with 17 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Nov 8 06:36:47 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 0.343
see /usr/share/doc/packages/perl-Module-ExtractUse/Changes
0.343 2018-10-18T15:19:05
- Mention Perl::PrereqScanner modules family (perlancar)
-------------------------------------------------------------------
Tue Jan 23 06:45:40 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-Module-ExtractUse
Version: 0.342
Version: 0.343
Release: 0
%define cpan_name Module-ExtractUse
Summary: Find out what modules are used
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-ExtractUse/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DO/DOMM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -50,7 +50,7 @@ from CPAN) used by the parsed code.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
perl Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check