Hello community, here is the log from the commit of package orca for openSUSE:Factory checked in at 2019-02-13 10:17:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/orca (Old) and /work/SRC/openSUSE:Factory/.orca.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orca" Wed Feb 13 10:17:42 2019 rev:140 rq:670527 version:3.30.2 Changes: -------- --- /work/SRC/openSUSE:Factory/orca/orca.changes 2018-11-06 13:53:50.184297650 +0100 +++ /work/SRC/openSUSE:Factory/.orca.new.28833/orca.changes 2019-02-13 10:17:45.569349071 +0100 @@ -1,0 +2,8 @@ +Fri Feb 1 07:30:31 UTC 2019 - [email protected] + +- Update to version 3.30.2: + + Braille: Ensure we don't pan beyond the length of the line + being displayed. + + Updated translations. + +------------------------------------------------------------------- Old: ---- orca-3.30.1.tar.xz New: ---- orca-3.30.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ orca.spec ++++++ --- /var/tmp/diff_new_pack.WX6WDm/_old 2019-02-13 10:17:46.229348819 +0100 +++ /var/tmp/diff_new_pack.WX6WDm/_new 2019-02-13 10:17:46.233348818 +0100 @@ -1,7 +1,7 @@ # # spec file for package orca # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,7 +17,7 @@ Name: orca -Version: 3.30.1 +Version: 3.30.2 Release: 0 Summary: Screen reader for GNOME License: LGPL-2.1-or-later ++++++ orca-3.30.1.tar.xz -> orca-3.30.2.tar.xz ++++++ ++++ 4228 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/orca-3.30.1/ChangeLog new/orca-3.30.2/ChangeLog --- old/orca-3.30.1/ChangeLog 2018-10-19 10:57:49.000000000 +0200 +++ new/orca-3.30.2/ChangeLog 2019-02-01 01:03:25.000000000 +0100 @@ -1,5 +1,38 @@ # Generated by Makefile. Do not edit. +2018-11-20 17:16:23 -0500 Joanmarie Diggs <[email protected]> + + Ensure we don't pan beyond the length of the line being displayed + +M src/orca/braille.py + +2018-11-17 16:03:11 +0100 Alex Arnaud <[email protected]> + + Fixed accent encoding in French translation + +M po/fr.po + +2018-11-07 20:52:02 +0000 Charles Monzat <[email protected]> + + Update French translation + +M po/fr.po + +2018-10-19 11:03:37 +0200 Joanmarie Diggs <[email protected]> + + Post-release version bump + +M README +M configure.ac + +2018-10-19 11:00:03 +0200 Joanmarie Diggs <[email protected]> + + Release prep + +M NEWS +M README +M configure.ac + 2018-10-19 10:42:17 +0200 Joanmarie Diggs <[email protected]> Fix presentation of nameless menu items in certain gnome-shell extesions diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/orca-3.30.1/NEWS new/orca-3.30.2/NEWS --- old/orca-3.30.1/NEWS 2018-10-19 10:56:55.000000000 +0200 +++ new/orca-3.30.2/NEWS 2019-02-01 01:01:41.000000000 +0100 @@ -1,4 +1,16 @@ -3.30.1 - 19 Octoboer 2018 +3.30.2 - 31 January 2019 + +Braille: + + * Ensure we don't pan beyond the length of the line being displayed + +New and updated translations (THANKS EVERYONE!!!): + + fr French Charles Monzat + +========= + +3.30.1 - 19 October 2018 General: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/orca-3.30.1/README new/orca-3.30.2/README --- old/orca-3.30.1/README 2018-10-19 10:49:19.000000000 +0200 +++ new/orca-3.30.2/README 2019-02-01 00:59:00.000000000 +0100 @@ -1,4 +1,4 @@ -Orca v3.30.1 +Orca v3.30.2 Introduction ======================================================================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/orca-3.30.1/configure.ac new/orca-3.30.2/configure.ac --- old/orca-3.30.1/configure.ac 2018-10-19 10:49:07.000000000 +0200 +++ new/orca-3.30.2/configure.ac 2019-02-01 00:59:08.000000000 +0100 @@ -1,6 +1,6 @@ m4_define([orca_major_version], [3]) m4_define([orca_minor_version], [30]) -m4_define([orca_micro_version], [1]) +m4_define([orca_micro_version], [2]) m4_define([orca_version], [orca_major_version.orca_minor_version.orca_micro_version]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/orca-3.30.1/missing new/orca-3.30.2/missing --- old/orca-3.30.1/missing 2018-10-19 10:57:34.000000000 +0200 +++ new/orca-3.30.2/missing 2019-02-01 01:03:02.000000000 +0100 @@ -1,9 +1,9 @@ -#!/bin/sh +#! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2016-01-11.22; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1996-2017 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <[email protected]>, 1996. # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -101,9 +101,9 @@ exit $st fi -perl_URL=http://www.perl.org/ -flex_URL=http://flex.sourceforge.net/ -gnu_software_URL=http://www.gnu.org/software +perl_URL=https://www.perl.org/ +flex_URL=https://github.com/westes/flex +gnu_software_URL=https://www.gnu.org/software program_details () { @@ -207,7 +207,7 @@ exit $st # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/orca-3.30.1/po/fr.po new/orca-3.30.2/po/fr.po --- old/orca-3.30.1/po/fr.po 2018-10-19 10:40:12.000000000 +0200 +++ new/orca-3.30.2/po/fr.po 2019-01-17 22:59:43.000000000 +0100 @@ -12,20 +12,22 @@ # Julien Hardelin <[email protected]>, 2011, 2015. # Frédéric Wang <[email protected]>, 2015 # Alain Lojewski <[email protected]>, 2017. +# Charles Monzat <[email protected]>, 2018. # msgid "" msgstr "" "Project-Id-Version: orca master\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/orcaorca/issues\n" -"POT-Creation-Date: 2018-07-26 14:39+0000\n" -"PO-Revision-Date: 2018-08-10 10:09+0200\n" -"Last-Translator: Claude Paroz <[email protected]>\n" -"Language-Team: GNOME French Team <[email protected]>\n" +"POT-Creation-Date: 2018-09-20 16:50+0000\n" +"PO-Revision-Date: 2018-11-07 21:39+0100\n" +"Last-Translator: Charles Monzat <[email protected]>\n" +"Language-Team: français <[email protected]>\n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n>1;\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Gtranslator 2.91.7\n" #. Translators: short braille for the rolename of an invalid GUI object. #. We strive to keep it under three characters to preserve real estate. @@ -1722,13 +1724,13 @@ #. #: ../src/orca/chnames.py:771 msgid "subscript left paren" -msgstr "parenthèse gauche en indice" +msgstr "parenthèse gauche en indice" #. Translators: this is the spoken word for the character '₎' (U+208e) #. #: ../src/orca/chnames.py:775 msgid "subscript right paren" -msgstr "parenthèse droite en indice" +msgstr "parenthèse droite en indice" #. Translators: StarOffice/OOo includes private-use unicode character U+E00A #. as a bullet which looks like the black square: ■ (U+25A0). Therefore, @@ -2410,7 +2412,7 @@ #. braille. #: ../src/orca/cmdnames.py:532 msgid "Present current date." -msgstr "Présente la date actuelle." +msgstr "Présente la date actuelle." #. Translators: Orca normally intercepts all keyboard commands and only passes #. them along to the current application when they are not Orca commands. This @@ -2569,7 +2571,7 @@ #. notification message. #: ../src/orca/cmdnames.py:652 msgid "Present previous notification message." -msgstr "Présente le message de notification précédent." +msgstr "Présente le message de notification précédent." #. Translators: this is a command related to navigating within a document. #: ../src/orca/cmdnames.py:655 @@ -4481,7 +4483,7 @@ #: ../src/orca/guilabels.py:153 #, python-format msgid "All channels when an_y %s window is active" -msgstr "Tous les canaux quand n'im_porte quelle fenêtre %s est active" +msgstr "Tous les canaux quand n’im_porte quelle fenêtre %s est active" #. Translators: This is the label of a radio button. If it is selected, Orca will #. only speak new chat messages for the currently active channel, irrespective of @@ -4568,7 +4570,7 @@ #. Translators: When this option is enabled, inserted text of length 1 is spoken. #: ../src/orca/guilabels.py:213 ../src/orca/orca-setup.ui.h:174 msgid "Enable echo by cha_racter" -msgstr "Active_r l'écho par caractère" +msgstr "Active_r l’écho par caractère" #. Translators: Orca has an "echo" feature to present text as it is being written #. by the user. This string refers to a "key echo" option. When this option is @@ -5307,7 +5309,7 @@ #: ../src/orca/guilabels.py:712 msgctxt "VoiceType" msgid "System" -msgstr "Système" +msgstr "Système" #. Translators: This refers to the voice used by Orca when presenting one or more #. characters which is written in uppercase. @@ -7898,7 +7900,7 @@ #. to get into a GUI. #: ../src/orca/messages.py:97 msgid "Capitalization style set to icon." -msgstr "Style de lecture des majuscules défini à icône." +msgstr "Style de lecture des majuscules défini à icône." #. Translators: Orca uses Speech Dispatcher to present content to users via #. text-to-speech. Speech Dispatcher has a feature to control how capital @@ -7910,7 +7912,7 @@ #. to get into a GUI. #: ../src/orca/messages.py:117 msgid "Capitalization style set to none." -msgstr "Style de lecture des majuscules défini à aucun." +msgstr "Style de lecture des majuscules défini à aucun." #. Translators: Orca uses Speech Dispatcher to present content to users via #. text-to-speech. Speech Dispatcher has a feature to control how capital @@ -7922,7 +7924,7 @@ #. to get into a GUI. #: ../src/orca/messages.py:137 msgid "Capitalization style set to spell." -msgstr "Style de lecture des majuscules défini à annonce." +msgstr "Style de lecture des majuscules défini à annonce." #. Translators: Native application caret navigation does not always work as the #. Orca user wants. As such, Orca offers the user the ability to toggle between @@ -8101,7 +8103,7 @@ #. which tells Orca to replace any existing Orca process that might be running. #: ../src/orca/messages.py:258 msgid "Replace a currently running instance of this screen reader" -msgstr "Remplace une instance actuellement lancée de ce lecteur d'écran" +msgstr "Remplace une instance actuellement lancée de ce lecteur d’écran" #. Translators: this is the description of command line option '-h, --help' #. which lists all the available command line options. @@ -8581,7 +8583,7 @@ #. echo and can cycle through the various levels quickly via a command. #: ../src/orca/messages.py:628 msgid "Key echo set to key." -msgstr "Écho de touche défini par touche." +msgstr "Écho de touche défini par touche." #. Translators: Orca has an "echo" setting which allows the user to configure #. what is spoken in response to a key press. Given a user who typed "Hello @@ -8612,7 +8614,7 @@ #. echo and can cycle through the various levels quickly via a command. #: ../src/orca/messages.py:654 msgid "Key echo set to None." -msgstr "Écho de touche défini à aucun." +msgstr "Écho de touche défini à aucun." #. Translators: Orca has an "echo" setting which allows the user to configure #. what is spoken in response to a key press. Given a user who typed "Hello @@ -8705,7 +8707,7 @@ #. echo and can cycle through the various levels quickly via a command. #: ../src/orca/messages.py:732 msgid "Key echo set to word." -msgstr "Écho de touche défini par mot." +msgstr "Écho de touche défini par mot." #. Translators: Orca has an "echo" setting which allows the user to configure #. what is spoken in response to a key press. Given a user who typed "Hello @@ -9134,13 +9136,13 @@ #: ../src/orca/messages.py:1050 msgctxt "indentation and justification" msgid "Disabled" -msgstr "Désactivée" +msgstr "Désactivée" #. Translators: This detailed message indicates that indentation and #. justification will not be spoken. #: ../src/orca/messages.py:1055 msgid "Speaking of indentation and justification disabled." -msgstr "Lecture de l’indentation et de la justification désactivée." +msgstr "Lecture de l’indentation et de la justification désactivée." #. Translators: This brief message indicates that indentation and #. justification will be spoken. @@ -10429,7 +10431,7 @@ #. spoken, or Some will be spoken. #: ../src/orca/messages.py:1976 msgid "Punctuation level set to most." -msgstr "Niveau de ponctuation défini à la plupart." +msgstr "Niveau de ponctuation défini à la plupart." #. Translators: This brief message will be presented as the user cycles #. through the different levels of spoken punctuation. The options are: @@ -10446,7 +10448,7 @@ #. spoken, or Some will be spoken. #: ../src/orca/messages.py:1988 msgid "Punctuation level set to none." -msgstr "Niveau de ponctuation défini à aucun." +msgstr "Niveau de ponctuation défini à aucun." #. Translators: This brief message will be presented as the user cycles #. through the different levels of spoken punctuation. The options are: @@ -10463,7 +10465,7 @@ #. spoken, or Some will be spoken. #: ../src/orca/messages.py:2000 msgid "Punctuation level set to some." -msgstr "Niveau de ponctuation défini à quelques-uns." +msgstr "Niveau de ponctuation défini à quelques-uns." #. Translators: This message is presented to indicate that a search has begun #. or is still taking place. @@ -12087,7 +12089,7 @@ #: ../src/orca/orca-setup.ui.h:4 msgid "System" -msgstr "Système" +msgstr "Système" #: ../src/orca/orca-setup.ui.h:9 msgid "Application" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/orca-3.30.1/py-compile new/orca-3.30.2/py-compile --- old/orca-3.30.1/py-compile 2018-10-19 10:57:35.000000000 +0200 +++ new/orca-3.30.2/py-compile 2019-02-01 01:03:03.000000000 +0100 @@ -1,9 +1,9 @@ #!/bin/sh # py-compile - Compile a Python program -scriptversion=2016-01-11.22; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 2000-2017 Free Software Foundation, Inc. +# Copyright (C) 2000-2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -162,7 +162,7 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" # time-stamp-time-zone: "UTC0" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/orca-3.30.1/src/orca/braille.py new/orca-3.30.2/src/orca/braille.py --- old/orca-3.30.1/src/orca/braille.py 2018-10-19 10:40:12.000000000 +0200 +++ new/orca-3.30.2/src/orca/braille.py 2019-02-01 00:57:20.000000000 +0100 @@ -1480,7 +1480,13 @@ if panAmount == 0: panAmount = _displaySize[0] - viewport[0] += panAmount + if len(_lines) > 0: + lineNum = viewport[1] + newX = viewport[0] + panAmount + string, focusOffset, attributeMask, ranges = _lines[lineNum].getLineInfo() + if newX < len(string): + viewport[0] = newX + return oldX != viewport[0] def panToOffset(offset): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/orca-3.30.1/src/orca/orca_platform.py new/orca-3.30.2/src/orca/orca_platform.py --- old/orca-3.30.1/src/orca/orca_platform.py 2018-10-19 10:57:37.000000000 +0200 +++ new/orca-3.30.2/src/orca/orca_platform.py 2019-02-01 01:03:05.000000000 +0100 @@ -28,7 +28,7 @@ # $ORCA_MAJOR_VERSION.$ORCA_MINOR_VERSION.$ORCA_MICRO_VERSION # -version = "3.30.1" +version = "3.30.2" # "--prefix" parameter used when configuring the build. #
