Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xorgproto for openSUSE:Factory 
checked in at 2022-04-23 19:44:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorgproto (Old)
 and      /work/SRC/openSUSE:Factory/.xorgproto.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorgproto"

Sat Apr 23 19:44:56 2022 rev:9 rq:971274 version:2022.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorgproto/xorgproto.changes      2021-09-21 
21:12:17.002580330 +0200
+++ /work/SRC/openSUSE:Factory/.xorgproto.new.1538/xorgproto.changes    
2022-04-23 19:45:03.122918107 +0200
@@ -1,0 +2,7 @@
+Thu Apr 21 02:20:44 UTC 2022 - Stefan Dirsch <[email protected]>
+
+- xorgproto 2022.1
+  * No changes to the actual protocols, just the additions of some
+    new keysyms provided by the Linux kernel.
+
+-------------------------------------------------------------------

Old:
----
  xorgproto-2021.5.tar.bz2

New:
----
  xorgproto-2022.1.tar.bz2

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

Other differences:
------------------
++++++ xorgproto.spec ++++++
--- /var/tmp/diff_new_pack.n4Ho5F/_old  2022-04-23 19:45:03.794918906 +0200
+++ /var/tmp/diff_new_pack.n4Ho5F/_new  2022-04-23 19:45:03.798918911 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xorgproto
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # 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:           xorgproto
-Version:        2021.5
+Version:        2022.1
 Release:        0
 Summary:        The X11 Protocol collection
 License:        MIT

++++++ xorgproto-2021.5.tar.bz2 -> xorgproto-2022.1.tar.bz2 ++++++
++++ 16466 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/xorgproto-2021.5/compile new/xorgproto-2022.1/compile
--- old/xorgproto-2021.5/compile        2021-09-15 17:57:55.000000000 +0200
+++ new/xorgproto-2022.1/compile        2022-04-21 02:48:10.000000000 +0200
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2021 Free Software Foundation, Inc.
 # Written by Tom Tromey <[email protected]>.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -53,7 +53,7 @@
          MINGW*)
            file_conv=mingw
            ;;
-         CYGWIN*)
+         CYGWIN* | MSYS*)
            file_conv=cygwin
            ;;
          *)
@@ -67,7 +67,7 @@
        mingw/*)
          file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
          ;;
-       cygwin/*)
+       cygwin/* | msys/*)
          file=`cygpath -m "$file" || echo "$file"`
          ;;
        wine/*)
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/xorgproto-2021.5/configure.ac new/xorgproto-2022.1/configure.ac
--- old/xorgproto-2021.5/configure.ac   2021-09-15 17:57:52.000000000 +0200
+++ new/xorgproto-2022.1/configure.ac   2022-04-21 02:48:08.000000000 +0200
@@ -23,7 +23,7 @@
 
 AC_PREREQ([2.60])
 # keep version in sync with meson.build
-AC_INIT([xorgproto], [2021.5],
+AC_INIT([xorgproto], [2022.1],
         [https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
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/xorgproto-2021.5/include/X11/XF86keysym.h 
new/xorgproto-2022.1/include/X11/XF86keysym.h
--- old/xorgproto-2021.5/include/X11/XF86keysym.h       2021-09-15 
17:57:52.000000000 +0200
+++ new/xorgproto-2022.1/include/X11/XF86keysym.h       2022-04-21 
02:48:08.000000000 +0200
@@ -394,6 +394,8 @@
 #define XF86XK_VoiceCommand            _EVDEVK(0x246)          /* v3.16 
KEY_VOICECOMMAND */
 #define XF86XK_Assistant               _EVDEVK(0x247)          /* v4.13 
KEY_ASSISTANT */
 /* Use: XK_ISO_Next_Group              _EVDEVK(0x248)             v5.2  
KEY_KBD_LAYOUT_NEXT */
+#define XF86XK_EmojiPicker             _EVDEVK(0x249)          /* v5.13 
KEY_EMOJI_PICKER */
+#define XF86XK_Dictate                 _EVDEVK(0x24A)          /* v5.17 
KEY_DICTATE */
 #define XF86XK_BrightnessMin           _EVDEVK(0x250)          /* v3.16 
KEY_BRIGHTNESS_MIN */
 #define XF86XK_BrightnessMax           _EVDEVK(0x251)          /* v3.16 
KEY_BRIGHTNESS_MAX */
 #define XF86XK_KbdInputAssistPrev      _EVDEVK(0x260)          /* v3.18 
KEY_KBDINPUTASSIST_PREV */
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/xorgproto-2021.5/meson.build new/xorgproto-2022.1/meson.build
--- old/xorgproto-2021.5/meson.build    2021-09-15 17:57:52.000000000 +0200
+++ new/xorgproto-2022.1/meson.build    2022-04-21 02:48:08.000000000 +0200
@@ -19,7 +19,7 @@
 # SOFTWARE.
 
 # keep version in sync with configure.ac
-project('xorgproto', 'c', license : 'MIT', version : '2021.5')
+project('xorgproto', 'c', license : 'MIT', version : '2022.1')
 cc = meson.get_compiler('c')
 
 pcs = [
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/xorgproto-2021.5/missing new/xorgproto-2022.1/missing
--- old/xorgproto-2021.5/missing        2021-09-15 17:57:55.000000000 +0200
+++ new/xorgproto-2022.1/missing        2022-04-21 02:48:10.000000000 +0200
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2021 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
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/xorgproto-2021.5/test-driver new/xorgproto-2022.1/test-driver
--- old/xorgproto-2021.5/test-driver    2021-09-15 17:57:55.000000000 +0200
+++ new/xorgproto-2022.1/test-driver    2022-04-21 02:48:10.000000000 +0200
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 2011-2018 Free Software Foundation, Inc.
+# Copyright (C) 2011-2021 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
@@ -42,11 +42,13 @@
 {
   cat <<END
 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-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]
+
 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
+See the GNU Automake documentation for information.
 END
 }
 
@@ -103,8 +105,11 @@
 trap "st=141; $do_exit" 13
 trap "st=143; $do_exit" 15
 
-# Test script is run here.
-"$@" >$log_file 2>&1
+# Test script is run here. We create the file first, then append to it,
+# to ameliorate tests themselves also writing to the log file. Our tests
+# don't, but others can (automake bug#35762).
+: >"$log_file"
+"$@" >>"$log_file" 2>&1
 estatus=$?
 
 if test $enable_hard_errors = no && test $estatus -eq 99; then
@@ -126,7 +131,7 @@
 # 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
+echo "$res $test_name (exit status: $estatus)" >>"$log_file"
 
 # Report outcome to console.
 echo "${col}${res}${std}: $test_name"

Reply via email to