diff --git a/rubygem-spring.spec b/rubygem-spring.spec index 1e88ac47da938853acc567f7ad7ead8a45b4bbec..4f4d0ac4fbdd47bdf30821235bbedd8d718d1830 100644 --- a/rubygem-spring.spec +++ b/rubygem-spring.spec @@ -1,6 +1,6 @@ %global gem_name spring Name: rubygem-%{gem_name} -Version: 4.1.3 +Version: 4.3.0 Release: 1 Summary: Rails application preloader License: MIT @@ -64,6 +64,13 @@ popd %doc %{gem_instdir}/README.md %changelog +* Thu Mar 27 2025 openeuler_bot - 4.3.0-2 +- Drop support to Ruby < 2.7 and Rails < 6.0 (version: v4.0.0) +- Fix compatibility issues with code that raises exceptions with frozen backtraces (version: v3.1.1) +- Fix bug which makes rails consoles to hang at exit when multiple of them are open (version: v3.1.0) +- Modernize spring binstubs and disable it in production (version: v4.0.0) +- Stop depending on Set (version: v4.0.0) + * Wed Jan 17 2024 liyanan - 4.1.3-1 - Update to 4.1.3 diff --git a/spring-4.1.3-tests.tar.gz b/spring-4.1.3-tests.tar.gz deleted file mode 100644 index c9510fb98c99bfd9bf7817255e05426ad13df512..0000000000000000000000000000000000000000 Binary files a/spring-4.1.3-tests.tar.gz and /dev/null differ diff --git a/spring-4.3.0.gem b/spring-4.3.0.gem new file mode 100644 index 0000000000000000000000000000000000000000..2a6294516582e8a71007dc71a2d55b6ee846e1d4 Binary files /dev/null and b/spring-4.3.0.gem differ