Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
7a94a06412
!28 Upgrade 2.4.10 for ruby3.2
From: @wk333 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-08-01 09:26:56 +00:00
wk333
a07433127d Upgrade 2.4.10 for ruby3.2 2023-08-01 16:54:15 +08:00
openeuler-ci-bot
edb4f7c73b
!27 [sync] PR-26: Upgrade to 2.3.26
From: @openeuler-sync-bot 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2023-03-13 07:37:30 +00:00
caodongxia
a2812a8a00 Upgrade to 2.3.26
(cherry picked from commit e7e0c8a011e361e112283ed45132ce7ff2e8bca1)
2023-03-13 15:28:53 +08:00
openeuler-ci-bot
ed60694ac8
!20 【轻量级 PR】:fix bogus date
From: @zhangshaoning_uniontech 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-20 01:53:43 +00:00
zhangshaoning
660ddf7ea7
fix bogus date 2022-06-17 06:43:10 +00:00
openeuler-ci-bot
4803d9a874 !12 Upgrade to 2.2.33 for fix CVE-2021-43809
Merge pull request !12 from houyingchao/master
2021-12-29 02:36:42 +00:00
houyingchao
39c2963140 Upgrade to 2.2.33 for fix CVE-2021-43809 2021-12-29 09:49:28 +08:00
openeuler-ci-bot
9bc47aacf7 !4 Upgrade Package
From: @yun-chengzhang
Reviewed-by: 
Signed-off-by:
2021-06-08 20:42:52 +08:00
yun-chengzhang
49825806d4 Upgrade the Package 2021-06-08 17:32:11 +08:00
4 changed files with 28 additions and 22 deletions

Binary file not shown.

BIN
bundler-2.4.10.gem Normal file

Binary file not shown.

View File

@ -1,19 +1,18 @@
%global gem_name bundler
%bcond_with tests
%global fileutils_version 0.7.2
%global molinillo_version 0.6.4
%global net_http_persistent_version 2.9.4
%global thor_version 0.20.0
%global fileutils_version 1.7.0
%global net_http_persistent_version 4.0.1
%global thor_version 1.2.1
Name: rubygem-%{gem_name}
Version: 1.16.1
Release: 5
Version: 2.4.10
Release: 1
Summary: Library and utilities to manage a Ruby application's gem dependencies
License: MIT
URL: http://bundler.io
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Source1: %{gem_name}-%{version}-specs.tgz
Source1: https://github.com/rubygems/rubygems/archive/refs/tags/%{gem_name}-v%{version}.tar.gz
BuildArch: noarch
Requires: rubygem(io-console)
BuildRequires: ruby(release) rubygems-devel ruby
@ -21,7 +20,6 @@ BuildRequires: ruby(release) rubygems-devel ruby
BuildRequires: ruby-devel rubygem(rspec) >= 3.0 git %{_bindir}/ps
%endif
Provides: bundled(rubygem-fileutils) = %{fileutils_version}
Provides: bundled(rubygem-molinillo) = %{molinillo_version}
Provides: bundled(rubygem-net-http-persisntent) = %{net_http_persistent_version}
Provides: bundled(rubygem-thor) = %{thor_version}
@ -55,7 +53,7 @@ chmod a-x %{buildroot}%{gem_libdir}/bundler/templates/Executable
for n in 5 1; do
mkdir -p %{buildroot}%{_mandir}/man${n}
for file in %{buildroot}%{gem_instdir}/man/*.${n}; do
for file in %{buildroot}%{gem_instdir}/lib/bundler/man/*.${n}; do
base_name=$(basename "${file}")
cp -a "${file}" "%{buildroot}%{_mandir}/man${n}/${base_name}"
done
@ -63,17 +61,12 @@ done
%check
pushd .%{gem_instdir}
[ `ls lib/bundler/vendor | wc -l` == 4 ]
[ `ls lib/bundler/vendor | wc -l` == 7 ]
ruby -e '
module Bundler; end
require "./lib/bundler/vendor/fileutils/lib/fileutils.rb"'
[ `ruby -e '
module Bundler; end
require "./lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata"
puts Bundler::Molinillo::VERSION'` == '%{molinillo_version}' ]
[ `ruby -Ilib -e '
module Bundler; module Persistent; module Net; module HTTP; end; end; end; end
require "./lib/bundler/vendor/net-http-persistent/lib/net/http/persistent"
@ -109,20 +102,20 @@ popd
%{_bindir}/bundle
%{_bindir}/bundler
%exclude %{gem_instdir}/.*
%exclude %{gem_libdir}/bundler/ssl_certs/index.rubygems.org
%exclude %{gem_libdir}/bundler/ssl_certs/rubygems.global.ssl.fastly.net
%exclude %{gem_libdir}/bundler/ssl_certs/rubygems.org
%exclude %{gem_libdir}/bundler/ssl_certs/.document
%exclude %{gem_libdir}/bundler/.document
%exclude %{gem_libdir}/bundler/vendor/.document
%exclude %{gem_libdir}/bundler/templates/.document
%exclude %{gem_libdir}/bundler/man/.document
%license %{gem_instdir}/LICENSE.md
%exclude %{gem_instdir}/bundler.gemspec
%{gem_instdir}/exe
%{gem_libdir}
%exclude %{gem_instdir}/man/*.ronn
%exclude %{gem_instdir}/lib/bundler/man/*.ronn
%exclude %{gem_cache}
%{gem_spec}
%files help
%doc %{gem_instdir}/man
%doc %{gem_instdir}/lib/bundler/man
%doc %{gem_docdir}
%doc %{gem_instdir}/CHANGELOG.md
%doc %{gem_instdir}/README.md
@ -130,5 +123,18 @@ popd
%doc %{_mandir}/man5/*
%changelog
* Fri 06 Feb 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.16.1-5
* Tue Aug 01 2023 wangkai <13474090681@163.com> - 2.4.10-1
- Upgrade 2.4.10 for ruby3.2
* Mon Mar 13 2023 caodongxia <caodongxia@h-partners.com> - 2.3.26-1
- Upgrade to 2.3.26
* Wed Dec 29 2021 houyingchao <houyingchao@huawei.com> - 2.2.33-1
- Upgrade to 2.2.33
- Fix CVE-2021-43809
* Tue Jun 8 2021 zhaomengchao <zhaomengchao3@huawei.com> - 2.2.19-1
* Upgrade to 2.2.19
* Thu Feb 06 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.61.1-5
* Package init