8
0

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:
Stephan Kulow
2013-06-10 10:35:15 +00:00
committed by Git OBS Bridge
parent 5d9131e2ae
commit 71cfb84404
4 changed files with 25 additions and 8 deletions

View File

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

View File

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

View File

@@ -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 Sat May 26 17:55:35 UTC 2012 - frank.lichtenheld@sophos.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Perl-PrereqScanner # 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 # 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,14 +17,14 @@
Name: perl-Perl-PrereqScanner Name: perl-Perl-PrereqScanner
Version: 1.011 Version: 1.015
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/
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 BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@@ -33,7 +33,7 @@ BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120630
BuildRequires: perl(List::MoreUtils) BuildRequires: perl(List::MoreUtils)
BuildRequires: perl(Moose) BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Role) BuildRequires: perl(Moose::Role)
BuildRequires: perl(PPI) >= 1.205 BuildRequires: perl(PPI) >= 1.215
BuildRequires: perl(PPI::Document) BuildRequires: perl(PPI::Document)
BuildRequires: perl(Params::Util) BuildRequires: perl(Params::Util)
BuildRequires: perl(String::RewritePrefix) >= 0.005 BuildRequires: perl(String::RewritePrefix) >= 0.005
@@ -46,7 +46,7 @@ Requires: perl(CPAN::Meta::Requirements) >= 2.120630
Requires: perl(List::MoreUtils) Requires: perl(List::MoreUtils)
Requires: perl(Moose) Requires: perl(Moose)
Requires: perl(Moose::Role) Requires: perl(Moose::Role)
Requires: perl(PPI) >= 1.205 Requires: perl(PPI) >= 1.215
Requires: perl(Params::Util) Requires: perl(Params::Util)
Requires: perl(String::RewritePrefix) >= 0.005 Requires: perl(String::RewritePrefix) >= 0.005
Requires: perl(namespace::autoclean) Requires: perl(namespace::autoclean)