8
0
Christian Wittmer
2010-10-16 09:33:39 +00:00
committed by Git OBS Bridge
parent 58f21ad2be
commit abb44f55c3
4 changed files with 17 additions and 6 deletions

View File

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

3
Test-Deep-0.108.tar.bz2 Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Oct 16 09:30:53 UTC 2010 - chris@computersalat.de
- update to 0.108
o simple (stringwise) comparison should now be much faster
(thanks, NCLEATON)
- fix deps
-------------------------------------------------------------------
Thu Sep 30 19:38:55 UTC 2010 - chris@computersalat.de

View File

@@ -1,5 +1,5 @@
#
# spec file for package perl-Test-Deep (Version 0.107)
# spec file for package perl-Test-Deep (Version 0.108)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,7 +21,7 @@
Name: perl-Test-Deep
%define cpan_name Test-Deep
Summary: Extremely flexible deep comparison
Version: 0.107
Version: 0.108
Release: 1
License: GPL+ or Artistic
Group: Development/Libraries/Perl
@@ -34,14 +34,16 @@ BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Test::More)
BuildRequires: perl(List::Util) >= 1.09
BuildRequires: perl(Scalar::Util) >= 1.09
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings) >= 0.02
BuildRequires: perl(Test::Tester) >= 0.04
#
Requires: perl = %{perl_version}
Requires: perl(List::Util) >= 1.09
Requires: perl(Scalar::Util) >= 1.09
Requires: perl(Test::More)
Requires: perl(Test::NoWarnings) >= 0.02
Requires: perl(Test::Tester) >= 0.04
@@ -59,6 +61,7 @@ without getting caught in an infinite loop.
Authors:
--------
Fergal Daly <fergal@esatclear.ie>
Ricardo Signes <rjbs@cpan.org> (Maintainer)
%prep
%setup -q -n %{cpan_name}-%{version}