forked from pool/perl-Test-Differences
Accepting request 92767 from devel:languages:perl
- update to 0.61 - Allow an option to override Sortkeys in C<eq_or_diff>. Thanks to Mark Zealey for the suggestion. - Unnumbered tests. There's no point to them. - Make '' and undef not equal. Thanks to Pavel Shaydo for the patch. - Made Data::Dumper minimum version 2.126 to resolve https://rt.cpan.org/Ticket/Display.html?id=60798. Thanks to jjnapiork@cpan.org for the report and fix. OBS-URL: https://build.opensuse.org/request/show/92767 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Differences?expand=0&rev=4
This commit is contained in:
commit
192ee129c7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c64f954c5e4713b3d56e4e24ca261a5d252e75e482c1aff3fa485cc8d344341
|
||||
size 13065
|
3
Test-Differences-0.61.tar.gz
Normal file
3
Test-Differences-0.61.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:759b6560011b77e6713c2a5020407e1136fa5772058c8f742d70c38aed799c10
|
||||
size 14057
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 20 12:31:30 UTC 2011 - coolo@suse.com
|
||||
|
||||
- update to 0.61
|
||||
- Allow an option to override Sortkeys in C<eq_or_diff>. Thanks to Mark
|
||||
Zealey for the suggestion.
|
||||
- Unnumbered tests. There's no point to them.
|
||||
- Make '' and undef not equal. Thanks to Pavel Shaydo for the patch.
|
||||
- Made Data::Dumper minimum version 2.126 to resolve
|
||||
https://rt.cpan.org/Ticket/Display.html?id=60798. Thanks to
|
||||
jjnapiork@cpan.org for the report and fix.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 09:44:38 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
|
||||
|
||||
Name: perl-Test-Differences
|
||||
Version: 0.500
|
||||
Version: 0.61
|
||||
Release: 1
|
||||
Summary: Test strings and data structures and show differences if not ok
|
||||
Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Differences-%{version}.tar.gz
|
||||
Url: http://search.cpan.org/dist/Test-Differences/
|
||||
Group: Development/Libraries/Perl
|
||||
License: Perl License
|
||||
License: GPL-1.0+ or Artistic
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: make perl
|
||||
@ -34,6 +34,8 @@ BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Pod::Coverage)
|
||||
BuildRequires: perl(Text::Diff)
|
||||
Requires: perl(Text::Diff)
|
||||
# MANUAL
|
||||
Provides: perl(Test::Diferences) = 0.600
|
||||
|
||||
%description
|
||||
Test strings and data structures and show differences if not ok.
|
||||
@ -53,9 +55,6 @@ Test strings and data structures and show differences if not ok.
|
||||
%check
|
||||
%__make test
|
||||
|
||||
%clean
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes README
|
||||
@ -64,4 +63,5 @@ Test strings and data structures and show differences if not ok.
|
||||
%dir %{perl_vendorarch}/auto/Test
|
||||
%{perl_vendorarch}/auto/Test/Differences
|
||||
%doc %{perl_man3dir}/Test::Differences.%{perl_man3ext}%{ext_man}
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user