Hello community,

here is the log from the commit of package python-atspi for openSUSE:Factory 
checked in at 2012-10-03 10:38:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-atspi (Old)
 and      /work/SRC/openSUSE:Factory/.python-atspi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-atspi", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-atspi/python-atspi.changes        
2012-03-29 14:04:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-atspi.new/python-atspi.changes   
2012-10-03 10:38:03.000000000 +0200
@@ -1,0 +2,54 @@
+Tue Sep 25 21:27:15 UTC 2012 - [email protected]
+
+- Update to version 2.6.0:
+  + Install caret focus tracker into $bindir, rather than
+    $pythondir/examples.
+  + Fix incorrect FSF address in file headers.
+
+-------------------------------------------------------------------
+Tue Sep 18 15:34:27 UTC 2012 - [email protected]
+
+- Update to version 2.5.92:
+  + Fix missing argument for set_current_value method (bgo#683302).
+  + Include interim focus tracker as an example.
+- Add hack to set executable bit to example interim focus tracker.
+
+-------------------------------------------------------------------
+Tue Sep  4 08:54:46 UTC 2012 - [email protected]
+
+- Update to version 2.5.91:
+  + Fix autogen.sh for non-sourcedir build.
+
+-------------------------------------------------------------------
+Mon Aug  6 21:55:41 UTC 2012 - [email protected]
+
+- Update to version 2.5.5:
+  + Add getLocalizedName for actions.
+
+-------------------------------------------------------------------
+Tue Jul 17 21:14:17 UTC 2012 - [email protected]
+
+- Update to version 2.5.4:
+  + Wrap all interfaces (bgo#679044).
+
+-------------------------------------------------------------------
+Wed Jun 27 17:25:00 UTC 2012 - [email protected]
+
+- Update to version 2.5.3:
+  + Fix truth evaluation for accessibles in Python 3.
+  + dict.iteritems() is no longer supported in Python 3
+    (bgo#678497)
+  + Re-add setTimeout (it seems that it was lost among the Python 3
+    updates).
+- Changes from version 2.5.2:
+  + More Python 3 fixes.
+  + Fix getStates regression (bgo#677070)
+
+-------------------------------------------------------------------
+Tue May  1 17:30:07 UTC 2012 - [email protected]
+
+- Update to version 2.5.1:
+  + Add setTimeout.
+  + Some clean-ups for Python 3.
+
+-------------------------------------------------------------------

Old:
----
  pyatspi-2.4.0.tar.xz

New:
----
  pyatspi-2.6.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-atspi.spec ++++++
--- /var/tmp/diff_new_pack.diPnae/_old  2012-10-03 10:38:04.000000000 +0200
+++ /var/tmp/diff_new_pack.diPnae/_new  2012-10-03 10:38:04.000000000 +0200
@@ -18,13 +18,13 @@
 
 Name:           python-atspi
 %define _name   pyatspi
-Version:        2.4.0
+Version:        2.6.0
 Release:        0
 Summary:        Assistive Technology Service Provider Interface - Python 
bindings
 License:        LGPL-2.0
 Group:          Development/Libraries/Python
 Url:            http://www.gnome.org/
-Source0:        
http://download.gnome.org/sources/pyatspi/2.4/%{_name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/pyatspi/2.6/%{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
 # Needed to have typelib() Requires.
 BuildRequires:  gobject-introspection
@@ -34,13 +34,13 @@
 # The bindings are really useful only if the at-spi registry is running. But
 # it's not a strict runtime dependency.
 Recommends:     at-spi2-core
-# Old versions of at-spi 1.x provided the same files
-Conflicts:      at-spi < 1.29.3
 # Virtual package, so that apps can depend on it, without having to know which
 # at-spi stack is used. Only the default at-spi stack should define it.
 Provides:       pyatspi
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+# Old versions of at-spi 1.x provided the same files
+Conflicts:      at-spi < 1.29.3
 %py_requires
 
 %description
@@ -54,10 +54,10 @@
 
 %build
 %configure
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 %fdupes %{buildroot}%{python_sitelib}
 
 %clean
@@ -66,6 +66,7 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
+%{_bindir}/magFocusTracker.py
 %{python_sitelib}/pyatspi/
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to