diff --git a/rubygem-thin.spec b/rubygem-thin.spec index 81a5c35398e76868509ecd318118056065d2f610..99ff68fa839d3a00c42d8560ae2e32dbdb0006c0 100644 --- a/rubygem-thin.spec +++ b/rubygem-thin.spec @@ -1,6 +1,6 @@ %global gem_name thin Name: rubygem-%{gem_name} -Version: 1.8.2 +Version: 2.0.0 Release: 1 Summary: A thin and fast web server License: (GPLv2+ or Ruby) and BSD and MIT @@ -73,6 +73,9 @@ popd %{gem_instdir}/Rakefile %changelog +* Mon Jul 07 2025 openeuler_bot - 2.0.0-1 +- Partial Rack 3 support. Full bi-directional streaming is not supported due to limitations in the implementation. (version:2.0.0) + * Mon Aug 14 2023 zouzhimin - 1.8.2-1 - update to 1.8.2 diff --git a/thin-1.8.2-tests.tar.gz b/thin-1.8.2-tests.tar.gz deleted file mode 100644 index 6fe45260058eb0043555853267aa3407053e8328..0000000000000000000000000000000000000000 Binary files a/thin-1.8.2-tests.tar.gz and /dev/null differ diff --git a/thin-2.0.0.gem b/thin-2.0.0.gem new file mode 100644 index 0000000000000000000000000000000000000000..ee13f7dedc78bec837867c60826cbb1eaaa36ff0 Binary files /dev/null and b/thin-2.0.0.gem differ