diff --git a/Test-Differences-0.500.tar.gz b/Test-Differences-0.500.tar.gz deleted file mode 100644 index 3bd91d1..0000000 --- a/Test-Differences-0.500.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c64f954c5e4713b3d56e4e24ca261a5d252e75e482c1aff3fa485cc8d344341 -size 13065 diff --git a/Test-Differences-0.61.tar.gz b/Test-Differences-0.61.tar.gz new file mode 100644 index 0000000..0bb2b55 --- /dev/null +++ b/Test-Differences-0.61.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759b6560011b77e6713c2a5020407e1136fa5772058c8f742d70c38aed799c10 +size 14057 diff --git a/perl-Test-Differences.changes b/perl-Test-Differences.changes index 0108532..667d78f 100644 --- a/perl-Test-Differences.changes +++ b/perl-Test-Differences.changes @@ -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. 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 diff --git a/perl-Test-Differences.spec b/perl-Test-Differences.spec index a460aad..8dfb6a8 100644 --- a/perl-Test-Differences.spec +++ b/perl-Test-Differences.spec @@ -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