!4 [sync] PR-2: update to 3.20.1 for fix build error

From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-03-30 08:37:11 +00:00 committed by Gitee
commit 623a3f64ea
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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 %global gem_name backports
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 3.11.4 Version: 3.20.1
Release: 1 Release: 1
Summary: Backports of Ruby features for older Ruby Summary: Backports of Ruby features for older Ruby
License: MIT License: MIT
@ -39,25 +39,22 @@ popd
%files %files
%dir %{gem_instdir} %dir %{gem_instdir}
%exclude %{gem_instdir}/.*
%license %{gem_instdir}/LICENSE.txt %license %{gem_instdir}/LICENSE.txt
%{gem_instdir}/backports.gemspec
%{gem_libdir} %{gem_libdir}
%exclude %{gem_cache} %exclude %{gem_cache}
%{gem_spec} %{gem_spec}
%files doc %files doc
%doc %{gem_docdir} %doc %{gem_docdir}
%doc %{gem_instdir}/CHANGELOG.rdoc %doc %{gem_instdir}/CHANGELOG.md
%{gem_instdir}/Gemfile* %{gem_instdir}/Gemfile*
%doc %{gem_instdir}/README.rdoc %doc %{gem_instdir}/README.md
%{gem_instdir}/Rakefile %doc %{gem_instdir}/SECURITY.md
%{gem_instdir}/default.mspec %{gem_instdir}/backports.gemspec
%{gem_instdir}/frozen_old_spec
%{gem_instdir}/set_version
%{gem_instdir}/spec
%{gem_instdir}/test
%changelog %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 * Wed Aug 19 2020 shenleizhao <shenleizhao@huawei.com> - 3.11.4-1
- package init - package init