14
0

- Update to 2.21.2:

* Fix typing to file input when not using Selenium Server. Bug 3736
- Package set to noarch again, since it does not include binaries
  anymore.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-selenium?expand=0&rev=28
This commit is contained in:
Alexandre Rogoski
2012-04-16 22:59:15 +00:00
committed by Git OBS Bridge
parent 48a68bbc38
commit 2f6a963e0d
4 changed files with 14 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-selenium
Version: 2.21.1
Version: 2.21.2
Release: 0
Url: http://code.google.com/p/selenium/
Summary: Python bindings for Selenium
@@ -32,7 +32,9 @@ BuildRequires: python-distribute
Requires: python-rdflib
%if 0%{?suse_version}
%py_requires
ExclusiveArch: %ix86 x86_64
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%endif
%description