Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xinit for openSUSE:Factory checked in at 2022-12-07 17:33:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xinit (Old) and /work/SRC/openSUSE:Factory/.xinit.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xinit" Wed Dec 7 17:33:15 2022 rev:29 rq:1040091 version:1.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/xinit/xinit.changes 2021-04-26 16:38:33.061973125 +0200 +++ /work/SRC/openSUSE:Factory/.xinit.new.1835/xinit.changes 2022-12-07 17:33:21.684012295 +0100 @@ -1,0 +2,22 @@ +Sun Dec 4 22:01:40 UTC 2022 - Stefan Dirsch <sndir...@suse.com> + +- Update to version 1.4.2 + * Fix spelling/wording issues + * gitlab CI: add a basic build test + * gitlab CI: stop requiring Signed-off-by in commits + * man page: Update remote display example from rsh to ssh + * Remove non-portable grep usage from startx + * Don't wait for X to finish starting if it has died + * stop unsetting DBUS_SESSION_BUS_ADDRESS variable + * darwin: Drop support for macOS 10.7 and earlier + * darwin: Ensure we launch the user startx from $HOME + * darwin: Specify +extension GLX when the user requests IGLX support + * darwin: Wait for font_cache to complete to avoid a race with `xset fb=` + * man: Restore non-SCO UNIX bits of the man page + * startx: use uname -n instead of hostname + * startx: Source XINITRC and XSERVERRC variables + * startx: don't attempt to catch SIGKILL +- supersedes xinit-nolonger-unset-dbus-session.patch +- refreshed xinit-suse.patch + +------------------------------------------------------------------- Old: ---- xinit-1.4.1.tar.bz2 xinit-nolonger-unset-dbus-session.patch New: ---- xinit-1.4.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xinit.spec ++++++ --- /var/tmp/diff_new_pack.3nl4MZ/_old 2022-12-07 17:33:22.172014967 +0100 +++ /var/tmp/diff_new_pack.3nl4MZ/_new 2022-12-07 17:33:22.176014988 +0100 @@ -1,7 +1,7 @@ # # spec file for package xinit # -# 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 @@ -20,13 +20,13 @@ %define UsrEtcMove 1 %endif Name: xinit -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: X Window System initializer License: MIT Group: System/X11/Utilities URL: https://xorg.freedesktop.org/ -Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz Source1: xinit.tar.bz2 Source2: keygen.c Source3: keygen.1 @@ -34,7 +34,6 @@ Patch1: xinit-client-session.patch Patch2: xinit-suse.patch Patch3: xinit-tolerant-hostname-changes.patch -Patch4: xinit-nolonger-unset-dbus-session.patch Patch5: xinit-tarball.patch # needed for patch0 BuildRequires: gcc-c++ @@ -72,7 +71,6 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 -%patch4 -p1 ### patch is applied later in %install section #%patch5 -p0 # needed for patch0 ++++++ xinit-suse.patch ++++++ --- /var/tmp/diff_new_pack.3nl4MZ/_old 2022-12-07 17:33:22.232015295 +0100 +++ /var/tmp/diff_new_pack.3nl4MZ/_new 2022-12-07 17:33:22.236015317 +0100 @@ -2,8 +2,8 @@ =================================================================== --- xinit-1.4.0.orig/startx.cpp 2018-03-10 02:46:03.000000000 +0100 +++ xinit-1.4.0/startx.cpp 2018-07-11 13:16:21.864694488 +0200 -@@ -50,10 +50,102 @@ - userclientrc=$HOME/.xinitrc +@@ -50,11 +50,103 @@ + [ -f "${XINITRC}" ] && userclientrc="${XINITRC}" sysclientrc=XINITDIR/xinitrc +XCOMM @@ -97,6 +97,7 @@ +. /etc/sysconfig/displaymanager + userserverrc=$HOME/.xserverrc + [ -f "${XSERVERRC}" ] && userclientrc="${XSERVERRC}" sysserverrc=XINITDIR/xserverrc defaultclient=XTERM +XCOMM set X Server accordingly (Xorg/Xgl)