1
0

Accepting request 208448 from devel:languages:perl

- update to 2.31, new author, a more clearer license, no changelog

OBS-URL: https://build.opensuse.org/request/show/208448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Term-ReadKey?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal 2013-12-03 12:24:20 +00:00 committed by Git OBS Bridge
commit 49d455105e
4 changed files with 14 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c4c70bf487f2e432046dce07cf4b77ff181667d0905f9cb1203ff95ff5dd5ff
size 37006

3
TermReadKey-2.31.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:623125f28187ee6e7053f78c0aff66c15912a41ed84aadd4aab5dbd75bceeab3
size 79553

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 26 09:14:50 UTC 2013 - coolo@suse.com
- update to 2.31, new author, a more clearer license, no changelog
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 5 15:46:26 UTC 2011 - lars@linux-schulserver.de Wed Oct 5 15:46:26 UTC 2011 - lars@linux-schulserver.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Term-ReadKey # spec file for package perl-Term-ReadKey
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,18 +16,17 @@
# #
Name: perl-Term-ReadKey Name: perl-Term-ReadKey
Version: 2.30 Version: 2.31
Release: 0 Release: 0
License: GPL-2.0+ or Artistic-1.0(GPL-2.0+ or Artistic-1.0)
Summary: Module for Simple Terminal Control Summary: Module for Simple Terminal Control
Url: http://search.cpan.org/dist/Term-ReadKey License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Term-ReadKey
Source: http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz
BuildRequires: make BuildRequires: make
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::MakeMaker)
Requires: /bin/stty Requires: /bin/stty
Provides: perl-TermReadKey = %{version} Provides: perl-TermReadKey = %{version}
Obsoletes: perl-TermReadKey <= 2.30 Obsoletes: perl-TermReadKey <= 2.30
@ -53,10 +52,9 @@ make %{?_smp_flags}
%perl_make_install %perl_make_install
%perl_process_packlist %perl_process_packlist
%check
# s390/s390x don't have /dev/tty # s390/s390x don't have /dev/tty
%ifnarch s390 s390x %ifnarch s390 s390x
%check
make test make test
%endif %endif