#4 Update to redis 4.2.5.
Closed 3 years ago by vondruch. Opened 3 years ago by pvalena.
rpms/ pvalena/rubygem-redis rebase  into  master

file modified
+7 -3
@@ -1,14 +1,14 @@ 

  %global gem_name redis

  

  Name: rubygem-%{gem_name}

- Version: 4.2.2

+ Version: 4.2.5

  Release: 1%{?dist}

  Summary: A Ruby client library for Redis

  License: MIT

  URL: https://github.com/redis/redis-rb

  Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem

- # git clone https://github.com/redis/redis-rb.git && cd redis-rb

- # git archive -v -o redis-rb-4.2.2-tests.txz v4.2.2 makefile test/ bin/

+ # git clone https://github.com/redis/redis-rb.git --no-checkout

+ # cd redis-rb && git archive -v -o redis-rb-4.2.5-tests.txz v4.2.5 makefile test/ bin/

  Source1: %{gem_name}-rb-%{version}-tests.txz

  BuildRequires: ruby(release)

  BuildRequires: rubygems-devel
@@ -92,6 +92,10 @@ 

  %doc %{gem_instdir}/README.md

  

  %changelog

+ * Fri Nov 27 05:21:35 CET 2020 Pavel Valena <pvalena@redhat.com> - 4.2.5-1

+ - Update to redis 4.2.5.

+   Resolves: rhbz#1898465

+ 

  * Thu Sep 10 2020 Vít Ondruch <vondruch@redhat.com> - 4.2.2-1

  - Update to redis 4.2.2.

    Resolves: rhbz#1846288

file modified
+2 -2
@@ -1,2 +1,2 @@ 

- SHA512 (redis-4.2.2.gem) = 9641a4c1a0e8f0036c46be140c1e8a723eacd3ea529dc0e6e1010497316f53404dd9fc6ff4d0eb23e9482f8dd7097688cc849c968a1a728f2ef7c6f635000e37

- SHA512 (redis-rb-4.2.2-tests.txz) = fef2e01ad8421d7ad5ea5f0973d133dea5dcaa05b44864c6080e250a8d67ad9737c86083609d73d4681e6fff737b2418dd8fa71b8e9b7b7d71efc742045e2c1f

+ SHA512 (redis-4.2.5.gem) = d411449e816e0f8cce54dbe0d8f2ec6adafab241182264e4362118dcc811b89fa791ba90181e0fdee38f0f70cf00c1e3100d676e961b2be035f4f7d1cc7bf913

+ SHA512 (redis-rb-4.2.5-tests.txz) = fae135e85696f2fa55a75a58d3e200b0e010f51ea32f5dfa10951d845af9b41d893b6e3a8f734a2670a11ab8399ef7efc35c45769821f5a16081eb57a3e90d70


To have latest redis gem in Fedora.

Up-to-date Koji scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=56309774

Up-to-date Copr build:
https://copr.fedorainfracloud.org/coprs/build/1796337

Checks:

  • Tests: ok
  • Syntax check: ok
  • Reverse dependencies: ok
  • Smoke test: ok
  • rpmlint: ok

Update log: https://git.io/JkQ7M
Test log: https://git.io/JkQ7y
gem2rpm diff: https://git.io/JkQ7S

Sorry, I have noticed it too lated :see_no_evil:

Pull-Request has been closed by vondruch

3 years ago

Would this be mitigated if I would've switched the BZ to assigned (to me)?

Would this be mitigated if I would've switched the BZ to assigned (to me)?

Good question. It could possibly help, because I am looking for BZ number for reference in changelog. But I can't promise ;)