8
0

Accepting request 657870 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/657870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-ScanDeps?expand=0&rev=23
This commit is contained in:
2018-12-26 23:23:47 +00:00
committed by Git OBS Bridge
4 changed files with 28 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Dec 13 06:13:38 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 1.26
see /usr/share/doc/packages/perl-Module-ScanDeps/Changes
1.26 2018-12-12
- Glue DLLs of XS modules should have type "shared" rather than "data"
Detection broke on Windows where nowadays $Config{dlext} = "xs.dll"
(i.e. it's not a simple suffix)
- Mention some other modules: Module::ExtractUse and Perl::PrereqScanner::* family
- Add %Preload rules for:
- JSON::MaybeXS
- HTTP::Entity::Parser
- FFI::Platypus
-------------------------------------------------------------------
Thu Sep 20 05:37:29 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -17,13 +17,13 @@
Name: perl-Module-ScanDeps
Version: 1.25
Version: 1.26
Release: 0
%define cpan_name Module-ScanDeps
Summary: Recursively scan Perl code for dependencies
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Module-ScanDeps/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -68,11 +68,11 @@ returned by 'get_files'.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install