forked from pool/perl-Perl-PrereqScanner
Accepting request 295947 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/295947 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-PrereqScanner?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
252a79a792
commit
408964ae7c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f6ddc012f79d852b1859cc0c1741f1d9e3fbbe0d02cd35f9ee7928e59270d728
|
|
||||||
size 25199
|
|
3
Perl-PrereqScanner-1.023.tar.gz
Normal file
3
Perl-PrereqScanner-1.023.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:280a1c4710390865fb9f310a861a34720b28b4cbe50609c841af5cf2d3a2bced
|
||||||
|
size 28136
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 13 18:24:43 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.023
|
||||||
|
see /usr/share/doc/packages/perl-Perl-PrereqScanner/Changes
|
||||||
|
|
||||||
|
1.023 2015-04-05 22:23:53-04:00 America/New_York
|
||||||
|
- improve test reliability when path to perl has a space in it
|
||||||
|
|
||||||
|
1.022 2014-12-23 21:11:27-05:00 America/New_York
|
||||||
|
- do not crash when encountering arg-less "use aliased;"
|
||||||
|
|
||||||
|
1.021 2014-11-06 21:08:49-05:00 America/New_York
|
||||||
|
- instead of always trying to use lib, add a -I switch to scan-perl-prereqs
|
||||||
|
- when finding files to scan, find files, not anything else
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 19 12:59:12 UTC 2014 - chris@computersalat.de
|
Sat Jul 19 12:59:12 UTC 2014 - chris@computersalat.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Perl-PrereqScanner
|
# spec file for package perl-Perl-PrereqScanner
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 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,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Perl-PrereqScanner
|
Name: perl-Perl-PrereqScanner
|
||||||
Version: 1.020
|
Version: 1.023
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Perl-PrereqScanner
|
%define cpan_name Perl-PrereqScanner
|
||||||
Summary: A tool to scan your Perl code for its prerequisites
|
Summary: a tool to scan your Perl code for its prerequisites
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Perl-PrereqScanner/
|
Url: http://search.cpan.org/dist/Perl-PrereqScanner/
|
||||||
@@ -29,48 +29,27 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
|
||||||
# for Test
|
|
||||||
BuildRequires: perl(File::Temp)
|
|
||||||
BuildRequires: perl(PPI::Document)
|
|
||||||
BuildRequires: perl(Test::More) >= 0.96
|
|
||||||
BuildRequires: perl(Try::Tiny)
|
|
||||||
#
|
|
||||||
# Many thanks to 'DAGOLDEN' for switching amount of digits in version !!
|
|
||||||
%if 0%{?suse_version} == 1220 || 0%{?suse_version} == 1230
|
|
||||||
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.124000
|
|
||||||
%else
|
|
||||||
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.124
|
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.124
|
||||||
%endif
|
|
||||||
BuildRequires: perl(File::Find)
|
|
||||||
BuildRequires: perl(File::Spec::Functions)
|
|
||||||
BuildRequires: perl(FindBin)
|
|
||||||
BuildRequires: perl(Getopt::Long)
|
|
||||||
BuildRequires: perl(Getopt::Long::Descriptive)
|
BuildRequires: perl(Getopt::Long::Descriptive)
|
||||||
BuildRequires: perl(List::MoreUtils)
|
BuildRequires: perl(List::MoreUtils)
|
||||||
BuildRequires: perl(List::Util)
|
|
||||||
BuildRequires: perl(Module::Path)
|
BuildRequires: perl(Module::Path)
|
||||||
BuildRequires: perl(Moose)
|
BuildRequires: perl(Moose)
|
||||||
BuildRequires: perl(Moose::Role)
|
BuildRequires: perl(Moose::Role)
|
||||||
BuildRequires: perl(PPI) >= 1.215
|
BuildRequires: perl(PPI) >= 1.215
|
||||||
|
BuildRequires: perl(PPI::Document)
|
||||||
BuildRequires: perl(Params::Util)
|
BuildRequires: perl(Params::Util)
|
||||||
BuildRequires: perl(Scalar::Util)
|
|
||||||
BuildRequires: perl(String::RewritePrefix) >= 0.005
|
BuildRequires: perl(String::RewritePrefix) >= 0.005
|
||||||
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
|
BuildRequires: perl(Try::Tiny)
|
||||||
BuildRequires: perl(namespace::autoclean)
|
BuildRequires: perl(namespace::autoclean)
|
||||||
Requires: perl(CPAN::Meta::Requirements) >= 2.120630
|
Requires: perl(CPAN::Meta::Requirements) >= 2.124
|
||||||
Requires: perl(File::Find)
|
|
||||||
Requires: perl(File::Spec::Functions)
|
|
||||||
Requires: perl(FindBin)
|
|
||||||
Requires: perl(Getopt::Long)
|
|
||||||
Requires: perl(Getopt::Long::Descriptive)
|
Requires: perl(Getopt::Long::Descriptive)
|
||||||
Requires: perl(List::MoreUtils)
|
Requires: perl(List::MoreUtils)
|
||||||
Requires: perl(List::Util)
|
|
||||||
Requires: perl(Module::Path)
|
Requires: perl(Module::Path)
|
||||||
Requires: perl(Moose)
|
Requires: perl(Moose)
|
||||||
Requires: perl(Moose::Role)
|
Requires: perl(Moose::Role)
|
||||||
Requires: perl(PPI) >= 1.215
|
Requires: perl(PPI) >= 1.215
|
||||||
Requires: perl(Params::Util)
|
Requires: perl(Params::Util)
|
||||||
Requires: perl(Scalar::Util)
|
|
||||||
Requires: perl(String::RewritePrefix) >= 0.005
|
Requires: perl(String::RewritePrefix) >= 0.005
|
||||||
Requires: perl(namespace::autoclean)
|
Requires: perl(namespace::autoclean)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
Reference in New Issue
Block a user