From 0e78868b844b9104ad0672e3caa60b70b86a3b53ff5cf7a1d780bb041fbbb6bc Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 13 Sep 2013 10:23:02 +0000 Subject: [PATCH] Accepting request 198769 from home:Zaitor:branches:X11:XOrg Update to ver 1.3.3 OBS-URL: https://build.opensuse.org/request/show/198769 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=9 --- xinit-1.3.2.tar.bz2 | 3 --- xinit-1.3.3.tar.bz2 | 3 +++ xinit.changes | 31 +++++++++++++++++++++++++++++++ xinit.spec | 5 +++-- 4 files changed, 37 insertions(+), 5 deletions(-) delete mode 100644 xinit-1.3.2.tar.bz2 create mode 100644 xinit-1.3.3.tar.bz2 diff --git a/xinit-1.3.2.tar.bz2 b/xinit-1.3.2.tar.bz2 deleted file mode 100644 index 0572702..0000000 --- a/xinit-1.3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235 -size 148443 diff --git a/xinit-1.3.3.tar.bz2 b/xinit-1.3.3.tar.bz2 new file mode 100644 index 0000000..fcbfba9 --- /dev/null +++ b/xinit-1.3.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74b2878de6e3d5b5948f1562a77e7f53b4e10621e505ddb278050c7f3cae00af +size 163905 diff --git a/xinit.changes b/xinit.changes index a4cbd49..7b38822 100644 --- a/xinit.changes +++ b/xinit.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Thu Sep 12 19:53:48 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.3.3: + + Add Apple copyright/license notice from launchd files to + COPYING. + + Use pid_t instead of int for type of pids. + + Check for openssl as mkcookie fallback on all platforms, not + just OpenBSD. + + Declare processTimeout() as taking a const string arg. + + If we have to forcibly kill the Xserver on Solaris, reset + kbd_mode. + + Add printf attributes suggested by gcc. + + install: Use sysconfdir instead of libdir for config files. + + man: Set correct config file location in man page. + + privileged_startx: use root:wheel instead of 0:0. + + XQuartz: Fix an issue where -dpi was not being passed to the + server despite being set. + + Annotate Fatal and Fatalx as _X_NORETURN. + + darwin: Silence a syslog message from defaults. + + laucnhd: + - Silence some syslog spam. + - Fix the destination of moved-aside directories in + privileged_startx. + - Load privileged_startx properly on Tiger. + - Provide more verbose error reporting for launchd checkin + failures. + - Don't provide the LaunchAgent on Tiger. + + launchd/privileged_startx: Improved error resolution. +- Add pkgconfig(xproto) BuildRequires, new dependency. + ------------------------------------------------------------------- Wed Dec 5 09:40:27 UTC 2012 - werner@suse.de diff --git a/xinit.spec b/xinit.spec index be897f3..c9ea17a 100644 --- a/xinit.spec +++ b/xinit.spec @@ -1,7 +1,7 @@ # # spec file for package xinit # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # 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: xinit -Version: 1.3.2 +Version: 1.3.3 Release: 0 Summary: X Window System initializer License: MIT @@ -36,6 +36,7 @@ BuildRequires: libtool BuildRequires: pkg-config BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(xproto) >= 7.0.17 Requires: setxkbmap Requires: xauth Requires: xmodmap