From 1e93b58f8a4f74b82fc9a20560aadc93fe43b0381e312b835099a0abda3dd7a8 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 20 Jan 2022 10:23:26 +0000 Subject: [PATCH] Accepting request 947250 from devel:languages:perl:autoupdate - updated to 1.999 see /usr/share/doc/packages/perl-Redis/Changes OBS-URL: https://build.opensuse.org/request/show/947250 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Redis?expand=0&rev=26 --- Redis-1.998.tar.gz | 3 --- Redis-1.999.tar.gz | 3 +++ perl-Redis.changes | 6 ++++++ perl-Redis.spec | 15 ++++++--------- 4 files changed, 15 insertions(+), 12 deletions(-) delete mode 100644 Redis-1.998.tar.gz create mode 100644 Redis-1.999.tar.gz diff --git a/Redis-1.998.tar.gz b/Redis-1.998.tar.gz deleted file mode 100644 index 5b7d223..0000000 --- a/Redis-1.998.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59f3bb176c3a7a54cb3779497b89a7bae1fb217565c68711d585fc1f09d79c87 -size 59660 diff --git a/Redis-1.999.tar.gz b/Redis-1.999.tar.gz new file mode 100644 index 0000000..3e4e68a --- /dev/null +++ b/Redis-1.999.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a83a36f44d8f2c38091aba142311ff65a6aa8cb67467f9e53d46a3b5da35a5 +size 66324 diff --git a/perl-Redis.changes b/perl-Redis.changes index 130420e..c071688 100644 --- a/perl-Redis.changes +++ b/perl-Redis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 15 03:08:40 UTC 2022 - Tina Müller + +- updated to 1.999 + see /usr/share/doc/packages/perl-Redis/Changes + ------------------------------------------------------------------- Wed Aug 19 03:13:18 UTC 2020 - Tina Müller diff --git a/perl-Redis.spec b/perl-Redis.spec index 4c17fa4..d23fa48 100644 --- a/perl-Redis.spec +++ b/perl-Redis.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Redis # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 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-Redis -Version: 1.998 -Release: 0 %define cpan_name Redis +Name: perl-Redis +Version: 1.999 +Release: 0 Summary: Perl binding for Redis database License: Artistic-2.0 -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Digest::SHA) @@ -47,7 +45,7 @@ Requires: perl(Try::Tiny) %{perl_requires} %description -Pure perl bindings for http://redis.io/ +Pure perl bindings for https://redis.io/ This version supports protocol 2.x (multi-bulk) or later of Redis available at https://github.com/antirez/redis/. @@ -58,7 +56,7 @@ information to support almost all commands with same piece of code with a little help of 'AUTOLOAD'. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build @@ -73,7 +71,6 @@ perl Build.PL --installdirs=vendor %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE