commit xorg-x11-server for openSUSE:Factory
Hello community, here is the log from the commit of package xorg-x11-server for openSUSE:Factory checked in at 2014-11-26 10:35:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old) and /work/SRC/openSUSE:Factory/.xorg-x11-server.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "xorg-x11-server" Changes: -------- --- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes 2014-11-15 12:30:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes 2014-11-26 10:35:36.000000000 +0100 @@ -1,0 +2,11 @@ +Tue Nov 18 10:34:53 UTC 2014 - sndirsch@suse.com + +- Update to version 1.16.2 + - Fix present_pixmap when using present_notify_msc + - Fix present_notify to return right away when querying current + or past msc.Xext/shm: Detach SHM segment after Pixmap is released + - xkb: ignore floating slave devices when updating from master (#81885) + - fb: Fix invalid bpp for 24bit depth window +- supersedes U_fb-Fix-invalid-bpp-for-24bit-depth-window.patch + +------------------------------------------------------------------- Old: ---- U_fb-Fix-invalid-bpp-for-24bit-depth-window.patch xorg-server-1.16.1.tar.bz2 New: ---- xorg-server-1.16.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-server.spec ++++++ --- /var/tmp/diff_new_pack.W1v5GY/_old 2014-11-26 10:35:37.000000000 +0100 +++ /var/tmp/diff_new_pack.W1v5GY/_new 2014-11-26 10:35:37.000000000 +0100 @@ -18,7 +18,7 @@ Name: xorg-x11-server -%define dirsuffix 1.16.1 +%define dirsuffix 1.16.2 Summary: X License: MIT @@ -157,7 +157,6 @@ Patch111: u_CloseConsole-Don-t-report-FatalError-when-shutting-down.patch Patch112: u_render-Cast-color-masks-to-unsigned-long-before-shifting-them.patch Patch130: U_BellProc-Send-bell-event-on-core-protocol-bell-when-requested.patch -Patch131: U_fb-Fix-invalid-bpp-for-24bit-depth-window.patch Patch1000: n_xserver-optimus-autoconfig-hack.patch @@ -243,7 +242,6 @@ %patch111 -p1 %patch112 -p1 %patch130 -p1 -%patch131 -p1 %patch1000 -p1 ### disabled for now ++++++ xorg-server-1.16.1.tar.bz2 -> xorg-server-1.16.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xorg-server-1.16.1/ChangeLog new/xorg-server-1.16.2/ChangeLog --- old/xorg-server-1.16.1/ChangeLog 2014-09-21 11:09:20.000000000 +0200 +++ new/xorg-server-1.16.2/ChangeLog 2014-11-10 16:48:26.000000000 +0100 @@ -1,3 +1,108 @@ +commit 4393c7f1ba6140a02232f04fbb434a80d663a99d +Author: Julien Cristau <jcristau@debian.org> +Date: Mon Nov 10 16:38:52 2014 +0100 + + Bump to 1.16.2 + + Signed-off-by: Julien Cristau <jcristau@debian.org> + +commit 151ec89574c0d1b4566137d0f2d965ef48f04ec5 +Author: Julien Cristau <jcristau@debian.org> +Date: Sun Nov 2 11:21:33 2014 +0100 + + Bump to 1.16.1.901 + +commit a4d9637504ea4c97ca22d86c9f2e275f5253470d +Author: Chris Wilson <chris@chris-wilson.co.uk> +Date: Thu Oct 16 14:09:08 2014 +0100 + + Xext/shm: Detach SHM segment after Pixmap is released + + The GPU may still have a reference to the SHM segment which would only + be finally released when the Pixmap is destroy. So we can only detach + the SHM segment (and thereby making the memory unaccessible) after the + backend has had a chance to flush any remaining references. + + Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=85058 + Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> + Reported-and-tested-by: gedgon@gmail.com + Reviewed-by: Adam Jackson <ajax@redhat.com> + Signed-off-by: Keith Packard <keithp@keithp.com> + (cherry picked from commit 9b29fa957a397664463c7c78fbcc2f34d1993271) + Signed-off-by: Julien Cristau <jcristau@debian.org> + +commit a7c207cc8e713092c51401baddbb3a30de398a34 +Author: Axel Davy <axel.davy@ens.fr> +Date: Wed Oct 29 13:31:42 2014 +0100 + + Fix present_notify to return right away when querying current or past msc. + + When the target msc is past or is the current one, we want to get immediate + feedback. This patch fixes this behaviour. + + Signed-off-by: Axel Davy <axel.davy@ens.fr> + Reviewed-by: Keith Packard <keithp@keithp.com> + Signed-off-by: Keith Packard <keithp@keithp.com> + (cherry picked from commit 882f2d10d99a04a96afc0ce0c8937e16bec3afb5) + Signed-off-by: Julien Cristau <jcristau@debian.org> + +commit 27600a6b2056b8cf6af8b6b0f078164ef36c0767 +Author: Axel Davy <axel.davy@ens.fr> +Date: Sat Sep 27 23:17:13 2014 +0200 + + Fix present_pixmap when using present_notify_msc + + Calling present_notify_msc could cancel a pending pixmap presentation. + + Signed-off-by: Axel Davy <axel.davy@ens.fr> + Reviewed-by: Keith Packard <keithp@keithp.com> + Signed-off-by: Keith Packard <keithp@keithp.com> + (cherry picked from commit 9bc01dfc7070a40f5948588895b3a11dd1636d0e) + Signed-off-by: Julien Cristau <jcristau@debian.org> + +commit 0e62f275aa02c5694fd714f3bbd5271836142755 +Author: Peter Hutterer <peter.hutterer@who-t.net> +Date: Mon Aug 4 10:47:03 2014 +1000 + + xkb: ignore floating slave devices when updating from master (#81885) + + Introduced in 45fb3a934dc0db51584aba37c2f9d73deff9191d. When a device is + enabled, the master's locked state is pushed to the slave. If the device is + floating, no master exists and we triggered a NULL-pointer dereference + in XkbPushLockedStateToSlaves. + + X.Org Bug 81885 <http://bugs.freedesktop.org/show_bug.cgi?id=81885> + + Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> + Reviewed-by: Daniel Stone <daniel@fooishbar.org> + Signed-off-by: Keith Packard <keithp@keithp.com> + (cherry picked from commit 1e30fc1b99bda040038e4fd56d1b27c686b44c75) + Signed-off-by: Julien Cristau <jcristau@debian.org> + +commit f7ca20cacfd4e0304d01f29491ae8363fd482279 +Author: Takashi Iwai <tiwai@suse.de> +Date: Tue Aug 19 15:57:22 2014 -0500 + + fb: Fix invalid bpp for 24bit depth window + + We have a hack in fb layer for a 24bpp screen to use 32bpp images, and + fbCreateWindow() replaces its drawable.bitsPerPixel field + appropriately. But, the problem is that it always replaces when 32bpp + is passed. If the depth is 32, this results in bpp < depth, which is + actually invalid. + + Meanwhile, fbCreatePixmap() has a more check and it creates with 24bpp + only when the passed depth <= 24 for avoiding such a problem. + + This oneliner patch just adds the similar check in fbCreateWindow(). + This (hopefully) fixes the long-standing broken graphics mess of + cirrus KMS with 24bpp. + + Signed-off-by: Takashi Iwai <tiwai@suse.de> + Reviewed-by: Keith Packard <keithp@keithp.com> + (cherry picked from commit fe5018e0564118a7a8198fa286186fdb9ed818c7) + Signed-off-by: Julien Cristau <jcristau@debian.org> + commit 0e0951ce3eb33242934df9b683f8f5ca4fd501af Author: Julien Cristau <jcristau@debian.org> Date: Sun Sep 21 10:56:53 2014 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xorg-server-1.16.1/Makefile.in new/xorg-server-1.16.2/Makefile.in --- old/xorg-server-1.16.1/Makefile.in 2014-09-21 10:58:45.000000000 +0200 +++ new/xorg-server-1.16.2/Makefile.in 2014-11-10 16:40:32.000000000 +0100 @@ -83,7 +83,7 @@ $(top_srcdir)/configure $(am__configure_deps) \ $(srcdir)/xserver.ent.in $(srcdir)/xorg-server.pc.in COPYING \ ChangeLog INSTALL README compile config.guess config.sub \ - depcomp install-sh missing ylwrap ltmain.sh + install-sh missing ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xorg-server-1.16.1/Xext/shm.c new/xorg-server-1.16.2/Xext/shm.c --- old/xorg-server-1.16.1/Xext/shm.c 2014-07-08 15:48:21.000000000 +0200 +++ new/xorg-server-1.16.2/Xext/shm.c 2014-11-03 21:53:27.000000000 +0100 @@ -248,21 +248,20 @@ { ScreenPtr pScreen = pPixmap->drawable.pScreen; ShmScrPrivateRec *screen_priv = ShmGetScreenPriv(pScreen); + void *shmdesc = NULL; Bool ret; - if (pPixmap->refcnt == 1) { - ShmDescPtr shmdesc; - - shmdesc = (ShmDescPtr) dixLookupPrivate(&pPixmap->devPrivates, - shmPixmapPrivateKey); - if (shmdesc) - ShmDetachSegment((void *) shmdesc, pPixmap->drawable.id); - } + if (pPixmap->refcnt == 1) + shmdesc = dixLookupPrivate(&pPixmap->devPrivates, shmPixmapPrivateKey); pScreen->DestroyPixmap = screen_priv->destroyPixmap; ret = (*pScreen->DestroyPixmap) (pPixmap); screen_priv->destroyPixmap = pScreen->DestroyPixmap; pScreen->DestroyPixmap = ShmDestroyPixmap; + + if (shmdesc) + ShmDetachSegment(shmdesc, pPixmap->drawable.id); + return ret; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xorg-server-1.16.1/aclocal.m4 new/xorg-server-1.16.2/aclocal.m4 --- old/xorg-server-1.16.1/aclocal.m4 2014-09-21 10:58:44.000000000 +0200 +++ new/xorg-server-1.16.2/aclocal.m4 2014-11-10 16:40:29.000000000 +0100 @@ -2794,10 +2794,9 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xorg-server-1.16.1/config.sub new/xorg-server-1.16.2/config.sub --- old/xorg-server-1.16.1/config.sub 2014-09-17 07:25:28.000000000 +0200 +++ new/xorg-server-1.16.2/config.sub 2014-11-10 16:40:32.000000000 +0100 @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2014 Free Software Foundation, Inc. -timestamp='2014-05-01' +timestamp='2014-09-11' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -302,6 +302,7 @@ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ + | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ @@ -828,6 +829,10 @@ basic_machine=powerpc-unknown os=-morphos ;; + moxiebox) + basic_machine=moxie-unknown + os=-moxiebox + ;; msdos) basic_machine=i386-pc os=-msdos @@ -1373,7 +1378,7 @@ | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ | -linux-newlib* | -linux-musl* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* \ + | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xorg-server-1.16.1/configure new/xorg-server-1.16.2/configure --- old/xorg-server-1.16.1/configure 2014-09-21 10:58:53.000000000 +0200 +++ new/xorg-server-1.16.2/configure 2014-11-10 16:40:30.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for xorg-server 1.16.1. +# Generated by GNU Autoconf 2.69 for xorg-server 1.16.2. # # Report bugs to <https://bugs.freedesktop.org/enter_bug.cgi?product=xorg>. # @@ -651,8 +651,8 @@ # Identity of this package. PACKAGE_NAME='xorg-server' PACKAGE_TARNAME='xorg-server' -PACKAGE_VERSION='1.16.1' -PACKAGE_STRING='xorg-server 1.16.1' +PACKAGE_VERSION='1.16.2' +PACKAGE_STRING='xorg-server 1.16.2' PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=xorg' PACKAGE_URL='' @@ -2048,7 +2048,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 xorg-server 1.16.1 to adapt to many kinds of systems. +\`configure' configures xorg-server 1.16.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2118,7 +2118,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of xorg-server 1.16.1:";; + short | recursive ) echo "Configuration of xorg-server 1.16.2:";; esac cat <<\_ACEOF @@ -2562,7 +2562,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -xorg-server configure 1.16.1 +xorg-server configure 1.16.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3271,7 +3271,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by xorg-server $as_me 1.16.1, which was +It was created by xorg-server $as_me 1.16.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3619,7 +3619,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -RELEASE_DATE="2014-09-21" +RELEASE_DATE="2014-11-10" RELEASE_NAME="Marionberry Pie" @@ -3824,8 +3824,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -4138,7 +4138,7 @@ # Define the identity of the package. PACKAGE='xorg-server' - VERSION='1.16.1' + VERSION='1.16.2' cat >>confdefs.h <<_ACEOF @@ -32796,7 +32796,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by xorg-server $as_me 1.16.1, which was +This file was extended by xorg-server $as_me 1.16.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -32862,7 +32862,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -xorg-server config.status 1.16.1 +xorg-server config.status 1.16.2 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/xorg-server-1.16.1/configure.ac new/xorg-server-1.16.2/configure.ac --- old/xorg-server-1.16.1/configure.ac 2014-09-21 10:56:43.000000000 +0200 +++ new/xorg-server-1.16.2/configure.ac 2014-11-10 16:38:47.000000000 +0100 @@ -26,8 +26,8 @@ dnl Process this file with autoconf to create configure. AC_PREREQ(2.60) -AC_INIT([xorg-server], 1.16.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) -RELEASE_DATE="2014-09-21" +AC_INIT([xorg-server], 1.16.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server) +RELEASE_DATE="2014-11-10" RELEASE_NAME="Marionberry Pie" AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_MACRO_DIR([m4]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xorg-server-1.16.1/dix/devices.c new/xorg-server-1.16.2/dix/devices.c --- old/xorg-server-1.16.1/dix/devices.c 2014-09-21 10:55:24.000000000 +0200 +++ new/xorg-server-1.16.2/dix/devices.c 2014-11-03 21:53:27.000000000 +0100 @@ -416,7 +416,7 @@ XISendDeviceHierarchyEvent(flags); } - if (!IsMaster(dev)) + if (!IsMaster(dev) && !IsFloating(dev)) XkbPushLockedStateToSlaves(GetMaster(dev, MASTER_KEYBOARD), 0, 0); RecalculateMasterButtons(dev); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xorg-server-1.16.1/fb/fbwindow.c new/xorg-server-1.16.2/fb/fbwindow.c --- old/xorg-server-1.16.1/fb/fbwindow.c 2014-09-21 10:55:24.000000000 +0200 +++ new/xorg-server-1.16.2/fb/fbwindow.c 2014-11-03 21:53:27.000000000 +0100 @@ -33,7 +33,7 @@ { dixSetPrivate(&pWin->devPrivates, fbGetWinPrivateKey(pWin), fbGetScreenPixmap(pWin->drawable.pScreen)); - if (pWin->drawable.bitsPerPixel == 32) + if (pWin->drawable.bitsPerPixel == 32 && pWin->drawable.depth <= 24) pWin->drawable.bitsPerPixel = fbGetScreenPrivate(pWin->drawable.pScreen)->win32bpp; return TRUE; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xorg-server-1.16.1/ltmain.sh new/xorg-server-1.16.2/ltmain.sh --- old/xorg-server-1.16.1/ltmain.sh 2014-09-17 07:25:21.000000000 +0200 +++ new/xorg-server-1.16.2/ltmain.sh 2014-11-10 16:40:26.000000000 +0100 @@ -70,7 +70,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.10 +# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.11 # automake: $automake_version # autoconf: $autoconf_version # @@ -80,7 +80,7 @@ PROGRAM=libtool PACKAGE=libtool -VERSION="2.4.2 Debian-2.4.2-1.10" +VERSION="2.4.2 Debian-2.4.2-1.11" TIMESTAMP="" package_revision=1.3337 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xorg-server-1.16.1/os/Makefile.in new/xorg-server-1.16.2/os/Makefile.in --- old/xorg-server-1.16.1/os/Makefile.in 2014-09-21 10:58:52.000000000 +0200 +++ new/xorg-server-1.16.2/os/Makefile.in 2014-11-10 16:40:40.000000000 +0100 @@ -86,8 +86,8 @@ @BUSFAULT_TRUE@am__append_5 = $(BUSFAULT_SRCS) @SPECIAL_DTRACE_OBJECTS_TRUE@noinst_PROGRAMS = os.O$(EXEEXT) subdir = os -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am strndup.c \ - strcasestr.c strlcat.c strcasecmp.c strlcpy.c \ +DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am strlcpy.c \ + strcasecmp.c strcasestr.c strlcat.c strndup.c \ $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/xorg-server-1.16.1/present/present.c new/xorg-server-1.16.2/present/present.c --- old/xorg-server-1.16.1/present/present.c 2014-09-21 10:55:24.000000000 +0200 +++ new/xorg-server-1.16.2/present/present.c 2014-11-03 21:53:27.000000000 +0100 @@ -762,7 +762,7 @@ * in the same frame */ - if (!update) { + if (!update && pixmap) { xorg_list_for_each_entry_safe(vblank, tmp, &window_priv->vblank, window_list) { if (!vblank->pixmap) @@ -858,7 +858,7 @@ xorg_list_add(&vblank->event_queue, &present_exec_queue); vblank->queued = TRUE; - if (target_msc >= crtc_msc) { + if ((pixmap && target_msc >= crtc_msc) || (!pixmap && target_msc > crtc_msc)) { ret = present_queue_vblank(screen, target_crtc, vblank->event_id, target_msc); if (ret != Success) { xorg_list_del(&vblank->event_queue); @@ -921,7 +921,7 @@ 0, 0, NULL, NULL, NULL, - 0, + PresentOptionAsync, target_msc, divisor, remainder, NULL, 0); } -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de