Hello community,

here is the log from the commit of package orca for openSUSE:Factory checked in 
at 2018-03-14 19:24:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orca (Old)
 and      /work/SRC/openSUSE:Factory/.orca.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orca"

Wed Mar 14 19:24:12 2018 rev:133 rq:584733 version:3.27.91

Changes:
--------
--- /work/SRC/openSUSE:Factory/orca/orca.changes        2017-11-09 
13:42:23.072855214 +0100
+++ /work/SRC/openSUSE:Factory/.orca.new/orca.changes   2018-03-14 
19:24:14.300736822 +0100
@@ -1,0 +2,60 @@
+Thu Feb 22 00:54:34 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.27.91:
+  + Web + Email:
+    - Improve navigation among, and presentation of, editable
+      elements with descendants;
+    - Fix bug in which Orca went silent due to text elements 
+      failing to support the accessible text interface;
+    - Eliminate double presentation of visual labels which also
+      provide the accessible description;
+    - Fix issue causing Orca to skip over certain table content in
+      SayAll;
+    - Improve presentation of displayed text in ARIA dialogs;
+    - Re-enable announcement of page tab switches in Firefox.
+  + LibreOffice:
+    - Work around (bdo#109398);
+    - Eliminate double presentation of redundant frames.
+  + General:
+    - Implement initial support for braille "word wrap";
+    - Improve presentation of locations in file chooser dialog;
+    - Only present text changes from type-ahead entries if they are
+      focused;
+    - Eliminate some chattiness resulting from redundant focus
+      claims from Gtk+ tables;
+    - Eliminate double-presentation of spin button value changes;
+    - Fix bug causing nameless, valueless comboboxes to not be
+      presented;
+    - Fix issues in Orca's documentation.
+  + Updated translations.
+- Replace '+' in LGPL License tag with '-or-later' complying with
+  SPDX 3.0.
+
+-------------------------------------------------------------------
+Tue Dec 19 00:15:25 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.27.3:
+  + Web + Email:
+    - Fixed several issues in presentation of editable content.
+    - Hack around lack of window:activate events for ARIA dialogs.
+    - Fix presentation of find results in new version of Firefox.
+    - Improve handling of focused elements getting destroyed when
+      activated.
+    - Attempt to identify and navigate around non-navigable
+      embedded documents.
+  + General:
+    - Fix:
+      . Chattiness issue caused by off-screen labels in Gtk+
+        listboxes.
+      . Issues to pass 'yelp-check validate'.
+    - Eliminate incorrect presentation of previous panel.
+  + Updated translations.
+- Update Url to https://wiki.gnome.org/Projects/Orca: current
+  Orca project's web page.
+- Point fdupes to the python3 sitelib instead of the build root,
+  which is a practice that must be avoided, and add extra path to
+  the data directory.
+- Adop the use of %make_build macro rather than raw make command,
+  following the best practices.
+
+-------------------------------------------------------------------

Old:
----
  orca-3.26.0.tar.xz

New:
----
  orca-3.27.91.tar.xz

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

Other differences:
------------------
++++++ orca.spec ++++++
--- /var/tmp/diff_new_pack.l1Z1Ly/_old  2018-03-14 19:24:15.276702170 +0100
+++ /var/tmp/diff_new_pack.l1Z1Ly/_new  2018-03-14 19:24:15.284701886 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package orca
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           orca
-Version:        3.26.0
+Version:        3.27.91
 Release:        0
 Summary:        Screen reader for GNOME
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          System/GUI/GNOME
-Url:            http://www.gnome.org/
-Source:         
http://download.gnome.org/sources/orca/3.26/%{name}-%{version}.tar.xz
+Url:            https://wiki.gnome.org/Projects/Orca
+Source:         
http://download.gnome.org/sources/orca/3.27/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection
 BuildRequires:  hicolor-icon-theme
@@ -36,10 +36,10 @@
 BuildRequires:  python3-speechd
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(atk-bridge-2.0) >= 2.10
-BuildRequires:  pkgconfig(atspi-2) >= 2.10
+BuildRequires:  pkgconfig(atk-bridge-2.0) >= 2.18
+BuildRequires:  pkgconfig(atspi-2) >= 2.18
 BuildRequires:  pkgconfig(gstreamer-1.0)
-BuildRequires:  pkgconfig(pygobject-3.0) >= 3.10
+BuildRequires:  pkgconfig(pygobject-3.0) >= 3.18
 # the gsettings tool is used to know if a11y is enabled
 Requires:       glib2-tools
 # pyatspi is a virtual name that is provided by the default at-spi stack
@@ -71,15 +71,17 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 %find_lang %{name} %{?no_lang_C}
-%fdupes %{buildroot}
+%fdupes %{buildroot}%{python3_sitelib}
+%fdupes %{buildroot}%{_datadir}
 
 %files
-%doc AUTHORS COPYING ChangeLog NEWS README TODO
+%license COPYING
+%doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/orca
 %{_sysconfdir}/xdg/autostart/orca-autostart.desktop

++++++ orca-3.26.0.tar.xz -> orca-3.27.91.tar.xz ++++++
++++ 62389 lines of diff (skipped)


Reply via email to