9
0

Accepting request 726896 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/726896
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Protocol-Redis?expand=0&rev=5
This commit is contained in:
2019-08-29 10:27:38 +00:00
committed by Git OBS Bridge
parent 75569fc240
commit 6636287131
4 changed files with 24 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Aug 29 05:33:07 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.0010
see /usr/share/doc/packages/perl-Protocol-Redis/Changes
1.0010 28.08.2019 00:00:00
- code cleanup, prerequirements improvement, updated metadata to
meta-spec (Grinnz)
- tests improved with binary-safe encoding tests (Grinnz)
- optimize encode() (Grinnz)
- optimize parse() (jhthorsen)
-------------------------------------------------------------------
Tue Jan 29 15:00:00 CET 2019 - sriedel@suse.de

View File

@@ -16,20 +16,22 @@
#
%define cpan_name Protocol-Redis
Name: perl-Protocol-Redis
Version: 1.0006
Version: 1.0010
Release: 0
%define cpan_name Protocol-Redis
Summary: Redis protocol parser/encoder with asynchronous capabilities
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: http://search.cpan.org/dist/Protocol-Redis/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/U/UN/UNDEF/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
BuildArch: noarch
BuildRequires: perl(Test::More) >= 0.94
Requires: perl(Test::More) >= 0.94
%{perl_requires}
%description
@@ -45,7 +47,7 @@ perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
make %{?_smp_mflags} test
make test
%install
%perl_make_install