diff --git a/Data-Util-0.64.tar.gz b/Data-Util-0.64.tar.gz deleted file mode 100644 index eb21b87..0000000 --- a/Data-Util-0.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d58e72c58531717599cd1a3cf4fb0206bb61b749b5b982a95bf17e83d6fc777 -size 60783 diff --git a/Data-Util-0.65.tar.gz b/Data-Util-0.65.tar.gz new file mode 100644 index 0000000..aa5bfc6 --- /dev/null +++ b/Data-Util-0.65.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538932e837edada90356207b1996225687417c86d94bdc5f418c18fcf3aed5a7 +size 62451 diff --git a/perl-Data-Util.changes b/perl-Data-Util.changes index 9b2030f..a4a88b8 100644 --- a/perl-Data-Util.changes +++ b/perl-Data-Util.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 2 05:14:12 UTC 2016 - coolo@suse.com + +- updated to 0.65 + see /usr/share/doc/packages/perl-Data-Util/Changes + + 0.65 2016-08-01T13:12:55Z + - Drop Perl 5.8 for maintenance + - Fix pure perl installation + ------------------------------------------------------------------- Sun Jul 24 05:13:57 UTC 2016 - coolo@suse.com diff --git a/perl-Data-Util.spec b/perl-Data-Util.spec index 5b10ec9..2716dbc 100644 --- a/perl-Data-Util.spec +++ b/perl-Data-Util.spec @@ -17,7 +17,7 @@ Name: perl-Data-Util -Version: 0.64 +Version: 0.65 Release: 0 %define cpan_name Data-Util Summary: Selection of Utilities for Data and Data Types @@ -34,7 +34,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59 BuildRequires: perl(ExtUtils::ParseXS) >= 3.18 BuildRequires: perl(Hash::Util::FieldHash::Compat) BuildRequires: perl(Module::Build) >= 0.400500 -BuildRequires: perl(Module::Build::XSUtil) >= 0.02 +BuildRequires: perl(Module::Build::XSUtil) >= 0.03 BuildRequires: perl(Scope::Guard) BuildRequires: perl(Test::Exception) >= 0.270000 %{perl_requires} @@ -43,8 +43,10 @@ BuildRequires: perl(Test::Exception) >= 0.270000 This module provides utility functions for data and data types, including functions for subroutines and symbol table hashes (stashes). -The implementation of this module is both Pure Perl and XS, so if you have -a C compiler, all the functions this module provides are really faster. +This module makes for a pure Perl and XS implementation. + +However, if you want to use the full capacity of it, we recommend you to +opt for the XS backend. There are many benchmarks in the _DIST-DIR/benchmark/_ directory.