Hello community, here is the log from the commit of package accerciser for openSUSE:Factory checked in at 2019-06-24 21:52:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/accerciser (Old) and /work/SRC/openSUSE:Factory/.accerciser.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "accerciser" Mon Jun 24 21:52:16 2019 rev:62 rq:711472 version:3.32.3 Changes: -------- --- /work/SRC/openSUSE:Factory/accerciser/accerciser.changes 2019-06-06 18:17:12.796687944 +0200 +++ /work/SRC/openSUSE:Factory/.accerciser.new.4615/accerciser.changes 2019-06-24 21:53:31.600113590 +0200 @@ -1,0 +2,10 @@ +Fri Jun 21 05:29:55 UTC 2019 - Bjørn Lie <[email protected]> + +- Update to version 3.32.3: + + Fix showing relations. + + Fix support for IPython 7. + + Fix build instructions. + + Don't crash on empty schema list. + + Fix using translations. + +------------------------------------------------------------------- Old: ---- accerciser-3.32.2.tar.xz New: ---- accerciser-3.32.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ accerciser.spec ++++++ --- /var/tmp/diff_new_pack.r6NS8Y/_old 2019-06-24 21:53:32.120113992 +0200 +++ /var/tmp/diff_new_pack.r6NS8Y/_new 2019-06-24 21:53:32.124113996 +0200 @@ -17,7 +17,7 @@ Name: accerciser -Version: 3.32.2 +Version: 3.32.3 Release: 0 Summary: Accessibility debugging tool License: BSD-3-Clause ++++++ accerciser-3.32.2.tar.xz -> accerciser-3.32.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/accerciser-3.32.2/NEWS new/accerciser-3.32.3/NEWS --- old/accerciser-3.32.2/NEWS 2019-05-17 11:20:04.000000000 +0200 +++ new/accerciser-3.32.3/NEWS 2019-06-20 14:48:58.000000000 +0200 @@ -1,4 +1,17 @@ =============== +version 3.32.3 +=============== +- Fix showing relations +- Fix support for IPython 7 +- Fix build instructions +- Don't crash on empty schema list +Contributors: Jan-Marek Glogowski + +What's New +========== +- Fix using translations + +=============== version 3.32.2 =============== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/accerciser-3.32.2/README new/accerciser-3.32.3/README --- old/accerciser-3.32.2/README 2019-05-17 11:19:13.000000000 +0200 +++ new/accerciser-3.32.3/README 2019-06-20 14:49:23.000000000 +0200 @@ -1,4 +1,4 @@ -Accerciser 3.32.2 +Accerciser 3.32.3 Just 15 minutes a day for better accessibility! Description @@ -82,6 +82,8 @@ glib2 >= 2.10 GConf2-devel pygobject + appstream-glib-devel + yelp-tools On a Debian based distro: @@ -90,6 +92,8 @@ at-spi2 >= 2.1.5 libgconf2-dev python-gobject + appstream-util + yelp-tools To use the Python console plugin, you must hve IPython installed. @@ -101,7 +105,7 @@ Installing ========== - autogen.sh + ./autogen.sh make sudo make install diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/accerciser-3.32.2/accerciser.desktop new/accerciser-3.32.3/accerciser.desktop --- old/accerciser-3.32.2/accerciser.desktop 2019-05-17 11:23:29.000000000 +0200 +++ new/accerciser-3.32.3/accerciser.desktop 2019-06-10 17:20:15.000000000 +0200 @@ -179,13 +179,9 @@ # Translators: Do NOT translate or transliterate this text (this is an icon file name)! Icon[cs]=accerciser Icon[da]=accerciser -Icon[es]=accerciser -Icon[hu]=accerciser Icon[id]=accerciser Icon[lt]=accerciser Icon[nl]=accerciser -Icon[pl]=accerciser -Icon[pt_BR]=accerciser Icon[sl]=accerciser Icon[sv]=accerciser Icon[tr]=accerciser diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/accerciser-3.32.2/aclocal.m4 new/accerciser-3.32.3/aclocal.m4 --- old/accerciser-3.32.2/aclocal.m4 2019-05-17 11:20:40.000000000 +0200 +++ new/accerciser-3.32.3/aclocal.m4 2019-06-20 14:50:36.000000000 +0200 @@ -107,6 +107,282 @@ ] ) +dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +dnl serial 11 (pkg-config-0.29) +dnl +dnl Copyright © 2004 Scott James Remnant <[email protected]>. +dnl Copyright © 2012-2015 Dan Nicholson <[email protected]> +dnl +dnl This program is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 2 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, but +dnl WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program; if not, write to the Free Software +dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +dnl 02111-1307, USA. +dnl +dnl As a special exception to the GNU General Public License, if you +dnl distribute this file as part of a program that contains a +dnl configuration script generated by Autoconf, you may include it under +dnl the same distribution terms that you use for the rest of that +dnl program. + +dnl PKG_PREREQ(MIN-VERSION) +dnl ----------------------- +dnl Since: 0.29 +dnl +dnl Verify that the version of the pkg-config macros are at least +dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's +dnl installed version of pkg-config, this checks the developer's version +dnl of pkg.m4 when generating configure. +dnl +dnl To ensure that this macro is defined, also add: +dnl m4_ifndef([PKG_PREREQ], +dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) +dnl +dnl See the "Since" comment for each macro you use to see what version +dnl of the macros you require. +m4_defun([PKG_PREREQ], +[m4_define([PKG_MACROS_VERSION], [0.29]) +m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, + [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) +])dnl PKG_PREREQ + +dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) +dnl ---------------------------------- +dnl Since: 0.16 +dnl +dnl Search for the pkg-config tool and set the PKG_CONFIG variable to +dnl first found in the path. Checks that the version of pkg-config found +dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is +dnl used since that's the first version where most current features of +dnl pkg-config existed. +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])dnl PKG_PROG_PKG_CONFIG + +dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------------------------------- +dnl Since: 0.18 +dnl +dnl Check to see whether a particular set of modules exists. Similar to +dnl PKG_CHECK_MODULES(), but does not set variables or print errors. +dnl +dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +dnl only at the first occurence in configure.ac, so if the first place +dnl it's called might be skipped (such as if it is within an "if", you +dnl have to call PKG_CHECK_EXISTS manually +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + +dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +dnl --------------------------------------------- +dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting +dnl pkg_failed based on the result. +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes ], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])dnl _PKG_CONFIG + +dnl _PKG_SHORT_ERRORS_SUPPORTED +dnl --------------------------- +dnl Internal check to see if pkg-config supports short errors. +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])dnl _PKG_SHORT_ERRORS_SUPPORTED + + +dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl -------------------------------------------------------------- +dnl Since: 0.4.0 +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES might not happen, you should be sure to include an +dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $1]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT])[]dnl + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])dnl PKG_CHECK_MODULES + + +dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl --------------------------------------------------------------------- +dnl Since: 0.29 +dnl +dnl Checks for existence of MODULES and gathers its build flags with +dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags +dnl and VARIABLE-PREFIX_LIBS from --libs. +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to +dnl include an explicit call to PKG_PROG_PKG_CONFIG in your +dnl configure.ac. +AC_DEFUN([PKG_CHECK_MODULES_STATIC], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +_save_PKG_CONFIG=$PKG_CONFIG +PKG_CONFIG="$PKG_CONFIG --static" +PKG_CHECK_MODULES($@) +PKG_CONFIG=$_save_PKG_CONFIG[]dnl +])dnl PKG_CHECK_MODULES_STATIC + + +dnl PKG_INSTALLDIR([DIRECTORY]) +dnl ------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable pkgconfigdir as the location where a module +dnl should install pkg-config .pc files. By default the directory is +dnl $libdir/pkgconfig, but the default can be changed by passing +dnl DIRECTORY. The user can override through the --with-pkgconfigdir +dnl parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +])dnl PKG_INSTALLDIR + + +dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) +dnl -------------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable noarch_pkgconfigdir as the location where a +dnl module should install arch-independent pkg-config .pc files. By +dnl default the directory is $datadir/pkgconfig, but the default can be +dnl changed by passing DIRECTORY. The user can override through the +dnl --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +])dnl PKG_NOARCH_INSTALLDIR + + +dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------- +dnl Since: 0.28 +dnl +dnl Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) + +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])dnl PKG_CHECK_VAR + # gettext.m4 serial 68 (gettext-0.19.8) dnl Copyright (C) 1995-2014, 2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -2102,282 +2378,6 @@ AC_SUBST([USE_NLS]) ]) -dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -dnl serial 11 (pkg-config-0.29) -dnl -dnl Copyright © 2004 Scott James Remnant <[email protected]>. -dnl Copyright © 2012-2015 Dan Nicholson <[email protected]> -dnl -dnl This program is free software; you can redistribute it and/or modify -dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version 2 of the License, or -dnl (at your option) any later version. -dnl -dnl This program is distributed in the hope that it will be useful, but -dnl WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl General Public License for more details. -dnl -dnl You should have received a copy of the GNU General Public License -dnl along with this program; if not, write to the Free Software -dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -dnl 02111-1307, USA. -dnl -dnl As a special exception to the GNU General Public License, if you -dnl distribute this file as part of a program that contains a -dnl configuration script generated by Autoconf, you may include it under -dnl the same distribution terms that you use for the rest of that -dnl program. - -dnl PKG_PREREQ(MIN-VERSION) -dnl ----------------------- -dnl Since: 0.29 -dnl -dnl Verify that the version of the pkg-config macros are at least -dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's -dnl installed version of pkg-config, this checks the developer's version -dnl of pkg.m4 when generating configure. -dnl -dnl To ensure that this macro is defined, also add: -dnl m4_ifndef([PKG_PREREQ], -dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) -dnl -dnl See the "Since" comment for each macro you use to see what version -dnl of the macros you require. -m4_defun([PKG_PREREQ], -[m4_define([PKG_MACROS_VERSION], [0.29]) -m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, - [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) -])dnl PKG_PREREQ - -dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) -dnl ---------------------------------- -dnl Since: 0.16 -dnl -dnl Search for the pkg-config tool and set the PKG_CONFIG variable to -dnl first found in the path. Checks that the version of pkg-config found -dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is -dnl used since that's the first version where most current features of -dnl pkg-config existed. -AC_DEFUN([PKG_PROG_PKG_CONFIG], -[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) -m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) -m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) -AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) -AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) -AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) - -if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then - AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) -fi -if test -n "$PKG_CONFIG"; then - _pkg_min_version=m4_default([$1], [0.9.0]) - AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) - if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - PKG_CONFIG="" - fi -fi[]dnl -])dnl PKG_PROG_PKG_CONFIG - -dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -dnl ------------------------------------------------------------------- -dnl Since: 0.18 -dnl -dnl Check to see whether a particular set of modules exists. Similar to -dnl PKG_CHECK_MODULES(), but does not set variables or print errors. -dnl -dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -dnl only at the first occurence in configure.ac, so if the first place -dnl it's called might be skipped (such as if it is within an "if", you -dnl have to call PKG_CHECK_EXISTS manually -AC_DEFUN([PKG_CHECK_EXISTS], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -if test -n "$PKG_CONFIG" && \ - AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then - m4_default([$2], [:]) -m4_ifvaln([$3], [else - $3])dnl -fi]) - -dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) -dnl --------------------------------------------- -dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting -dnl pkg_failed based on the result. -m4_define([_PKG_CONFIG], -[if test -n "$$1"; then - pkg_cv_[]$1="$$1" - elif test -n "$PKG_CONFIG"; then - PKG_CHECK_EXISTS([$3], - [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes ], - [pkg_failed=yes]) - else - pkg_failed=untried -fi[]dnl -])dnl _PKG_CONFIG - -dnl _PKG_SHORT_ERRORS_SUPPORTED -dnl --------------------------- -dnl Internal check to see if pkg-config supports short errors. -AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then - _pkg_short_errors_supported=yes -else - _pkg_short_errors_supported=no -fi[]dnl -])dnl _PKG_SHORT_ERRORS_SUPPORTED - - -dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -dnl [ACTION-IF-NOT-FOUND]) -dnl -------------------------------------------------------------- -dnl Since: 0.4.0 -dnl -dnl Note that if there is a possibility the first call to -dnl PKG_CHECK_MODULES might not happen, you should be sure to include an -dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac -AC_DEFUN([PKG_CHECK_MODULES], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl -AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl - -pkg_failed=no -AC_MSG_CHECKING([for $1]) - -_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) -_PKG_CONFIG([$1][_LIBS], [libs], [$2]) - -m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS -and $1[]_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details.]) - -if test $pkg_failed = yes; then - AC_MSG_RESULT([no]) - _PKG_SHORT_ERRORS_SUPPORTED - if test $_pkg_short_errors_supported = yes; then - $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` - else - $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD - - m4_default([$4], [AC_MSG_ERROR( -[Package requirements ($2) were not met: - -$$1_PKG_ERRORS - -Consider adjusting the PKG_CONFIG_PATH environment variable if you -installed software in a non-standard prefix. - -_PKG_TEXT])[]dnl - ]) -elif test $pkg_failed = untried; then - AC_MSG_RESULT([no]) - m4_default([$4], [AC_MSG_FAILURE( -[The pkg-config script could not be found or is too old. Make sure it -is in your PATH or set the PKG_CONFIG environment variable to the full -path to pkg-config. - -_PKG_TEXT - -To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl - ]) -else - $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS - $1[]_LIBS=$pkg_cv_[]$1[]_LIBS - AC_MSG_RESULT([yes]) - $3 -fi[]dnl -])dnl PKG_CHECK_MODULES - - -dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -dnl [ACTION-IF-NOT-FOUND]) -dnl --------------------------------------------------------------------- -dnl Since: 0.29 -dnl -dnl Checks for existence of MODULES and gathers its build flags with -dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags -dnl and VARIABLE-PREFIX_LIBS from --libs. -dnl -dnl Note that if there is a possibility the first call to -dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to -dnl include an explicit call to PKG_PROG_PKG_CONFIG in your -dnl configure.ac. -AC_DEFUN([PKG_CHECK_MODULES_STATIC], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -_save_PKG_CONFIG=$PKG_CONFIG -PKG_CONFIG="$PKG_CONFIG --static" -PKG_CHECK_MODULES($@) -PKG_CONFIG=$_save_PKG_CONFIG[]dnl -])dnl PKG_CHECK_MODULES_STATIC - - -dnl PKG_INSTALLDIR([DIRECTORY]) -dnl ------------------------- -dnl Since: 0.27 -dnl -dnl Substitutes the variable pkgconfigdir as the location where a module -dnl should install pkg-config .pc files. By default the directory is -dnl $libdir/pkgconfig, but the default can be changed by passing -dnl DIRECTORY. The user can override through the --with-pkgconfigdir -dnl parameter. -AC_DEFUN([PKG_INSTALLDIR], -[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) -m4_pushdef([pkg_description], - [pkg-config installation directory @<:@]pkg_default[@:>@]) -AC_ARG_WITH([pkgconfigdir], - [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, - [with_pkgconfigdir=]pkg_default) -AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) -m4_popdef([pkg_default]) -m4_popdef([pkg_description]) -])dnl PKG_INSTALLDIR - - -dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) -dnl -------------------------------- -dnl Since: 0.27 -dnl -dnl Substitutes the variable noarch_pkgconfigdir as the location where a -dnl module should install arch-independent pkg-config .pc files. By -dnl default the directory is $datadir/pkgconfig, but the default can be -dnl changed by passing DIRECTORY. The user can override through the -dnl --with-noarch-pkgconfigdir parameter. -AC_DEFUN([PKG_NOARCH_INSTALLDIR], -[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) -m4_pushdef([pkg_description], - [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) -AC_ARG_WITH([noarch-pkgconfigdir], - [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, - [with_noarch_pkgconfigdir=]pkg_default) -AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) -m4_popdef([pkg_default]) -m4_popdef([pkg_description]) -])dnl PKG_NOARCH_INSTALLDIR - - -dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, -dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -dnl ------------------------------------------- -dnl Since: 0.28 -dnl -dnl Retrieves the value of the pkg-config variable for the given module. -AC_DEFUN([PKG_CHECK_VAR], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl - -_PKG_CONFIG([$1], [variable="][$3]["], [$2]) -AS_VAR_COPY([$1], [pkg_cv_][$1]) - -AS_VAR_IF([$1], [""], [$5], [$4])dnl -])dnl PKG_CHECK_VAR - # po.m4 serial 24 (gettext-0.19) dnl Copyright (C) 1995-2014, 2016 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation @@ -3106,13 +3106,7 @@ elif test "x$$lc" != "xC"; then \ if test "x$(YELP_LC_MEDIA_LINKS)" != "x"; then \ echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \ - dname="$$f"; \ - pars="../"; \ - while test "$$dname" != "." -a "$$dname" != "/"; do \ - pars="../$$pars"; \ - dname=$$(dirname "$$dname"); \ - done; \ - $(LN_S) -f $$pars"C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ + $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ fi; \ fi; \ done; \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/accerciser-3.32.2/configure new/accerciser-3.32.3/configure --- old/accerciser-3.32.2/configure 2019-05-17 11:20:40.000000000 +0200 +++ new/accerciser-3.32.3/configure 2019-06-20 14:50:36.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Accerciser 3.32.2. +# Generated by GNU Autoconf 2.69 for Accerciser 3.32.3. # # Report bugs to <https://gitlab.gnome.org/GNOME/accerciser/issues>. # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='Accerciser' PACKAGE_TARNAME='accerciser' -PACKAGE_VERSION='3.32.2' -PACKAGE_STRING='Accerciser 3.32.2' +PACKAGE_VERSION='3.32.3' +PACKAGE_STRING='Accerciser 3.32.3' PACKAGE_BUGREPORT='https://gitlab.gnome.org/GNOME/accerciser/issues' PACKAGE_URL='' @@ -1326,7 +1326,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Accerciser 3.32.2 to adapt to many kinds of systems. +\`configure' configures Accerciser 3.32.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1397,7 +1397,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Accerciser 3.32.2:";; + short | recursive ) echo "Configuration of Accerciser 3.32.3:";; esac cat <<\_ACEOF @@ -1527,7 +1527,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Accerciser configure 3.32.2 +Accerciser configure 3.32.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1707,7 +1707,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Accerciser $as_me 3.32.2, which was +It was created by Accerciser $as_me 3.32.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2573,7 +2573,7 @@ # Define the identity of the package. PACKAGE='accerciser' - VERSION='3.32.2' + VERSION='3.32.3' cat >>confdefs.h <<_ACEOF @@ -2958,13 +2958,7 @@ elif test "x$$lc" != "xC"; then \ if test "x$(YELP_LC_MEDIA_LINKS)" != "x"; then \ echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \ - dname="$$f"; \ - pars="../"; \ - while test "$$dname" != "." -a "$$dname" != "/"; do \ - pars="../$$pars"; \ - dname=$$(dirname "$$dname"); \ - done; \ - $(LN_S) -f $$pars"C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ + $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \ fi; \ fi; \ done; \ @@ -8021,7 +8015,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Accerciser $as_me 3.32.2, which was +This file was extended by Accerciser $as_me 3.32.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -8078,7 +8072,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Accerciser config.status 3.32.2 +Accerciser config.status 3.32.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/accerciser-3.32.2/configure.ac new/accerciser-3.32.3/configure.ac --- old/accerciser-3.32.2/configure.ac 2019-05-17 11:19:16.000000000 +0200 +++ new/accerciser-3.32.3/configure.ac 2019-06-20 14:49:22.000000000 +0200 @@ -1,5 +1,5 @@ AC_INIT([Accerciser], - [3.32.2], + [3.32.3], [https://gitlab.gnome.org/GNOME/accerciser/issues], [accerciser]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/accerciser-3.32.2/plugins/interface_view.py new/accerciser-3.32.3/plugins/interface_view.py --- old/accerciser-3.32.2/plugins/interface_view.py 2019-05-17 11:15:05.000000000 +0200 +++ new/accerciser-3.32.3/plugins/interface_view.py 2019-06-20 14:45:42.000000000 +0200 @@ -318,11 +318,9 @@ # preset the different bg colors style = self.relations_view.get_style_context() self.header_bg = style.get_background_color(gtk.StateFlags.NORMAL).to_string() - self.relation_bg = style.get_color(gtk.StateFlags.NORMAL).to_string() + self.relation_bg = style.get_background_color(gtk.StateFlags.NORMAL).to_string() selection = self.relations_view.get_selection() - selection.set_select_function(self._relationSelectFunc, None) - show_button = ui_xml.get_object('button_relation_show') show_button.set_sensitive(self._isSelectedInView(selection)) selection.connect('changed', self._onViewSelectionChanged, show_button) @@ -406,7 +404,7 @@ ''' selection = relations_view.get_selection() model, iter = selection.get_selected() - if iter: + if iter and model[iter][2] >= 0: path = model.get_path(iter) relations = self.node.acc.getRelationSet() acc = relations[path[0]].getTarget(model[iter][2]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/accerciser-3.32.2/plugins/interface_view.ui new/accerciser-3.32.3/plugins/interface_view.ui --- old/accerciser-3.32.2/plugins/interface_view.ui 2019-05-17 11:15:05.000000000 +0200 +++ new/accerciser-3.32.3/plugins/interface_view.ui 2019-06-20 14:45:42.000000000 +0200 @@ -126,6 +126,9 @@ <attributes> <attribute name="weight" value="bold"/> </attributes> + <accessibility> + <relation type="label-for" target="label_acc_child count"/> + </accessibility> </object> <packing> <property name="expand">False</property> @@ -181,6 +184,9 @@ <attributes> <attribute name="style" value="italic"/> </attributes> + <accessibility> + <relation type="labelled-by" target="label58"/> + </accessibility> </object> </child> </object> @@ -194,6 +200,9 @@ <attributes> <attribute name="weight" value="bold"/> </attributes> + <accessibility> + <relation type="label-for" target="label_acc_desc"/> + </accessibility> </object> </child> </object> @@ -233,7 +242,7 @@ <property name="min_content_height">75</property> <child> <object class="GtkTreeView" id="states_view"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="model">states_liststore</property> <property name="headers_visible">False</property> @@ -292,7 +301,7 @@ <property name="min_content_height">75</property> <child> <object class="GtkTreeView" id="accattrib_view"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="model">accattrib_liststore</property> <property name="headers_visible">False</property> @@ -383,7 +392,7 @@ <property name="min_content_height">75</property> <child> <object class="GtkTreeView" id="relations_view"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="model">relations_treestore</property> <property name="headers_visible">False</property> @@ -2115,7 +2124,7 @@ <property name="xalign">0</property> <signal name="clicked" handler="_onTableButtonClicked" swapped="no"/> <accessibility> - <relation type="labelled-by" target="label50"/> + <relation type="labelled-by" target="label45"/> </accessibility> </object> <packing> @@ -2388,6 +2397,9 @@ <attributes> <attribute name="weight" value="bold"/> </attributes> + <accessibility> + <relation type="label-for" target="table_cell_button"/> + </accessibility> </object> </child> </object> @@ -2627,6 +2639,9 @@ <property name="can_focus">True</property> <property name="model">textattrib_liststore</property> <property name="headers_visible">False</property> + <accessibility> + <relation type="labelled-by" target="label8"/> + </accessibility> <child internal-child="selection"> <object class="GtkTreeSelection" id="treeview-selection9"/> </child> @@ -2670,6 +2685,9 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Attributes</property> + <accessibility> + <relation type="label-for" target="treeview_text_attr"/> + </accessibility> <attributes> <attribute name="weight" value="bold"/> </attributes> @@ -2779,7 +2797,7 @@ <property name="selectable">True</property> <property name="xalign">0</property> <accessibility> - <relation type="labelled-by" target="label35"/> + <relation type="labelled-by" target="label34"/> </accessibility> </object> <packing> @@ -2798,7 +2816,7 @@ <property name="selectable">True</property> <property name="xalign">0</property> <accessibility> - <relation type="labelled-by" target="label34"/> + <relation type="labelled-by" target="label35"/> </accessibility> </object> <packing> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/accerciser-3.32.2/plugins/ipython_view.py new/accerciser-3.32.3/plugins/ipython_view.py --- old/accerciser-3.32.2/plugins/ipython_view.py 2019-05-17 11:15:05.000000000 +0200 +++ new/accerciser-3.32.3/plugins/ipython_view.py 2019-06-20 14:45:42.000000000 +0200 @@ -131,6 +131,12 @@ # self.__update_namespace() + # Avoid using input splitter when not really needed. + # Perhaps it could work even before 5.8.0 + # But it definitely does not work any more with >= 7.0.0 + self.no_input_splitter = parse_version(IPython.release.version) >= parse_version('5.8.0') + self.lines = [] + def __update_namespace(self): ''' Update self.IP namespace for autocompletion with sys.modules @@ -172,14 +178,21 @@ except: self.IP.showtraceback() else: - self.IP.input_splitter.push(line) - self.iter_more = self.IP.input_splitter.push_accepts_more() + if self.no_input_splitter: + self.lines.append(line) + self.iter_more = self.IP.check_complete('\n'.join(self.lines))[0] == 'incomplete' + else: + self.IP.input_splitter.push(line) + self.iter_more = self.IP.input_splitter.push_accepts_more() self.prompt = self.generatePrompt(self.iter_more) if (self.IP.SyntaxTB.last_syntax_error and self.IP.autoedit_syntax): self.IP.edit_syntax_error() if not self.iter_more: - if parse_version(IPython.release.version) >= parse_version("2.0.0-dev"): + if self.no_input_splitter: + source_raw = '\n'.join(self.lines) + self.lines = [] + elif parse_version(IPython.release.version) >= parse_version("2.0.0-dev"): source_raw = self.IP.input_splitter.raw_reset() else: source_raw = self.IP.input_splitter.source_raw_reset()[1] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/accerciser-3.32.2/plugins/validate.py new/accerciser-3.32.3/plugins/validate.py --- old/accerciser-3.32.2/plugins/validate.py 2017-09-12 16:16:41.000000000 +0200 +++ new/accerciser-3.32.3/plugins/validate.py 2019-06-10 18:27:23.000000000 +0200 @@ -197,6 +197,7 @@ self.clear = self.main_xml.get_object('clear button') self.schema = self.main_xml.get_object('schema combo') self.validator_buffer = gtk.TextBuffer() + self.idle_validate_id = None # model for the combobox model = gtk.ListStore(GObject.TYPE_STRING, GObject.TYPE_STRING) @@ -398,6 +399,9 @@ self.report.get_model().clear() # get the validators index = self.schema.get_active() + if index == -1: + self.validate.set_active(False) + return row = self.schema.get_model()[index] self.vals = ValidatorManager.getValidators(row[1]) # build a new state dict @@ -418,6 +422,8 @@ Stops a validation run by disabling the idle callback and restoring the various UI components to their enabled states. ''' + if self.idle_validate_id == None: + return # stop callbacks GLib.source_remove(self.idle_validate_id) # destroy generator diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/accerciser-3.32.2/plugins/validate.ui new/accerciser-3.32.3/plugins/validate.ui --- old/accerciser-3.32.2/plugins/validate.ui 2011-06-21 03:04:42.000000000 +0200 +++ new/accerciser-3.32.3/plugins/validate.ui 2019-05-17 14:49:56.000000000 +0200 @@ -38,9 +38,6 @@ <property name="label" translatable="yes">Sche_ma:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">schema combo</property> - <accessibility> - <relation type="label-for" target="schema combo"/> - </accessibility> </object> <packing> <property name="expand">False</property> @@ -51,9 +48,6 @@ <child> <object class="GtkComboBox" id="schema combo"> <property name="visible">True</property> - <accessibility> - <relation type="labelled-by" target="label1"/> - </accessibility> </object> <packing> <property name="position">1</property> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/accerciser-3.32.2/po/accerciser.pot new/accerciser-3.32.3/po/accerciser.pot --- old/accerciser-3.32.2/po/accerciser.pot 2019-05-03 21:31:52.000000000 +0200 +++ new/accerciser-3.32.3/po/accerciser.pot 2019-06-10 16:48:05.000000000 +0200 @@ -297,11 +297,7 @@ msgstr "" #: plugins/interface_view.ui:224 plugins/interface_view.py:348 -msgid "(no id)" -msgstr "" - -#: plugins/interface_view.ui:239 -msgid "Id" +msgid "(no ID)" msgstr "" #: plugins/interface_view.ui:310 @@ -918,7 +914,7 @@ msgstr "" #: src/lib/accerciser/about_dialog.py:54 -msgid "accerciser Copyright (c) 2006, 2007 IBM Corporation (BSD)" +msgid "accerciser Copyright © 2006, 2007 IBM Corporation (BSD)" msgstr "" #: src/lib/accerciser/about_dialog.py:56 Binary files old/accerciser-3.32.2/po/as.gmo and new/accerciser-3.32.3/po/as.gmo differ Binary files old/accerciser-3.32.2/po/ast.gmo and new/accerciser-3.32.3/po/ast.gmo differ Binary files old/accerciser-3.32.2/po/be.gmo and new/accerciser-3.32.3/po/be.gmo differ Binary files old/accerciser-3.32.2/po/bg.gmo and new/accerciser-3.32.3/po/bg.gmo differ Binary files old/accerciser-3.32.2/po/bn.gmo and new/accerciser-3.32.3/po/bn.gmo differ Binary files old/accerciser-3.32.2/po/bn_IN.gmo and new/accerciser-3.32.3/po/bn_IN.gmo differ Binary files old/accerciser-3.32.2/po/br.gmo and new/accerciser-3.32.3/po/br.gmo differ Binary files old/accerciser-3.32.2/po/bs.gmo and new/accerciser-3.32.3/po/bs.gmo differ Binary files old/accerciser-3.32.2/po/ca.gmo and new/accerciser-3.32.3/po/ca.gmo differ Binary files old/accerciser-3.32.2/po/[email protected] and new/accerciser-3.32.3/po/[email protected] differ Binary files old/accerciser-3.32.2/po/cs.gmo and new/accerciser-3.32.3/po/cs.gmo differ Binary files old/accerciser-3.32.2/po/da.gmo and new/accerciser-3.32.3/po/da.gmo differ Binary files old/accerciser-3.32.2/po/de.gmo and new/accerciser-3.32.3/po/de.gmo differ Binary files old/accerciser-3.32.2/po/dz.gmo and new/accerciser-3.32.3/po/dz.gmo differ Binary files old/accerciser-3.32.2/po/el.gmo and new/accerciser-3.32.3/po/el.gmo differ Binary files old/accerciser-3.32.2/po/[email protected] and new/accerciser-3.32.3/po/[email protected] differ Binary files old/accerciser-3.32.2/po/en_CA.gmo and new/accerciser-3.32.3/po/en_CA.gmo differ Binary files old/accerciser-3.32.2/po/en_GB.gmo and new/accerciser-3.32.3/po/en_GB.gmo differ Binary files old/accerciser-3.32.2/po/eo.gmo and new/accerciser-3.32.3/po/eo.gmo differ Binary files old/accerciser-3.32.2/po/es.gmo and new/accerciser-3.32.3/po/es.gmo differ Binary files old/accerciser-3.32.2/po/et.gmo and new/accerciser-3.32.3/po/et.gmo differ Binary files old/accerciser-3.32.2/po/eu.gmo and new/accerciser-3.32.3/po/eu.gmo differ Binary files old/accerciser-3.32.2/po/fi.gmo and new/accerciser-3.32.3/po/fi.gmo differ Binary files old/accerciser-3.32.2/po/fr.gmo and new/accerciser-3.32.3/po/fr.gmo differ Binary files old/accerciser-3.32.2/po/fur.gmo and new/accerciser-3.32.3/po/fur.gmo differ Binary files old/accerciser-3.32.2/po/gl.gmo and new/accerciser-3.32.3/po/gl.gmo differ Binary files old/accerciser-3.32.2/po/gu.gmo and new/accerciser-3.32.3/po/gu.gmo differ Binary files old/accerciser-3.32.2/po/he.gmo and new/accerciser-3.32.3/po/he.gmo differ Binary files old/accerciser-3.32.2/po/hi.gmo and new/accerciser-3.32.3/po/hi.gmo differ Binary files old/accerciser-3.32.2/po/hu.gmo and new/accerciser-3.32.3/po/hu.gmo differ Binary files old/accerciser-3.32.2/po/hy.gmo and new/accerciser-3.32.3/po/hy.gmo differ Binary files old/accerciser-3.32.2/po/id.gmo and new/accerciser-3.32.3/po/id.gmo differ Binary files old/accerciser-3.32.2/po/it.gmo and new/accerciser-3.32.3/po/it.gmo differ Binary files old/accerciser-3.32.2/po/ja.gmo and new/accerciser-3.32.3/po/ja.gmo differ Binary files old/accerciser-3.32.2/po/kk.gmo and new/accerciser-3.32.3/po/kk.gmo differ Binary files old/accerciser-3.32.2/po/km.gmo and new/accerciser-3.32.3/po/km.gmo differ Binary files old/accerciser-3.32.2/po/kn.gmo and new/accerciser-3.32.3/po/kn.gmo differ Binary files old/accerciser-3.32.2/po/ko.gmo and new/accerciser-3.32.3/po/ko.gmo differ Binary files old/accerciser-3.32.2/po/lt.gmo and new/accerciser-3.32.3/po/lt.gmo differ Binary files old/accerciser-3.32.2/po/lv.gmo and new/accerciser-3.32.3/po/lv.gmo differ Binary files old/accerciser-3.32.2/po/mai.gmo and new/accerciser-3.32.3/po/mai.gmo differ Binary files old/accerciser-3.32.2/po/mk.gmo and new/accerciser-3.32.3/po/mk.gmo differ Binary files old/accerciser-3.32.2/po/ml.gmo and new/accerciser-3.32.3/po/ml.gmo differ Binary files old/accerciser-3.32.2/po/mr.gmo and new/accerciser-3.32.3/po/mr.gmo differ Binary files old/accerciser-3.32.2/po/nb.gmo and new/accerciser-3.32.3/po/nb.gmo differ Binary files old/accerciser-3.32.2/po/ne.gmo and new/accerciser-3.32.3/po/ne.gmo differ Binary files old/accerciser-3.32.2/po/nl.gmo and new/accerciser-3.32.3/po/nl.gmo differ Binary files old/accerciser-3.32.2/po/oc.gmo and new/accerciser-3.32.3/po/oc.gmo differ Binary files old/accerciser-3.32.2/po/or.gmo and new/accerciser-3.32.3/po/or.gmo differ Binary files old/accerciser-3.32.2/po/pa.gmo and new/accerciser-3.32.3/po/pa.gmo differ Binary files old/accerciser-3.32.2/po/pl.gmo and new/accerciser-3.32.3/po/pl.gmo differ Binary files old/accerciser-3.32.2/po/pt.gmo and new/accerciser-3.32.3/po/pt.gmo differ Binary files old/accerciser-3.32.2/po/pt_BR.gmo and new/accerciser-3.32.3/po/pt_BR.gmo differ Binary files old/accerciser-3.32.2/po/ro.gmo and new/accerciser-3.32.3/po/ro.gmo differ Binary files old/accerciser-3.32.2/po/ru.gmo and new/accerciser-3.32.3/po/ru.gmo differ Binary files old/accerciser-3.32.2/po/si.gmo and new/accerciser-3.32.3/po/si.gmo differ Binary files old/accerciser-3.32.2/po/sk.gmo and new/accerciser-3.32.3/po/sk.gmo differ Binary files old/accerciser-3.32.2/po/sl.gmo and new/accerciser-3.32.3/po/sl.gmo differ Binary files old/accerciser-3.32.2/po/sq.gmo and new/accerciser-3.32.3/po/sq.gmo differ Binary files old/accerciser-3.32.2/po/sr.gmo and new/accerciser-3.32.3/po/sr.gmo differ Binary files old/accerciser-3.32.2/po/[email protected] and new/accerciser-3.32.3/po/[email protected] differ Binary files old/accerciser-3.32.2/po/sv.gmo and new/accerciser-3.32.3/po/sv.gmo differ Binary files old/accerciser-3.32.2/po/te.gmo and new/accerciser-3.32.3/po/te.gmo differ Binary files old/accerciser-3.32.2/po/tg.gmo and new/accerciser-3.32.3/po/tg.gmo differ Binary files old/accerciser-3.32.2/po/th.gmo and new/accerciser-3.32.3/po/th.gmo differ Binary files old/accerciser-3.32.2/po/tr.gmo and new/accerciser-3.32.3/po/tr.gmo differ Binary files old/accerciser-3.32.2/po/ug.gmo and new/accerciser-3.32.3/po/ug.gmo differ Binary files old/accerciser-3.32.2/po/uk.gmo and new/accerciser-3.32.3/po/uk.gmo differ Binary files old/accerciser-3.32.2/po/vi.gmo and new/accerciser-3.32.3/po/vi.gmo differ Binary files old/accerciser-3.32.2/po/zh_CN.gmo and new/accerciser-3.32.3/po/zh_CN.gmo differ Binary files old/accerciser-3.32.2/po/zh_HK.gmo and new/accerciser-3.32.3/po/zh_HK.gmo differ Binary files old/accerciser-3.32.2/po/zh_TW.gmo and new/accerciser-3.32.3/po/zh_TW.gmo differ
