8
0

Accepting request 224980 from devel:languages:perl

update

OBS-URL: https://build.opensuse.org/request/show/224980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Data-Peek?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2014-03-09 17:37:20 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 7 deletions

View File

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

3
Data-Peek-0.40.tgz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 7 09:04:18 UTC 2014 - coolo@suse.com
- updated to 0.40
* Upped copyright to 2014
* Guard Perl::Tidy against stupid user options in .perltidyrc
-------------------------------------------------------------------
Fri Oct 4 09:15:24 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Peek
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 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,7 +17,7 @@
Name: perl-Data-Peek
Version: 0.39
Version: 0.40
Release: 0
%define cpan_name Data-Peek
Summary: A collection of low-level debug facilities
@@ -30,12 +30,11 @@ BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::NoWarnings)
#BuildRequires: perl(Data::Peek)
Requires: perl(Test::More) >= 0.88
Requires: perl(Test::NoWarnings)
Recommends: perl(Data::Dumper) >= 2.145
Recommends: perl(Perl::Tidy)
Recommends: perl(Test::More) >= 0.98
Recommends: perl(Test::More) >= 1.001002
%{perl_requires}
%description