Hello community,
here is the log from the commit of package rubygem-selenium-webdriver for
openSUSE:Factory checked in at 2012-11-12 07:06:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-selenium-webdriver (Old)
and /work/SRC/openSUSE:Factory/.rubygem-selenium-webdriver.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-selenium-webdriver", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-selenium-webdriver/rubygem-selenium-webdriver.changes
2012-08-05 15:22:06.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-selenium-webdriver.new/rubygem-selenium-webdriver.changes
2012-11-12 07:06:28.000000000 +0100
@@ -1,0 +2,18 @@
+Sat Nov 3 08:01:32 UTC 2012 - [email protected]
+
+- updated to version 2.26.0
+ Firefox:
+ * Added support for native events for Firefox 15 and 16.
+ * Modified FirefoxDriver to use atoms to switch between frames.
+ * FIXED: 4309: 'Could not convert Native argument arg 0' error with Firefox.
+ * FIXED: 4375: Executing javascript hangs Firefox.
+ * FIXED: 4165: WebDriver fails on a machine with no IP address.
+ Safari:
+ * Fixed SafariDriver to allow calling .quit() consecutively without error.
+ * FIXED: 4676: Unable to fire javascript events into SVG's.
+ * FIXED: 3969: SafariDriver should auto-dismiss alerts.
+ IE:
+ * FIXED: 4535: Hover still does not work perfectly in IE.
+ * FIXED: 4593: Alert.accept() Cancels the Resend Alert/Dialog Box.
+
+-------------------------------------------------------------------
Old:
----
selenium-webdriver-2.25.0.gem
New:
----
selenium-webdriver-2.26.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-selenium-webdriver.spec ++++++
--- /var/tmp/diff_new_pack.Uv7Cf8/_old 2012-11-12 07:06:29.000000000 +0100
+++ /var/tmp/diff_new_pack.Uv7Cf8/_new 2012-11-12 07:06:29.000000000 +0100
@@ -17,37 +17,20 @@
Name: rubygem-selenium-webdriver
-Version: 2.25.0
+Version: 2.26.0
Release: 0
%define mod_name selenium-webdriver
%define mod_full_name %{mod_name}-%{version}
-#
-#
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: rubygems_with_buildroot_patch
-%rubygems_requires
-Provides: %{name}-2
-# multi_json ~> 1.0
-BuildRequires: rubygem-multi_json-1 >= 1.0
-Requires: rubygem-multi_json-1 >= 1.0
-# rubyzip >= 0
-BuildRequires: rubygem-rubyzip >= 0
-Requires: rubygem-rubyzip >= 0
-# childprocess >= 0.2.5
-BuildRequires: rubygem-childprocess >= 0.2.5
-Requires: rubygem-childprocess >= 0.2.5
-# libwebsocket ~> 0.1.3
-BuildRequires: rubygem-libwebsocket-0_1 >= 0.1.3
-Requires: rubygem-libwebsocket-0_1 >= 0.1.3
-#
-ExclusiveArch: %ix86 x86_64
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: ruby-macros >= 1
Url: http://selenium.googlecode.com
Source: %{mod_full_name}.gem
-#
-Summary: The next generation developer focused tool for automated
testing of webapps
+Summary: The next generation developer focused tool for automated
testing of
License: Apache-2.0
Group: Development/Languages/Ruby
+# MANUAL
+ExclusiveArch: %ix86 x86_64
%description
WebDriver is a tool for writing automated tests of websites. It aims to mimic
@@ -64,10 +47,14 @@
Usually in RDoc and RI formats.
%prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the
surrounding lines
+#gem_build
+
%build
-%install
-%gem_install %{S:0}
+%install
+%gem_install -f
# Remove Firefox addin for non-matching architectures to avoid autodeps on
glibc for each arch:
%ifarch %ix86
rm
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/lib/selenium/webdriver/firefox/native/linux/amd64/x_ignore_nofocus.so
@@ -76,9 +63,6 @@
rm
%{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/lib/selenium/webdriver/firefox/native/linux/x86/x_ignore_nofocus.so
%endif
-%clean
-%{__rm} -rf %{buildroot}
-
%files
%defattr(-,root,root,-)
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]