Accepting request 296310 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/296310
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sort-Key?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2015-04-15 09:43:51 +00:00 committed by Git OBS Bridge
parent 6be3c23101
commit 7cc7615382
4 changed files with 15 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ed325f35a8a56bc5db43fb0911b3dd5d2ade73bf709850041f57867d8a15bb1
size 56339

BIN
Sort-Key-1.33.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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

View File

@ -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.