diff --git a/redis-4.6.0.gem b/redis-4.6.0.gem deleted file mode 100644 index d8c4efe..0000000 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 0000000..cdda259 Binary files /dev/null and b/redis-4.7.0.gem differ diff --git a/rubygem-redis.spec b/rubygem-redis.spec index 50474c4..56f7de1 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 ddb81e3..0000000 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 0000000..71f3045 Binary files /dev/null and b/v4.7.0.tar.gz differ