From eced447db02f294ba8675d2497c0daed4f7ce14ffb0e10de4b574ad575e36fa2 Mon Sep 17 00:00:00 2001 From: cpanmirror Date: Mon, 2 Feb 2026 06:19:56 +0000 Subject: [PATCH] Automatic update to Protocol-Redis-2.0000.tar.gz --- Protocol-Redis-1.0021.tar.gz | 3 --- Protocol-Redis-2.0000.tar.gz | 3 +++ perl-Protocol-Redis.changes | 9 +++++++++ perl-Protocol-Redis.spec | 13 +++++++++---- 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 Protocol-Redis-1.0021.tar.gz create mode 100644 Protocol-Redis-2.0000.tar.gz diff --git a/Protocol-Redis-1.0021.tar.gz b/Protocol-Redis-1.0021.tar.gz deleted file mode 100644 index cc99692..0000000 --- a/Protocol-Redis-1.0021.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fae1923faa33b2f61d5ff8e15960b6f8ed66cbd9e28e810a21cc4f24d02fcddd -size 6413 diff --git a/Protocol-Redis-2.0000.tar.gz b/Protocol-Redis-2.0000.tar.gz new file mode 100644 index 0000000..5b1719c --- /dev/null +++ b/Protocol-Redis-2.0000.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d6581632bfad7db0d2300144658fe6526f5aca82ebc5d53214066bac01620a +size 12371 diff --git a/perl-Protocol-Redis.changes b/perl-Protocol-Redis.changes index 14b10d7..a5120c7 100644 --- a/perl-Protocol-Redis.changes +++ b/perl-Protocol-Redis.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 2 06:19:55 UTC 2026 - Tina Müller + +- updated to 2.0.0 (2.0000) + see /usr/share/doc/packages/perl-Protocol-Redis/Changes + + 2.0000 18.01.2026 00:00:00 + - Add support for RESP2 and RESP3 versions (Grinnz). + ------------------------------------------------------------------- Tue Sep 3 05:32:54 UTC 2024 - Tina Müller diff --git a/perl-Protocol-Redis.spec b/perl-Protocol-Redis.spec index 248905e..af9a072 100644 --- a/perl-Protocol-Redis.spec +++ b/perl-Protocol-Redis.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Protocol-Redis # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,14 @@ %define cpan_name Protocol-Redis Name: perl-Protocol-Redis -Version: 1.0021 +Version: 2.0.0 Release: 0 +# 2.0000 -> normalize -> 2.0.0 +%define cpan_version 2.0000 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Redis protocol parser/encoder with asynchronous capabilities URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/U/UN/UNDEF/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/U/UN/UNDEF/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch @@ -31,6 +33,9 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.94 Requires: perl(Test::More) >= 0.94 +Provides: perl(Protocol::Redis) = %{version} +Provides: perl(Protocol::Redis::Test) +%undefine __perllib_provides %{perl_requires} %description @@ -38,7 +43,7 @@ Redis protocol parser/encoder with asynchronous capabilities and at http://redis.io/topics/pipelining support. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 -- 2.51.1