diff --git a/rubygem-sdoc.spec b/rubygem-sdoc.spec index 088caee..ce547a2 100644 --- a/rubygem-sdoc.spec +++ b/rubygem-sdoc.spec @@ -1,6 +1,6 @@ %global gem_name sdoc Name: rubygem-%{gem_name} -Version: 2.4.0 +Version: 2.5.0 Release: 1 Summary: RDoc generator to build searchable HTML documentation for Ruby code License: MIT and (GPLv2 or Ruby) and BSD @@ -10,7 +10,7 @@ Source1: sdoc.1 Source2: sdoc-merge.1 Patch0: Resolve-the-check-failure.patch Requires: rubygem(json) -BuildRequires: ruby(release) rubygems-devel ruby rubygem(minitest) +BuildRequires: ruby(release) rubygems-devel ruby rubygem(minitest) zlib-devel BuildArch: noarch %description SDoc is simply a wrapper for the rdoc command line tool. @@ -73,6 +73,9 @@ popd %{gem_instdir}/spec %changelog +* Tue Feb 20 2023 wenchaofan <349464272@qq.com> - 2.5.0-1 +- Upgrade to 2.5.0 + * Tue Jul 05 2022 yaoxin - 2.4.0-1 - Upgrade to 2.4.0 diff --git a/sdoc-2.4.0.gem b/sdoc-2.4.0.gem deleted file mode 100644 index f770149..0000000 Binary files a/sdoc-2.4.0.gem and /dev/null differ diff --git a/sdoc-2.5.0.gem b/sdoc-2.5.0.gem new file mode 100644 index 0000000..adedba7 Binary files /dev/null and b/sdoc-2.5.0.gem differ