pyatspi (2.2.0-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Updated translations

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 27 Sep 2011 13:12:28 +1000

pyatspi (2.1.91-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Fix for BGO#658343: Have configure check for pygobject-3.0
  * debian/control: Bumped version of pygobject required to 2.90.1

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 12 Sep 2011 15:19:21 +1000

pyatspi (2.1.90-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Fix getTextBeforeOffset.
    - Remove legacy pygtk dependency.
  * debian/patches/fix-syntax.patch: Dropped, applied upstream

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 02 Sep 2011 07:45:36 +1000

pyatspi (2.1.5-0ubuntu2) oneiric; urgency=low

  * Fix slight documentation/code syntax error in pyatspi/text.py, allows
    python-pyatspi2 to be installable again

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 16 Aug 2011 13:18:34 +1000

pyatspi (2.1.5-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Remove support for relocated pyatspi-corba.
    - Fix getTextBeforeOffset.

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 16 Aug 2011 11:33:46 +1000

pyatspi (2.1.4-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Update to handle libatspi API changes.
    - Fix for BGO#653874 - new ATK roles.
  * debian/control: Python-pyatspi should depend on gir1.2-atspi-2.0 >= 2.1.4
    as per the above upstream changes

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 26 Jul 2011 10:28:03 +1000

pyatspi (2.1.3-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - BGO#644393: Remove document:content-changed from EVENT_TREE

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 05 Jul 2011 09:55:14 +1000

pyatspi (2.1.2-0ubuntu2) oneiric; urgency=low

  * Transition to dh_python2

 -- Luke Yelavich <themuso@ubuntu.com>  Fri, 24 Jun 2011 09:30:39 +1000

pyatspi (2.1.2-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Fix traceback when creating match rules with attribute sets
    - Add atspiVersion().
    - Fix several table functions
    - 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.
  * Set packaging branch, debian tag format and pristine-tar values in gbp.conf

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 14 Jun 2011 13:35:04 +1000

pyatspi (2.1.1-0ubuntu3) oneiric; urgency=low

  * debian/copyright: Fix up conflict that was accidentally left from
    work done for the previous upload

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 31 May 2011 08:36:46 +1000

pyatspi (2.1.1-0ubuntu2) oneiric; urgency=low

  * Remove unreleased changelog entry, it will be re-added when the package
    is in debian
  * debian/control: Remove duplicate email address from maintainer field
  * Updated debian/copyright, thanks to Didier Roche for the pointers
  * Make debian/copyright follow DEP5

 -- Luke Yelavich <themuso@ubuntu.com>  Mon, 30 May 2011 15:49:29 +1000

pyatspi (2.1.1-0ubuntu1) oneiric; urgency=low

  * New upstream release
    - Fix traceback when calling document functions

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 10 May 2011 14:19:17 +0200

pyatspi (2.0.1-0ubuntu1) oneiric; urgency=low

  [ Luke Yelavich ]
  * New upstream release
    - Fix for BGO#645644: Throw LookupError rather than RUntimeError
    - Add id property
    - Add a work-around for getStates failing on 64-bit systems with pygobject
      2.28.3 and earlier.

  [ Samuel Thibault ]
  * Bump Standards-Version to 3.9.2 (no change needed)

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 03 May 2011 13:08:20 +1000

pyatspi (2.0.0-0ubuntu1) natty; urgency=low

  * New upstream release
    - Removed some unused files.

 -- Luke Yelavich <themuso@ubuntu.com>  Wed, 06 Apr 2011 13:36:16 +1000

pyatspi (1.91.92-0ubuntu1) natty; urgency=low

  * New upstream release
    - Added some missing __str__ functions for events and accessibles.

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 24 Mar 2011 15:43:49 +1100

pyatspi (1.91.91-0ubuntu1) natty; urgency=low

  * New upstream release
    - Fix for BGO#643384: registerKeystrokeListener should pass a bit mask,
      not an enum.

 -- Luke Yelavich <themuso@ubuntu.com>  Thu, 10 Mar 2011 11:43:04 +1100

pyatspi (1.91.90-0ubuntu1) natty; urgency=low

  * New upstream release
    - Refactor EditableText so that text methods can be called from it.
    - Make state accessible through pyatspi.constants.
    - Fix selection interface.
    - Fix for BGO#641869: Remove --enable-relocate option.
  * debian/rules: Remove override for dh_configure, --enable-relocate has been
    removed
  * debian/control: Bring back conflicts/replaces from Debian packaging

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 22 Feb 2011 18:31:49 +1100

pyatspi (1.91.6-0ubuntu1) natty; urgency=low

  * New upstream release
    - Added source_name and source_role to events.
    - Call gconftool-2 to check the value of
      /desktop/gnome/interface/at-spi-corba rather than importing gconf, since
      the latter can cause problems if new and old versions of the Python
      bindings are mixed.
    - Added setExtents, setSize, and setPosition for components.
    - Added setCacheMask.
  * debian/control: Build depend on python-gobject-dev >= 2.26.0, and also
    set the same version requirement for the python-gobject runtime dependency

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 01 Feb 2011 13:59:22 +1100

pyatspi (1.91.5-0ubuntu1) natty; urgency=low

  * New upstream release
    - Fixed generateKeyboardEvent, description, and allModifiers.
    - Added a dummy stateset.unref function for backwards compatibility.
    - Added a pumpQueuedEvents stub.
    - Added RELATION_EMBEDDED_BY.
    - Hide children attribute since it is currently broken and caused a crash
      with Accerciser.
    - Wrap event type so that sub-fields can be accessed.
    - Added a dummy freeMatchRule function.
    - Attribute fixes.
    - __getitem__ now supports negative indices.
    - Fixed some properties, relationToString, listInterfaces, various text
      methods.
    - Raise notImplementedError when querying unimplemented interfaces.
    - This is a major refactor using the C-based libatspi as a core.  This should
      significantly improve performance.  However, this release is very buggy and
      is more of a development snapshot than a usable release.
  * Add pkg-config to build-depends
  * python-pyatspi2 should depend on python-gobject and gir1.2-atspi-2.0

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 11 Jan 2011 22:58:57 -0600

pyatspi (1.91.1-0ubuntu3) natty; urgency=low

  * debian/control: Remove conflicts/replaces for python-pyatspi, as we
    relocate now, so both v1 and v2 bindings can co-exist

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 16 Nov 2010 15:27:29 +1100

pyatspi (1.91.1-0ubuntu2) natty; urgency=low

  * debian/rules: Enable relocate to co-exist with the bonobo at-spi stack

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 16 Nov 2010 09:25:57 +1100

pyatspi (1.91.1-0ubuntu1) natty; urgency=low

  * Initial Ubuntu packaging, based on Debian (LP: #662455)

 -- Luke Yelavich <themuso@ubuntu.com>  Tue, 19 Oct 2010 12:07:49 +1100
