From acece6c488611bef5db49951684d8c5cd4f4195e06e255bc937802890802ec59 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 6 Jun 2011 11:25:56 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/python-atspi revision 21.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=b31a46a8c20f3b2cb435e3fffb90a3b1 --- python-atspi.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-atspi.spec b/python-atspi.spec index 23b055b..57e4ac7 100644 --- a/python-atspi.spec +++ b/python-atspi.spec @@ -16,6 +16,7 @@ # + Name: python-atspi %define _name pyatspi Version: 2.0.2 From 3b5dcde457a3b8e7c8f9b357ba52f301326f1aa2e61f4f014a3e698e81ec7c33 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 17 Jun 2011 07:22:25 +0000 Subject: [PATCH 2/3] Accepting request 73906 from home:vuntz:branches:GNOME:Factory Update to 2.1.2 OBS-URL: https://build.opensuse.org/request/show/73906 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=39 --- pyatspi-2.0.2.tar.bz2 | 3 --- pyatspi-2.1.2.tar.bz2 | 3 +++ python-atspi.changes | 13 +++++++++++++ python-atspi.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 pyatspi-2.0.2.tar.bz2 create mode 100644 pyatspi-2.1.2.tar.bz2 diff --git a/pyatspi-2.0.2.tar.bz2 b/pyatspi-2.0.2.tar.bz2 deleted file mode 100644 index fe54b7b..0000000 --- a/pyatspi-2.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d548d9107561041d8ce29441f4b914b8e1daf3d7137d93217b2e7bd5aa1066d4 -size 316901 diff --git a/pyatspi-2.1.2.tar.bz2 b/pyatspi-2.1.2.tar.bz2 new file mode 100644 index 0000000..0224dc1 --- /dev/null +++ b/pyatspi-2.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a0255d760ed66cf9fdff5f631f06de592a7fd9912448d18cd594558c88e32d +size 321142 diff --git a/python-atspi.changes b/python-atspi.changes index 6c5f34d..58edb8d 100644 --- a/python-atspi.changes +++ b/python-atspi.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jun 17 00:44:49 CEST 2011 - vuntz@opensuse.org + +- Update to version 2.1.2: + + Merge changes from 2.0.2. + + Add atspiVersion(). + + Fix makeSyncType to generate a proper enum (will be needed when + enum-types branch of at-spi2-core is merged). + + Add clearCache(). + + Cache eventTypes in events for performance reasons. + + Add GPL2 license because a couple of test files are licensed + under it. + ------------------------------------------------------------------- Tue May 31 11:28:09 UTC 2011 - fcrozat@suse.com diff --git a/python-atspi.spec b/python-atspi.spec index 57e4ac7..0bc57a6 100644 --- a/python-atspi.spec +++ b/python-atspi.spec @@ -19,7 +19,7 @@ Name: python-atspi %define _name pyatspi -Version: 2.0.2 +Version: 2.1.2 Release: 1 Summary: Assistive Technology Service Provider Interface - Python bindings License: LGPLv2.0 From 49dbcc5d21941f04f884274f54ebd62073c09e616f1aa1cc980a25a32c499485 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 5 Jul 2011 07:58:12 +0000 Subject: [PATCH 3/3] Accepting request 75367 from home:vuntz:branches:GNOME:Factory Update to 2.1.3 OBS-URL: https://build.opensuse.org/request/show/75367 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/python-atspi?expand=0&rev=40 --- pyatspi-2.1.2.tar.bz2 | 3 --- pyatspi-2.1.3.tar.bz2 | 3 +++ python-atspi.changes | 6 ++++++ python-atspi.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 pyatspi-2.1.2.tar.bz2 create mode 100644 pyatspi-2.1.3.tar.bz2 diff --git a/pyatspi-2.1.2.tar.bz2 b/pyatspi-2.1.2.tar.bz2 deleted file mode 100644 index 0224dc1..0000000 --- a/pyatspi-2.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40a0255d760ed66cf9fdff5f631f06de592a7fd9912448d18cd594558c88e32d -size 321142 diff --git a/pyatspi-2.1.3.tar.bz2 b/pyatspi-2.1.3.tar.bz2 new file mode 100644 index 0000000..3417272 --- /dev/null +++ b/pyatspi-2.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487c69397d716fd79023f3e27687ab5c2ec2b28859e7ea0e0d2cb3fe954b452a +size 321246 diff --git a/python-atspi.changes b/python-atspi.changes index 58edb8d..c29055b 100644 --- a/python-atspi.changes +++ b/python-atspi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 5 08:11:57 CEST 2011 - vuntz@opensuse.org + +- Update to version 2.1.3: + + bgo#644393: Remove document:content-changed from EVENT_TREE + ------------------------------------------------------------------- Fri Jun 17 00:44:49 CEST 2011 - vuntz@opensuse.org diff --git a/python-atspi.spec b/python-atspi.spec index 0bc57a6..5a72aa2 100644 --- a/python-atspi.spec +++ b/python-atspi.spec @@ -19,13 +19,13 @@ Name: python-atspi %define _name pyatspi -Version: 2.1.2 +Version: 2.1.3 Release: 1 Summary: Assistive Technology Service Provider Interface - Python bindings License: LGPLv2.0 Group: Development/Libraries/Python Url: http://www.gnome.org/ -Source0: %{_name}-%{version}.tar.bz2 +Source0: http://download.gnome.org/sources/pyatspi/2.1/%{_name}-%{version}.tar.bz2 BuildRequires: fdupes BuildRequires: pkgconfig(pygobject-2.0) Requires: dbus-1-python