forked from pool/perl-Perl-PrereqScanner
Accepting request 178282 from home:coolo:update-perl
update OBS-URL: https://build.opensuse.org/request/show/178282 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-PrereqScanner?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
5d9131e2ae
commit
71cfb84404
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:304504004414c1bbaef39a080a7f9de173c61fb396d8b1c4c08934f6574452c5
|
||||
size 19019
|
3
Perl-PrereqScanner-1.015.tar.gz
Normal file
3
Perl-PrereqScanner-1.015.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a987f34cd9d4f58af7311796c3b0296881f43e10fcf6ed138b805d3b112486e7
|
||||
size 21729
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 9 14:59:03 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 1.015
|
||||
- document that "no Module" also works (thanks for the report, Toby Inkster)
|
||||
|
||||
- require a more recent PPI for various bugfixes that broke tests
|
||||
(thanks for the report, Salve J. Nilsen)
|
||||
|
||||
- make scan_prereqs scan directories recursively (thanks, Jakob Voss)
|
||||
|
||||
- if PPI parsing fails, include PPI::Document->errstr in error message
|
||||
(Christopher J. Madsen)
|
||||
|
||||
- fix "with (...)" where spaces occur between with and parenthesized list
|
||||
(thanks to celogeek for the failing test)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 26 17:55:35 UTC 2012 - frank.lichtenheld@sophos.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Perl-PrereqScanner
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: perl-Perl-PrereqScanner
|
||||
Version: 1.011
|
||||
Version: 1.015
|
||||
Release: 0
|
||||
%define cpan_name Perl-PrereqScanner
|
||||
Summary: A tool to scan your Perl code for its prerequisites
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Perl-PrereqScanner/
|
||||
Source: http://www.cpan.org/authors/id/J/JQ/JQUELIN/%{cpan_name}-%{version}.tar.gz
|
||||
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
@@ -33,7 +33,7 @@ BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120630
|
||||
BuildRequires: perl(List::MoreUtils)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Moose::Role)
|
||||
BuildRequires: perl(PPI) >= 1.205
|
||||
BuildRequires: perl(PPI) >= 1.215
|
||||
BuildRequires: perl(PPI::Document)
|
||||
BuildRequires: perl(Params::Util)
|
||||
BuildRequires: perl(String::RewritePrefix) >= 0.005
|
||||
@@ -46,7 +46,7 @@ Requires: perl(CPAN::Meta::Requirements) >= 2.120630
|
||||
Requires: perl(List::MoreUtils)
|
||||
Requires: perl(Moose)
|
||||
Requires: perl(Moose::Role)
|
||||
Requires: perl(PPI) >= 1.205
|
||||
Requires: perl(PPI) >= 1.215
|
||||
Requires: perl(Params::Util)
|
||||
Requires: perl(String::RewritePrefix) >= 0.005
|
||||
Requires: perl(namespace::autoclean)
|
||||
|
Reference in New Issue
Block a user