diff --git a/Protocol-Redis-1.0006.tar.gz b/Protocol-Redis-1.0006.tar.gz deleted file mode 100644 index 0114453..0000000 --- a/Protocol-Redis-1.0006.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1a7dcb6f0a84d94fae96752ca3d8aec7d3f0e5b24c33793d244446d5c75e439 -size 6441 diff --git a/Protocol-Redis-1.0010.tar.gz b/Protocol-Redis-1.0010.tar.gz new file mode 100644 index 0000000..670d6ce --- /dev/null +++ b/Protocol-Redis-1.0010.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e787236e46b1f0738a98113ea0dfbee4c695723bb37dce8d6936fd9a519e5343 +size 6357 diff --git a/perl-Protocol-Redis.changes b/perl-Protocol-Redis.changes index fa80e62..885dfed 100644 --- a/perl-Protocol-Redis.changes +++ b/perl-Protocol-Redis.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 29 05:33:07 UTC 2019 - Stephan Kulow + +- 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 diff --git a/perl-Protocol-Redis.spec b/perl-Protocol-Redis.spec index 9d68e88..0b009c8 100644 --- a/perl-Protocol-Redis.spec +++ b/perl-Protocol-Redis.spec @@ -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