diff --git a/rubygem-selenium-webdriver.spec b/rubygem-selenium-webdriver.spec index 52dd9bc..4aab08f 100644 --- a/rubygem-selenium-webdriver.spec +++ b/rubygem-selenium-webdriver.spec @@ -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: 2.45.0 +Version: 3.142.7 Release: 1 License: ASL 2.0 URL: https://www.selenium.dev @@ -41,9 +41,9 @@ rm -f %{buildroot}%{gem_instdir}/%{gem_name}.gemspec %files %dir %{gem_instdir} -%doc %{gem_instdir}/COPYING %doc %{gem_instdir}/CHANGES %doc %{gem_instdir}/README.md +%license %{gem_instdir}/LICENSE %{gem_libdir} %{gem_cache} %{gem_spec} @@ -52,5 +52,9 @@ rm -f %{buildroot}%{gem_instdir}/%{gem_name}.gemspec %doc %{gem_docdir} %changelog +* Wed Dec 01 2021 houyingchao - 3.142.7-1 +- Upgrade to 3.142.7 version +- fix the compilation failed of rubygem-capybara + * Wed Aug 19 2020 xiezheng - 2.45.0-1 - package init diff --git a/selenium-webdriver-2.45.0.gem b/selenium-webdriver-2.45.0.gem deleted file mode 100644 index 941f29f..0000000 Binary files a/selenium-webdriver-2.45.0.gem and /dev/null differ diff --git a/selenium-webdriver-3.142.7.gem b/selenium-webdriver-3.142.7.gem new file mode 100644 index 0000000..ea1a761 Binary files /dev/null and b/selenium-webdriver-3.142.7.gem differ