From b4cf8474fc0f2a2f7da3db407eeef63a0030168289c605828d3e04b3ea681b4b Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 8 Feb 2012 11:00:16 +0000 Subject: [PATCH] Accepting request 102991 from home:vuntz:branches:GNOME:Factory Update to 2.3.5 OBS-URL: https://build.opensuse.org/request/show/102991 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=56 --- pyatspi-2.3.4.tar.xz | 3 --- pyatspi-2.3.5.tar.xz | 3 +++ python-atspi.changes | 10 ++++++++++ python-atspi.spec | 5 +---- 4 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 pyatspi-2.3.4.tar.xz create mode 100644 pyatspi-2.3.5.tar.xz diff --git a/pyatspi-2.3.4.tar.xz b/pyatspi-2.3.4.tar.xz deleted file mode 100644 index 958061c..0000000 --- a/pyatspi-2.3.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77565ae38d2aae9abf78a66f1ec7d944c0be903c20434679459f4818215ea555 -size 272044 diff --git a/pyatspi-2.3.5.tar.xz b/pyatspi-2.3.5.tar.xz new file mode 100644 index 0000000..51d4107 --- /dev/null +++ b/pyatspi-2.3.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e980f20a48f9113d10fb412c8a6735734dea898e0a8e73409175d652f3d8cf98 +size 271884 diff --git a/python-atspi.changes b/python-atspi.changes index 61a88d0..704cd72 100644 --- a/python-atspi.changes +++ b/python-atspi.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 7 09:34:58 UTC 2012 - vuntz@opensuse.org + +- Update to version 2.3.5: + + bgo#660826: Drop unneeded pygtk check. + + Remove exception wrapping: pyatspi will now return the real + exception as translated by pygi, rather than LookupError. +- Remove xz BuildRequires now that it comes for free in the build + system. + ------------------------------------------------------------------- Mon Jan 16 13:25:48 UTC 2012 - vuntz@opensuse.org diff --git a/python-atspi.spec b/python-atspi.spec index 0631728..0353321 100644 --- a/python-atspi.spec +++ b/python-atspi.spec @@ -15,10 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - Name: python-atspi %define _name pyatspi -Version: 2.3.4 +Version: 2.3.5 Release: 0 Summary: Assistive Technology Service Provider Interface - Python bindings License: LGPL-2.0 @@ -28,8 +27,6 @@ Source0: http://download.gnome.org/sources/pyatspi/2.3/%{_name}-%{version BuildRequires: fdupes # Needed to have typelib() Requires. BuildRequires: gobject-introspection -# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 -BuildRequires: xz BuildRequires: pkgconfig(pygobject-3.0) >= 2.90.1 Requires: dbus-1-python Requires: python-gobject