forked from pool/xinit
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
This commit is contained in:
parent
ea456e9021
commit
0e78868b84
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235
|
||||
size 148443
|
3
xinit-1.3.3.tar.bz2
Normal file
3
xinit-1.3.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74b2878de6e3d5b5948f1562a77e7f53b4e10621e505ddb278050c7f3cae00af
|
||||
size 163905
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user