8
0

WIP: Automatic update to Protocol-Redis-2.0000.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Protocol-Redis:autoupdate into main
4 changed files with 21 additions and 7 deletions

View File

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

BIN
Protocol-Redis-2.0000.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 2 06:19:55 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@@ -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