Package upgrade

This commit is contained in:
houyingchao 2022-06-30 20:21:22 +08:00
parent 2f705871e1
commit 9e241f797a
3 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
%global gem_name selenium-webdriver
Summary: The next generation developer focused tool for automated testing of webapps
Name: rubygem-%{gem_name}
Version: 3.142.7
Version: 4.3.0
Release: 1
License: ASL 2.0
URL: https://www.selenium.dev
@ -42,6 +42,7 @@ rm -f %{buildroot}%{gem_instdir}/%{gem_name}.gemspec
%files
%dir %{gem_instdir}
%doc %{gem_instdir}/CHANGES
%doc %{gem_instdir}/NOTICE
%doc %{gem_instdir}/README.md
%license %{gem_instdir}/LICENSE
%{gem_libdir}
@ -52,6 +53,9 @@ rm -f %{buildroot}%{gem_instdir}/%{gem_name}.gemspec
%doc %{gem_docdir}
%changelog
* Thu Jun 30 2022 houyingchao <houyingchao@huawei.com> - 4.3.0-1
- Upgrade to 4.3.0
* Wed Dec 01 2021 houyingchao <houyingchao@huawei.com> - 3.142.7-1
- Upgrade to 3.142.7 version
- fix the compilation failed of rubygem-capybara

Binary file not shown.

Binary file not shown.