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.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 6c5f34d..c29055b 100644 --- a/python-atspi.changes +++ b/python-atspi.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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 + +- 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..5a72aa2 100644 --- a/python-atspi.spec +++ b/python-atspi.spec @@ -19,13 +19,13 @@ Name: python-atspi %define _name pyatspi -Version: 2.0.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