Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
992cd8b8db
!10 update to 3.39.2
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-11-20 01:23:47 +00:00
lyn1001
a56c6d986c update to 3.39.2 2023-11-16 17:36:03 +08:00
openeuler-ci-bot
c1ea737683
!8 Updata to version 3.38.0
From: @wang--ge 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2023-08-02 09:41:29 +00:00
wang--ge
c2ce5efbf4 update to version 3.38.0 2023-08-02 17:01:28 +08:00
openeuler-ci-bot
b99f3d8ecd
!7 fix build error with ruby 3.1
From: @lyn1001 
Reviewed-by: @ruebb 
Signed-off-by: @ruebb
2023-01-20 02:01:25 +00:00
lyn1001
7256ea4eae fix build error with ruby 3.1 2023-01-17 10:34:51 +08:00
openeuler-ci-bot
230658f017
!6 upgrade 3.34.0
From: @lyn1001 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
2022-03-31 01:27:47 +00:00
openeuler-ci-bot
c966f8555e upgrade 3.34.0 2022-03-29 17:06:46 +08:00
openeuler-ci-bot
09d9cb2876 !3 Upgrade to 3.33.0 version
From: @houyingchao
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-12-03 02:17:44 +00:00
houyingchao
55923793bf fix rubygem-capybara compilation failed 2021-12-02 14:23:05 +08:00
5 changed files with 28 additions and 4 deletions

Binary file not shown.

BIN
capybara-3.39.2-tests.txz Normal file

Binary file not shown.

BIN
capybara-3.39.2.gem Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +1,19 @@
%global gem_name capybara %global gem_name capybara
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 3.8.1 Version: 3.39.2
Release: 1 Release: 1
Summary: Capybara aims to simplify the process of integration testing Rack applications Summary: Capybara aims to simplify the process of integration testing Rack applications
License: MIT License: MIT
URL: https://github.com/teamcapybara/capybara URL: https://github.com/teamcapybara/capybara
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
Source1: https://github.com/team%{gem_name}/%{gem_name}/archive/%{version}.tar.gz # git clone https://github.com/teamcapybara/capybara.git --no-checkout
# cd capybara && git archive -v -o capybara-3.39.2-tests.txz 3.39.2 features/
Source1: %{gem_name}-%{version}-tests.txz
BuildRequires: ruby(release) rubygems-devel ruby rubygem(selenium-webdriver) rubygem(sinatra) BuildRequires: ruby(release) rubygems-devel ruby rubygem(selenium-webdriver) rubygem(sinatra)
BuildRequires: rubygem(rspec) rubygem(launchy) rubygem(minitest) rubygem(puma) BuildRequires: rubygem(rspec) rubygem(launchy) rubygem(minitest) rubygem(puma)
BuildRequires: rubygem(nokogiri) rubygem(xpath) rubygem(rack-test) rubygem(mini_mime) BuildRequires: rubygem(nokogiri) rubygem(xpath) rubygem(rack-test) rubygem(mini_mime)
BuildRequires: rubygem(cucumber) BuildRequires: rubygem(cucumber) rubygem(regexp_parser) rubygem(matrix)
BuildRequires: rubygem(nokogiri)
BuildArch: noarch BuildArch: noarch
%description %description
Capybara is an integration testing tool for rack based web applications. It Capybara is an integration testing tool for rack based web applications. It
@ -37,7 +40,11 @@ cp -a .%{gem_dir}/* \
%check %check
pushd .%{gem_instdir} pushd .%{gem_instdir}
ln -s %{_builddir}/%{gem_name}-%{version}/features features ln -s %{_builddir}/features features
sed -i '/^require..selenium_statistics.$/ s/^/#/' spec/spec_helper.rb
sed -i '/SeleniumStatistics/ s/^/#/g' ./spec/spec_helper.rb
sed -i '/end.to raise_error(EOFError)/ s/EOFError/Net::ReadTimeout/' \ sed -i '/end.to raise_error(EOFError)/ s/EOFError/Net::ReadTimeout/' \
spec/server_spec.rb spec/server_spec.rb
rspec spec rspec spec
@ -51,6 +58,7 @@ popd
%license %{gem_instdir}/License.txt %license %{gem_instdir}/License.txt
%{gem_libdir} %{gem_libdir}
%exclude %{gem_cache} %exclude %{gem_cache}
%exclude %{gem_instdir}/.*
%{gem_spec} %{gem_spec}
%files doc %files doc
@ -60,5 +68,21 @@ popd
%{gem_instdir}/spec %{gem_instdir}/spec
%changelog %changelog
* Thu Nov 16 2023 liyanan <liyanan32@h-partners.com> - 3.39.2-1
- Update to 3.39.2
* Wed Aug 02 2023 Ge Wang <wang__ge@126.com> - 3.38.0-1
- update to version 3.38.0
* Thu Jan 5 2023 liyanan <liyanan32@h-partners.com> - 3.34.0-2
- fix build error with ruby 3.1
* Tue Mar 29 2022 liyanan <liyanan32@huawei.com> - 3.34.0-1
- update to 3.34.0
* Thu Dec 02 2021 houyingchao <houyingchao@huawei.com> - 3.33.0-1
- Upgrade to 3.33.0 version
- fix the compilation failed of rubygem-capybara
* Wed Aug 19 2020 fanjiachen <fanjiachen3@huawei.com> - 3.8.1-1 * Wed Aug 19 2020 fanjiachen <fanjiachen3@huawei.com> - 3.8.1-1
- package init - package init