forked from pool/perl-Perl-PrereqScanner
Accepting request 122501 from home:flichtenheld:branches:devel:languages:perl
Update to 1.011 OBS-URL: https://build.opensuse.org/request/show/122501 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-PrereqScanner?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
34342778ca
commit
5d9131e2ae
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb906b13ac5cf167d82005a2b19c261adc8928a6b7a2a48bee0df16440e38835
|
||||
size 18902
|
3
Perl-PrereqScanner-1.011.tar.gz
Normal file
3
Perl-PrereqScanner-1.011.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:304504004414c1bbaef39a080a7f9de173c61fb396d8b1c4c08934f6574452c5
|
||||
size 19019
|
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 26 17:55:35 UTC 2012 - frank.lichtenheld@sophos.com
|
||||
|
||||
- updated to 1.011
|
||||
* require CPAN::Meta::Requirements 2.120630 and fix tests to reflect
|
||||
its v-string normalizing behavior
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 09:56:10 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
@@ -17,19 +17,19 @@
|
||||
|
||||
|
||||
Name: perl-Perl-PrereqScanner
|
||||
Version: 1.010
|
||||
Version: 1.011
|
||||
Release: 0
|
||||
%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+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Perl-PrereqScanner/
|
||||
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
Source: http://www.cpan.org/authors/id/J/JQ/JQUELIN/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Meta::Requirements)
|
||||
BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120630
|
||||
BuildRequires: perl(List::MoreUtils)
|
||||
BuildRequires: perl(Moose)
|
||||
BuildRequires: perl(Moose::Role)
|
||||
@@ -42,7 +42,7 @@ BuildRequires: perl(Try::Tiny)
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
#BuildRequires: perl(Perl::PrereqScanner)
|
||||
#BuildRequires: perl(Perl::PrereqScanner::Scanner)
|
||||
Requires: perl(CPAN::Meta::Requirements)
|
||||
Requires: perl(CPAN::Meta::Requirements) >= 2.120630
|
||||
Requires: perl(List::MoreUtils)
|
||||
Requires: perl(Moose)
|
||||
Requires: perl(Moose::Role)
|
||||
|
Reference in New Issue
Block a user