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.0001.tar.gz b/Protocol-Redis-2.0001.tar.gz new file mode 100644 index 0000000..7e5ed0b --- /dev/null +++ b/Protocol-Redis-2.0001.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eecd5d1806bbe458161b287fd4936f9e9443b6b89d370621db51b7219926144b +size 21850 diff --git a/perl-Protocol-Redis.changes b/perl-Protocol-Redis.changes index 14b10d7..cbcf14d 100644 --- a/perl-Protocol-Redis.changes +++ b/perl-Protocol-Redis.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Feb 5 06:16:00 UTC 2026 - Tina Müller + +- updated to 2.0.100 (2.0001) + see /usr/share/doc/packages/perl-Protocol-Redis/Changes + + 2.0001 04.02.2026 00:00:00 + - Test and fix encoding 0 as a double in RESP3 (Grinnz). + + 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..603b898 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.100 Release: 0 +# 2.0001 -> normalize -> 2.0.100 +%define cpan_version 2.0001 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,9 +43,7 @@ Redis protocol parser/encoder with asynchronous capabilities and at http://redis.io/topics/pipelining support. %prep -%autosetup -n %{cpan_name}-%{version} - -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor @@ -56,5 +59,6 @@ make test %files -f %{name}.files %doc Changes examples +%license LICENSE %changelog