update to 3.20.1 for fix build error

(cherry picked from commit 89e8f0609e90953201787a4289299d964defd3a0)
This commit is contained in:
wk333 2022-02-14 18:15:26 +08:00 committed by openeuler-sync-bot
parent 68a1355f9d
commit 832608a1f4
3 changed files with 8 additions and 11 deletions

Binary file not shown.

BIN
backports-3.20.1.gem Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global gem_name backports
Name: rubygem-%{gem_name}
Version: 3.11.4
Version: 3.20.1
Release: 1
Summary: Backports of Ruby features for older Ruby
License: MIT
@ -39,25 +39,22 @@ popd
%files
%dir %{gem_instdir}
%exclude %{gem_instdir}/.*
%license %{gem_instdir}/LICENSE.txt
%{gem_instdir}/backports.gemspec
%{gem_libdir}
%exclude %{gem_cache}
%{gem_spec}
%files doc
%doc %{gem_docdir}
%doc %{gem_instdir}/CHANGELOG.rdoc
%doc %{gem_instdir}/CHANGELOG.md
%{gem_instdir}/Gemfile*
%doc %{gem_instdir}/README.rdoc
%{gem_instdir}/Rakefile
%{gem_instdir}/default.mspec
%{gem_instdir}/frozen_old_spec
%{gem_instdir}/set_version
%{gem_instdir}/spec
%{gem_instdir}/test
%doc %{gem_instdir}/README.md
%doc %{gem_instdir}/SECURITY.md
%{gem_instdir}/backports.gemspec
%changelog
* Mon Feb 14 2022 wangkai <wangkai385@huawei.com> - 3.20.1-1
- update to 3.20.1 for fix build error
* Wed Aug 19 2020 shenleizhao <shenleizhao@huawei.com> - 3.11.4-1
- package init