8
0

Accepting request 863104 from devel:languages:perl:autoupdate

- updated to 1.30
   see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
  1.30  2021-01-13
  - change bugtracker to GitHub issues
  - guard against trailing slashes for paths in @INC
  - interprete more common "use lib" idioms
  1.29  2020-08-16
  - implement interpretation of stuff like
    use FindBin;
    use lib "$FindBin/../lib";

OBS-URL: https://build.opensuse.org/request/show/863104
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-ScanDeps?expand=0&rev=48
This commit is contained in:
2021-01-14 14:30:50 +00:00
committed by Git OBS Bridge
parent 287acd60cc
commit c110f22103
4 changed files with 24 additions and 12 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:839bba3c7609b46aed90317467387bca604fc715669780bacea92ff86128a141
size 55893

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jan 14 03:08:52 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 1.30
see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
1.30 2021-01-13
- change bugtracker to GitHub issues
- guard against trailing slashes for paths in @INC
- interprete more common "use lib" idioms
1.29 2020-08-16
- implement interpretation of stuff like
use FindBin;
use lib "$FindBin/../lib";
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 17 03:12:09 UTC 2020 - Tina Müller <timueller+perl@suse.de> Mon Aug 17 03:12:09 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Module-ScanDeps # spec file for package perl-Module-ScanDeps
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# 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
@@ -16,17 +16,15 @@
# #
Name: perl-Module-ScanDeps
Version: 1.29
Release: 0
%define cpan_name Module-ScanDeps %define cpan_name Module-ScanDeps
Name: perl-Module-ScanDeps
Version: 1.30
Release: 0
Summary: Recursively scan Perl code for dependencies Summary: Recursively scan Perl code for dependencies
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Metadata) BuildRequires: perl(Module::Metadata)
@@ -65,11 +63,11 @@ Please see App::Packer::Frontend for detailed explanation on the structure
returned by 'get_files'. returned by 'get_files'.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags} %make_build
%check %check
make test make test
@@ -80,7 +78,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc AUTHORS Changes README %doc AUTHORS Changes README
%license LICENSE %license LICENSE