forked from pool/perl-Data-Peek
Accepting request 177332 from home:coolo:update-perl
- updated to 0.38
* Backslashed { in regex in test to satisfy perl-5.17
OBS-URL: https://build.opensuse.org/request/show/177332
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Peek?expand=0&rev=12
This commit is contained in:
committed by
Git OBS Bridge
parent
79a5303867
commit
a7b98ffcc1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a6cc30ca00ed5892c97e201358c7ae51344757e66b81e3cfd76c5ac40ddc6c1
|
||||
size 59391
|
||||
3
Data-Peek-0.38.tgz
Normal file
3
Data-Peek-0.38.tgz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9610bef46d726d810d99571752ae286efc3cc8674ec14ed7c12c6e5442946df
|
||||
size 59440
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 07:35:12 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.38
|
||||
* Backslashed { in regex in test to satisfy perl-5.17
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 25 03:39:27 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Data-Peek
|
||||
#
|
||||
# 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,32 +17,25 @@
|
||||
|
||||
|
||||
Name: perl-Data-Peek
|
||||
Version: 0.37
|
||||
Version: 0.38
|
||||
Release: 0
|
||||
%define cpan_name Data-Peek
|
||||
Summary: A collection of low-level debug facilities
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Data-Peek/
|
||||
Source: http://www.cpan.org/authors/id/H/HM/HMBRAND/Data-Peek-%{version}.tgz
|
||||
Source: http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(Test::Harness)
|
||||
%if 0%{?suse_version} >= 1120
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
%endif
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
#
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
Requires: perl(Data::Dumper)
|
||||
Requires: perl(DynaLoader)
|
||||
%{perl_requires}
|
||||
%if 0%{?suse_version} > 1010
|
||||
#BuildRequires: perl(Data::Peek)
|
||||
Requires: perl(Test::More) >= 0.88
|
||||
Requires: perl(Test::NoWarnings)
|
||||
Recommends: perl(Perl::Tidy)
|
||||
%endif
|
||||
Recommends: perl(Test::More) >= 0.98
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
Data::Peek started off as 'DDumper' being a wrapper module over the
|
||||
@@ -69,9 +62,6 @@ level of the perl internals API as possible.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc ChangeLog examples README
|
||||
|
||||
Reference in New Issue
Block a user