forked from pool/perl-Mojo-Redis
Compare commits
11 Commits
fd5c574e70
...
b1caef0eab
Author | SHA256 | Date | |
---|---|---|---|
b1caef0eab | |||
9e70a306e7 | |||
42b9595468 | |||
|
ad714f7444 | ||
279fea5a6d | |||
9223161c76 | |||
0e3620e35d | |||
f772b7f2b8 | |||
cb233d9aac | |||
|
244ea52ad7 | ||
|
207a6e83cf |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4179bd3608638e53cfb822733427e2d214343d3c72d45bbb13e6ab28bc5f7e6
|
||||
size 40201
|
3
Mojo-Redis-3.29.tar.gz
Normal file
3
Mojo-Redis-3.29.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a03319a45d2e613a6c7d2d59ac00fd4b0b47886562e62b21de91b4af89658082
|
||||
size 41984
|
@@ -1,3 +1,101 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 24 03:08:29 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.29
|
||||
see /usr/share/doc/packages/perl-Mojo-Redis/Changes
|
||||
|
||||
3.29 2022-02-23T14:56:18+0900
|
||||
- Fix use of "defined" in unit test
|
||||
|
||||
3.28 2022-02-21T15:40:56+0900
|
||||
- Add channel to Mojo::Redis::PubSub::listen() callback
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 20 03:06:20 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.27
|
||||
see /usr/share/doc/packages/perl-Mojo-Redis/Changes
|
||||
|
||||
3.27 2021-11-20T10:51:49+0900
|
||||
- Add experimental "subscribe" and "psubscribe" events to Mojo::Redis::PubSub
|
||||
- Fix examples for set and expire #62
|
||||
- Fix handling "psubscribe" response from Redis #63
|
||||
- Fix sending database requests after connecting to sentinel server #64
|
||||
- Fix only passing on (p)message messages to listen handlers #67
|
||||
- Remove experimental write_q() method, and replaced it with write()
|
||||
- Remove the ->multi_p(@promises) syntax #68 #70
|
||||
Contributor: Jan "Yenya" Kasprzak
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 1 03:07:25 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.26
|
||||
see /usr/share/doc/packages/perl-Mojo-Redis/Changes
|
||||
|
||||
3.26 2021-03-01T09:01:51+0900
|
||||
- Avoid circular reference in redis response parser
|
||||
Contributor: Dan Book
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 4 03:19:11 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 3.25
|
||||
see /usr/share/doc/packages/perl-Mojo-Redis/Changes
|
||||
|
||||
3.25 2020-10-02T10:21:30+0900
|
||||
- Fix handling undef() in _process_...() methods #56
|
||||
- Fix some leaks in Mojo::Redis::PubSub
|
||||
- Add Mojo::Redis::PubSub->notify_p()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 8 05:14:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.24
|
||||
see /usr/share/doc/packages/perl-Mojo-Redis/Changes
|
||||
|
||||
3.24 2019-05-07T22:25:50+0700
|
||||
- Fix PubSub->keyspace_listen() #42
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 05:18:11 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.23
|
||||
see /usr/share/doc/packages/perl-Mojo-Redis/Changes
|
||||
|
||||
3.23 2019-05-04T21:12:25+0700
|
||||
- Fix compatibility with Mojolicious 8.15 #46
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 25 05:16:45 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.22
|
||||
see /usr/share/doc/packages/perl-Mojo-Redis/Changes
|
||||
|
||||
3.22 2019-04-24T12:32:18+0700
|
||||
- Forgot to update protocol parser for Mojo::Redis::Cache after 3.21 #43
|
||||
- Fix broken link in Mojo::Redis::Connection #44
|
||||
Contributor: Mohammad S Anwar
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 05:15:50 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.21
|
||||
see /usr/share/doc/packages/perl-Mojo-Redis/Changes
|
||||
|
||||
3.21 2019-04-16T09:58:44+0700
|
||||
- Changed default protocol parser to Protocol::Redis::XS #43
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 05:14:51 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- updated to 3.20
|
||||
see /usr/share/doc/packages/perl-Mojo-Redis/Changes
|
||||
|
||||
3.20 2019-04-04T10:31:03+0700
|
||||
- Use Protocol::Redis::Faster instead of Protocol::Redis #38
|
||||
- Only decode data from bulk string responses #40
|
||||
- Fix allowing custom URL object with userinfo in constructor #41
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 31 06:16:20 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Mojo-Redis
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 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,25 +16,23 @@
|
||||
#
|
||||
|
||||
|
||||
Name: perl-Mojo-Redis
|
||||
Version: 3.19
|
||||
Release: 0
|
||||
%define cpan_name Mojo-Redis
|
||||
Summary: Redis driver based on Mojo::IOLoop
|
||||
Name: perl-Mojo-Redis
|
||||
Version: 3.29
|
||||
Release: 0
|
||||
License: Artistic-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: https://metacpan.org/release/%{cpan_name}
|
||||
Summary: Redis driver based on Mojo::IOLoop
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/J/JH/JHTHORSEN/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Mojolicious) >= 7.80
|
||||
BuildRequires: perl(Protocol::Redis) >= 1.0006
|
||||
BuildRequires: perl(Mojolicious) >= 8.50
|
||||
BuildRequires: perl(Protocol::Redis::Faster) >= 0.002
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(Mojolicious) >= 7.80
|
||||
Requires: perl(Protocol::Redis) >= 1.0006
|
||||
Requires: perl(Mojolicious) >= 8.50
|
||||
Requires: perl(Protocol::Redis::Faster) >= 0.002
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -44,9 +42,9 @@ integrate easily with the Mojolicious framework.
|
||||
It tries to mimic the same interface as Mojo::Pg, Mojo::mysql and
|
||||
Mojo::SQLite, but the methods for talking to the database vary.
|
||||
|
||||
This module is in no way compatible with the 1.xx version of Mojo::Redis
|
||||
This module is in no way compatible with the 1.xx version of 'Mojo::Redis'
|
||||
and this version also tries to fix a lot of the confusing methods in
|
||||
Mojo::Redis2 related to pubsub.
|
||||
'Mojo::Redis2' related to pubsub.
|
||||
|
||||
This module is currently EXPERIMENTAL, and bad design decisions will be
|
||||
fixed without warning. Please report at
|
||||
@@ -55,11 +53,11 @@ useful, annoying or if you simply find bugs. Feedback can also be sent to
|
||||
'jhthorsen@cpan.org'.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%check
|
||||
make test
|
||||
@@ -70,7 +68,6 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples README.md
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user