8
0
Stephan Kulow
2013-10-04 15:38:31 +00:00
committed by Git OBS Bridge
parent a7b98ffcc1
commit ee7cebaede
4 changed files with 12 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Oct 4 09:15:24 UTC 2013 - coolo@suse.com
- updated to 0.39
* Upped copyright to 2013
* Add alternative test results for 5.19.3 and up (COW and no PV for IV)
-------------------------------------------------------------------
Tue Jun 4 07:35:12 UTC 2013 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Data-Peek
Version: 0.38
Version: 0.39
Release: 0
%define cpan_name Data-Peek
Summary: A collection of low-level debug facilities
@@ -33,6 +33,7 @@ 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
%{perl_requires}
@@ -45,10 +46,6 @@ level of the perl internals API as possible.
%prep
%setup -q -n %{cpan_name}-%{version}
%if 0%{?suse_version} < 1120 || 0%{?rhel_version} || 0%{?centos_version}
%{__perl} -p -i\
-e 's|(use Test::More);|\1 qw(no_plan);|,s|(done_testing.*)|#\1|' t/22_DHexDump.t
%endif
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"