Hello community,

here is the log from the commit of package at-spi2-atk for openSUSE:Factory 
checked in at 2016-10-03 09:34:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/at-spi2-atk (Old)
 and      /work/SRC/openSUSE:Factory/.at-spi2-atk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "at-spi2-atk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/at-spi2-atk/at-spi2-atk.changes  2016-09-21 
18:28:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-atk.new/at-spi2-atk.changes     
2016-10-03 09:34:04.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Sep 26 07:54:31 UTC 2016 - [email protected]
+
+- Update to version 2.22.0:
+  + Remove some inadvertently-committed debugging code.
+
+-------------------------------------------------------------------

Old:
----
  at-spi2-atk-2.21.91.tar.xz

New:
----
  at-spi2-atk-2.22.0.tar.xz

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

Other differences:
------------------
++++++ at-spi2-atk.spec ++++++
--- /var/tmp/diff_new_pack.T5rqfC/_old  2016-10-03 09:34:05.000000000 +0200
+++ /var/tmp/diff_new_pack.T5rqfC/_new  2016-10-03 09:34:05.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           at-spi2-atk
-Version:        2.21.91
+Version:        2.22.0
 Release:        0
 Summary:        Assistive Technology Service Provider Interface - GTK+ module
 License:        LGPL-2.0+
 Group:          System/Libraries
 Url:            http://www.gnome.org/
-Source0:        
http://download.gnome.org/sources/at-spi2-atk/2.21/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/at-spi2-atk/2.22/%{name}-%{version}.tar.xz
 Source98:       baselibs.conf
 Source99:       %{name}-rpmlintrc
 BuildRequires:  fdupes

++++++ at-spi2-atk-2.21.91.tar.xz -> at-spi2-atk-2.22.0.tar.xz ++++++
++++ 2561 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/at-spi2-atk-2.21.91/NEWS new/at-spi2-atk-2.22.0/NEWS
--- old/at-spi2-atk-2.21.91/NEWS        2016-08-29 23:44:20.000000000 +0200
+++ new/at-spi2-atk-2.22.0/NEWS 2016-09-26 03:17:01.000000000 +0200
@@ -1,3 +1,8 @@
+What's new in at-spi2-atk 2.22.0:
+
+* Remove some inadverrtently-committed debugging code.
+
+What's new in at-spi2-atk 2.21.91:
 What's new in at-spi2-atk 2.21.91:
 
 * atk_bridge_adaptor_init: return -1 if NO_AT_BRIDGE is set (bgo#770574).
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/at-spi2-atk-2.21.91/atk-adaptor/event.c 
new/at-spi2-atk-2.22.0/atk-adaptor/event.c
--- old/at-spi2-atk-2.21.91/atk-adaptor/event.c 2016-07-19 01:56:30.000000000 
+0200
+++ new/at-spi2-atk-2.22.0/atk-adaptor/event.c  2016-08-31 22:27:35.000000000 
+0200
@@ -678,24 +678,6 @@
 
 #define STATE_CHANGED "state-changed"
 
-static void
-do_debug_thing (AtkObject *accessible)
-{
-  AtkObject *parent;
-  gint x, y, width, height;
-
-  do
-  {
-    parent = atk_object_get_parent (accessible);
-    if (!ATK_IS_COMPONENT (accessible))
-    {
-    return;
-  }
-    atk_component_get_extents (ATK_COMPONENT (accessible), &x, &y, &width, 
&height, ATK_XY_SCREEN);
-    accessible = parent;
-  } while (accessible);
-}
-
 /*
  * The state event listener handles 'Gtk:AtkObject:state-change' ATK signals
  * and forwards them as object:state-changed:(param-name) AT-SPI events. Where
@@ -717,7 +699,6 @@
   emit_event (accessible, ITF_EVENT_OBJECT, STATE_CHANGED, pname, detail1, 0,
               DBUS_TYPE_INT32_AS_STRING, 0, append_basic);
 
-if (!g_strcmp0 (pname, "focused") && detail1 && g_getenv("DODEBUG")) 
do_debug_thing(accessible);
   if (!g_strcmp0 (pname, "defunct") && detail1)
     spi_register_deregister_object (spi_global_register, G_OBJECT (accessible),
                                     TRUE);
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/at-spi2-atk-2.21.91/config/missing new/at-spi2-atk-2.22.0/config/missing
--- old/at-spi2-atk-2.21.91/config/missing      2016-08-29 23:45:58.000000000 
+0200
+++ new/at-spi2-atk-2.22.0/config/missing       2016-09-26 03:17:40.000000000 
+0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2013-10-28.13; # UTC
+scriptversion=2012-06-26.16; # UTC
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2013 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
@@ -160,7 +160,7 @@
       ;;
    autom4te*)
       echo "You might have modified some maintainer files that require"
-      echo "the 'autom4te' program to be rebuilt."
+      echo "the 'automa4te' program to be rebuilt."
       program_details 'autom4te'
       ;;
     bison*|yacc*)
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/at-spi2-atk-2.21.91/config/test-driver 
new/at-spi2-atk-2.22.0/config/test-driver
--- old/at-spi2-atk-2.21.91/config/test-driver  2016-08-29 23:45:59.000000000 
+0200
+++ new/at-spi2-atk-2.22.0/config/test-driver   2016-09-26 03:17:41.000000000 
+0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # test-driver - basic testsuite driver script.
 
-scriptversion=2013-07-13.22; # UTC
+scriptversion=2012-06-27.10; # UTC
 
-# Copyright (C) 2011-2014 Free Software Foundation, Inc.
+# Copyright (C) 2011-2013 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
@@ -44,52 +44,35 @@
 Usage:
   test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
               [--expect-failure={yes|no}] [--color-tests={yes|no}]
-              [--enable-hard-errors={yes|no}] [--]
-              TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
+              [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT
 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
 END
 }
 
+# TODO: better error handling in option parsing (in particular, ensure
+# TODO: $log_file, $trs_file and $test_name are defined).
 test_name= # Used for reporting.
 log_file=  # Where to save the output of the test script.
 trs_file=  # Where to save the metadata of the test run.
 expect_failure=no
 color_tests=no
 enable_hard_errors=yes
-while test $# -gt 1; do
- arg=${1%=*}
- val=${1#*=}
- if [ $arg == $val ]; then
-   val=$2
-   shift
- fi
- case $arg in
+while test $# -gt 0; do
+  case $1 in
   --help) print_usage; exit $?;;
   --version) echo "test-driver $scriptversion"; exit $?;;
-  --test-name) test_name=$val;;
-  --log-file) log_file=$val;;
-  --trs-file) trs_file=$val;;
-  --color-tests) color_tests=$val;;
-  --expect-failure) expect_failure=$val;;
-  --enable-hard-errors) enable_hard_errors=$val;;
-  --) break;;
+  --test-name) test_name=$2; shift;;
+  --log-file) log_file=$2; shift;;
+  --trs-file) trs_file=$2; shift;;
+  --color-tests) color_tests=$2; shift;;
+  --expect-failure) expect_failure=$2; shift;;
+  --enable-hard-errors) enable_hard_errors=$2; shift;;
+  --) shift; break;;
   -*) usage_error "invalid option: '$1'";;
   esac
-  [[ $arg != $val ]] && shift
+  shift
 done
 
-missing_opts=
-test x"$test_name" = x && missing_opts="$missing_opts --test-name"
-test x"$log_file"  = x && missing_opts="$missing_opts --log-file"
-test x"$trs_file"  = x && missing_opts="$missing_opts --trs-file"
-if test x"$missing_opts" != x; then
-  usage_error "the following mandatory options are missing:$missing_opts"
-fi
-
-if test $# -eq 0; then
-  usage_error "missing argument"
-fi
-
 if test $color_tests = yes; then
   # Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'.
   red='' # Red.
@@ -111,14 +94,11 @@
 # Test script is run here.
 "$@" >$log_file 2>&1
 estatus=$?
-
 if test $enable_hard_errors = no && test $estatus -eq 99; then
-  tweaked_estatus=1
-else
-  tweaked_estatus=$estatus
+  estatus=1
 fi
 
-case $tweaked_estatus:$expect_failure in
+case $estatus:$expect_failure in
   0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
   0:*)   col=$grn res=PASS  recheck=no  gcopy=no;;
   77:*)  col=$blu res=SKIP  recheck=no  gcopy=yes;;
@@ -127,12 +107,6 @@
   *:*)   col=$red res=FAIL  recheck=yes gcopy=yes;;
 esac
 
-# Report the test outcome and exit status in the logs, so that one can
-# know whether the test passed or failed simply by looking at the '.log'
-# file, without the need of also peaking into the corresponding '.trs'
-# file (automake bug#11814).
-echo "$res $test_name (exit status: $estatus)" >>$log_file
-
 # Report outcome to console.
 echo "${col}${res}${std}: $test_name"
 
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/at-spi2-atk-2.21.91/configure.ac new/at-spi2-atk-2.22.0/configure.ac
--- old/at-spi2-atk-2.21.91/configure.ac        2016-08-29 23:44:32.000000000 
+0200
+++ new/at-spi2-atk-2.22.0/configure.ac 2016-09-26 03:17:10.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.21.91], 
[[email protected]])
+AC_INIT([at-spi2-atk], [2.22.0], 
[[email protected]])
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0


Reply via email to