diff --git a/Sort-Key-1.28.tar.gz b/Sort-Key-1.28.tar.gz deleted file mode 100644 index ae254eb..0000000 --- a/Sort-Key-1.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ed325f35a8a56bc5db43fb0911b3dd5d2ade73bf709850041f57867d8a15bb1 -size 56339 diff --git a/Sort-Key-1.33.tar.gz b/Sort-Key-1.33.tar.gz new file mode 100644 index 0000000..fbdec48 --- /dev/null +++ b/Sort-Key-1.33.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6a4ccfab094c9cd164f564024e98bd21d94f4312ccac4d6246d22b34081acf +size 58324 diff --git a/perl-Sort-Key.changes b/perl-Sort-Key.changes index 9936618..7d8dfaf 100644 --- a/perl-Sort-Key.changes +++ b/perl-Sort-Key.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 14 18:18:27 UTC 2015 - coolo@suse.com + +- updated to 1.33 + see /usr/share/doc/packages/perl-Sort-Key/Changes + ------------------------------------------------------------------- Wed Sep 28 14:31:28 UTC 2011 - coolo@suse.com diff --git a/perl-Sort-Key.spec b/perl-Sort-Key.spec index 075c976..8eb4c9e 100644 --- a/perl-Sort-Key.spec +++ b/perl-Sort-Key.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Sort-Key # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,24 +16,18 @@ # - Name: perl-Sort-Key -Version: 1.28 -Release: 1 -License: GPL+ or Artistic +Version: 1.33 +Release: 0 %define cpan_name Sort-Key Summary: the fastest way to sort anything in Perl -Url: http://search.cpan.org/dist/Sort-Key/ +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/Sort-Key/ Source: http://www.cpan.org/authors/id/S/SA/SALVA/%{cpan_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Sort::Key) -#BuildRequires: perl(Sort::Key::Maker) -#BuildRequires: perl(Sort::Key::Multi) -#BuildRequires: perl(Sort::Key::Natural) -#BuildRequires: perl(Sort::Key::Register) %{perl_requires} %description @@ -43,7 +37,7 @@ calculated key value. It is faster (usually *much faster*) and uses less memory than other alternatives implemented around perl sort function (ST, GRT, etc.). -Multikey sorting functionality is also provided via the companion modules +Multi-key sorting functionality is also provided via the companion modules the Sort::Key::Multi manpage, the Sort::Key::Maker manpage and the Sort::Key::Register manpage.