Mailinglist Archive: opensuse-commit (832 mails)
| < Previous | Next > |
commit python-atspi for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Sat, 13 Feb 2010 11:11:05 +0100
- Message-id: <20100213101105.2221320232@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package python-atspi for openSUSE:Factory
checked in at Sat Feb 13 11:11:05 CET 2010.
--------
--- python-atspi/python-atspi.changes 2010-01-15 15:40:05.000000000 +0100
+++ /mounts/work_src_done/STABLE/python-atspi/python-atspi.changes
2010-02-12 15:17:05.000000000 +0100
@@ -1,0 +2,20 @@
+Fri Feb 12 15:05:03 CET 2010 - vuntz@xxxxxxxxxxxx
+
+- Update to version 0.1.6:
+ + Make AT-SPI/CORBA the default and relocate AT-SPI/D-Bus
+ + Move the application argument to the end of the event structure
+ + Enable Re-entrancy within pyatspi.
+ + Changes to properly update the cache and fix orca performance
+ issues
+ + Re-factor cache to use a single dictionary.
+ + Fix property getting to use the correct interfaces.
+ + Modify pyatspi to use the accessible object located on the
+ registryd.
+ + Fix an event bug
+ + bgo#607077 - pyatspi2: magic to detect whether to use corba
+ version or not can be broken
+- Drop python-atspi-fix-no-gconf.patch: fixed upstream.
+- Pass --disable-relocate to configure because we want at-spi2 by
+ default.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
pyatspi-0.1.5.tar.bz2
python-atspi-fix-no-gconf.patch
New:
----
pyatspi-0.1.6.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-atspi.spec ++++++
--- /var/tmp/diff_new_pack.UiDxUd/_old 2010-02-13 11:09:43.000000000 +0100
+++ /var/tmp/diff_new_pack.UiDxUd/_new 2010-02-13 11:09:43.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package python-atspi (Version 0.1.5)
+# spec file for package python-atspi (Version 0.1.6)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,15 +19,13 @@
Name: python-atspi
%define _name pyatspi
-Version: 0.1.5
+Version: 0.1.6
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
-# PATCH-FIX-UPSTREAM python-atspi-fix-no-gconf.patch bgo#607077
vuntz@xxxxxxxxxxxx -- Make it work when gconf is not there
-Patch0: python-atspi-fix-no-gconf.patch
BuildRequires: fdupes
BuildRequires: python
Requires: dbus-1-python
@@ -58,10 +56,11 @@
%prep
%setup -q -n %{_name}-%{version}
-%patch0 -p1
%build
-%configure
+# We pass --disable-relocate since we want at-spi2 by default.
+%configure \
+ --disable-relocate
%__make %{?jobs:-j%jobs}
%install
++++++ pyatspi-0.1.5.tar.bz2 -> pyatspi-0.1.6.tar.bz2 ++++++
++++ 2608 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |