Accepting request 134934 from home:Zaitor:branches:GNOME:Factory

Update and hack to silence lintwarning, remove patch that was not intended to be included in SR

OBS-URL: https://build.opensuse.org/request/show/134934
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=64
This commit is contained in:
2012-09-21 20:34:14 +00:00
committed by Git OBS Bridge
parent cbb79361d4
commit 6450737c6b
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a419ee99c7c4e75417dcc3bf5875cf71c854c3c85cc568b9507bf30cf8918f26
size 284484

3
pyatspi-2.5.92.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8bb5ebfea7a876c2d5392b4d30b5a11e35205bf719f30e53d76c992f0c28976a
size 286932

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Sep 18 15:34:27 UTC 2012 - zaitor@opensuse.org
- Update to version 2.5.92:
+ Fix missing argument for set_current_value method (bgo#683302).
+ Include interim focus tracker as an example.
- Add hack to set executable bit to example interim focus tracker.
-------------------------------------------------------------------
Tue Sep 4 08:54:46 UTC 2012 - dimstar@opensuse.org

View File

@@ -18,7 +18,7 @@
Name: python-atspi
%define _name pyatspi
Version: 2.5.91
Version: 2.5.92
Release: 0
Summary: Assistive Technology Service Provider Interface - Python bindings
License: LGPL-2.0
@@ -59,6 +59,8 @@ This package contains the python bindings for AT-SPI.
%install
%makeinstall
%fdupes %{buildroot}%{python_sitelib}
## Dirty hack to set executable bit, remove once upstream has fixed it. bgo#682636, last checked 2.5.92
chmod +x "%{buildroot}%{python_sitelib}/examples/magFocusTracker.py"
%clean
rm -rf %{buildroot}
@@ -66,6 +68,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{python_sitelib}/examples/
%{python_sitelib}/pyatspi/
%changelog