WIP: Automatic update to Test-RedisServer-0.24.tar.gz #1

Draft
cpanmirror wants to merge 1 commits from cpanmirror/perl-Test-RedisServer:autoupdate into main
4 changed files with 19 additions and 9 deletions

View File

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

BIN
Test-RedisServer-0.24.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 30 06:04:43 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 0.240.0 (0.24)
see /usr/share/doc/packages/perl-Test-RedisServer/Changes
0.24 2026-01-29T12:09:09Z
- Adjust test to redis 8.0.0 (issue #18) (gregoa)
-------------------------------------------------------------------
Sat Feb 26 03:09:58 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-RedisServer
#
# 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,10 +18,10 @@
%define cpan_name Test-RedisServer
Name: perl-Test-RedisServer
Version: 0.230.0
Version: 0.240.0
Release: 0
# 0.23 -> normalize -> 0.230.0
%define cpan_version 0.23
# 0.24 -> normalize -> 0.240.0
%define cpan_version 0.24
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Redis-server runner for tests
URL: https://metacpan.org/release/%{cpan_name}
@@ -32,12 +32,13 @@ BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Build::Tiny) >= 0.035
BuildRequires: perl(Module::Build::Tiny) >= 0.35
BuildRequires: perl(Mouse)
BuildRequires: perl(Redis)
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Test::TCP)
Requires: perl(Mouse)
Requires: perl(Redis)
Provides: perl(Test::RedisServer) = %{version}
%undefine __perllib_provides
%{perl_requires}
@@ -46,7 +47,7 @@ Provides: perl(Test::RedisServer) = %{version}
redis-server runner for tests.
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Build.PL --installdirs=vendor