diff --git a/redis-4.6.0.gem b/redis-4.6.0.gem deleted file mode 100644 index d8c4efe030c8df8c1393ed853f1812638f529b76..0000000000000000000000000000000000000000 Binary files a/redis-4.6.0.gem and /dev/null differ diff --git a/redis-4.7.0.gem b/redis-4.7.0.gem new file mode 100644 index 0000000000000000000000000000000000000000..cdda259955d9c27c50a59a47e24d8ee57a675579 Binary files /dev/null and b/redis-4.7.0.gem differ diff --git a/rubygem-redis.spec b/rubygem-redis.spec index 50474c42855f963116137af8dfa5d952139b93a3..56f7de19b0f7507a450481df28235105670d10ff 100644 --- a/rubygem-redis.spec +++ b/rubygem-redis.spec @@ -1,7 +1,7 @@ %global gem_name redis Name: rubygem-%{gem_name} -Version: 4.6.0 -Release: 2 +Version: 4.7.0 +Release: 1 Summary: A Ruby client library for Redis License: MIT URL: https://github.com/redis/redis-rb @@ -66,6 +66,9 @@ popd %doc %{gem_instdir}/README.md %changelog +* Tue Aug 9 2022 liyanan - 4.7.0-1 +- Update to 4.7.0 + * Mon Jul 18 2022 wulei - 4.6.0-2 - Fix the compilation failure diff --git a/v4.6.0.tar.gz b/v4.6.0.tar.gz deleted file mode 100644 index ddb81e35aa63cc8de970265fcc39f18131c36ebd..0000000000000000000000000000000000000000 Binary files a/v4.6.0.tar.gz and /dev/null differ diff --git a/v4.7.0.tar.gz b/v4.7.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..71f3045c3e1113a82cb638b449c069c6ff0186bd Binary files /dev/null and b/v4.7.0.tar.gz differ