From ff8d573e01f70b0ebf04022a7b0e8b0372feec0ac2142704bec6d9a1c693a9e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Tue, 31 Dec 2024 00:21:22 +0000 Subject: [PATCH] Accepting request 1203079 from devel:languages:perl:autoupdate - updated to 1.0021 see /usr/share/doc/packages/perl-Protocol-Redis/Changes 1.0021 03.09.2024 00:00:00 - Test unknown version excaption implementation 1.0020 03.09.2024 00:00:00 - Protocol::Redis implementation should fail on instantiating with unknown version (Grinnz) OBS-URL: https://build.opensuse.org/request/show/1203079 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Protocol-Redis?expand=0&rev=9 --- Protocol-Redis-1.0011.tar.gz | 3 --- Protocol-Redis-1.0021.tar.gz | 3 +++ perl-Protocol-Redis.changes | 12 ++++++++++++ perl-Protocol-Redis.spec | 24 +++++++++++------------- 4 files changed, 26 insertions(+), 16 deletions(-) delete mode 100644 Protocol-Redis-1.0011.tar.gz create mode 100644 Protocol-Redis-1.0021.tar.gz diff --git a/Protocol-Redis-1.0011.tar.gz b/Protocol-Redis-1.0011.tar.gz deleted file mode 100644 index e24103c..0000000 --- a/Protocol-Redis-1.0011.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ceb6bd80067c904465d4fd1f1715724388c9bdc37c6c2c003a20ce569b7f4e8 -size 6413 diff --git a/Protocol-Redis-1.0021.tar.gz b/Protocol-Redis-1.0021.tar.gz new file mode 100644 index 0000000..cc99692 --- /dev/null +++ b/Protocol-Redis-1.0021.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae1923faa33b2f61d5ff8e15960b6f8ed66cbd9e28e810a21cc4f24d02fcddd +size 6413 diff --git a/perl-Protocol-Redis.changes b/perl-Protocol-Redis.changes index 12c391b..14b10d7 100644 --- a/perl-Protocol-Redis.changes +++ b/perl-Protocol-Redis.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Sep 3 05:32:54 UTC 2024 - Tina Müller + +- updated to 1.0021 + see /usr/share/doc/packages/perl-Protocol-Redis/Changes + + 1.0021 03.09.2024 00:00:00 + - Test unknown version excaption implementation + + 1.0020 03.09.2024 00:00:00 + - Protocol::Redis implementation should fail on instantiating with unknown version (Grinnz) + ------------------------------------------------------------------- Thu Dec 26 03:12:25 UTC 2019 - diff --git a/perl-Protocol-Redis.spec b/perl-Protocol-Redis.spec index 7e27a1b..01d085b 100644 --- a/perl-Protocol-Redis.spec +++ b/perl-Protocol-Redis.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Protocol-Redis # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-Protocol-Redis -Version: 1.0011 -Release: 0 %define cpan_name Protocol-Redis -Summary: Redis protocol parser/encoder with asynchronous capabilities +Name: perl-Protocol-Redis +Version: 1.0021 +Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +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 Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.94 @@ -39,12 +37,13 @@ Redis protocol parser/encoder with asynchronous capabilities and at http://redis.io/topics/pipelining support. %prep -%setup -q -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 +%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 %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -55,7 +54,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes +%doc Changes examples %changelog