SHA256
1
0
forked from pool/xinit

Accepting request 113636 from home:dimstar:branches:X11:XOrg

Update to 1.3.2

OBS-URL: https://build.opensuse.org/request/show/113636
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=2
This commit is contained in:
Stefan Dirsch 2012-04-15 10:52:00 +00:00 committed by Git OBS Bridge
parent 4d0de5b109
commit 356b9b4f67
5 changed files with 44 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba76e36e1a42a7cf76505b7e6fc4777f5d14f45ddff74341abfb7dd10d5fe04c
size 138315

3
xinit-1.3.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235
size 148443

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Apr 14 22:02:54 UTC 2012 - dimstar@opensuse.org
- Update to version 1.3.2:
+ Use default clientargs, serverargs, and display if none were
set
+ launchd: Add an option (--with-launchagent-xserver) to set the
default X11 server
+ startx: Choose an unused $DISPLAY by default on all platforms
(fdo#1789)
+ Include <sys/time.h> and <sys/resource.h> unconditionally
(fdo#40632)
+ darwin: Buildfix for Tiger which doesn't have posix_spawn
- Changes from version 1.3.1:
+ launchd: Brownbag fix string compare
+ launchd: console_redirect: Actually read and log the remaining
data when we get EV_EOF
+ launchd: Enable stdout/stderr redirection to ASL
+ launchd: Fix an array-index-out-of-bounds crasher
+ launchd: Log messages to ASL rather than fprintf
+ launchd: Reorganized layout of launchd sources
+ launchd: Set the correct id for privileged_startx
+ launchd: Silence clang static analyzer
+ launchd: syslog: Use facility org.x rather than user
+ launchd: Update console redirection to work with libdispatch
+ privileged_startx: Prefer /usr/bin/mktemp
+ Rename launchd-id-prefix to bundle-id-prefix
+ Use XORG_MANPAGE_SECTIONS rather than cpprules.in to build man
pages
+ Build system fixes.
- Rebase xinit.diff.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org Fri Apr 13 08:46:08 UTC 2012 - vuntz@opensuse.org

View File

@ -1,8 +1,10 @@
--- Makefile.am.orig 2010-03-15 23:35:56.000000000 +0100 Index: Makefile.am
+++ Makefile.am 2010-09-05 12:29:21.000000000 +0200 ===================================================================
@@ -19,6 +19,8 @@ --- Makefile.am.orig
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +++ Makefile.am
# PERFORMANCE OF THIS SOFTWARE. @@ -24,6 +24,8 @@ if LAUNCHD
SUBDIRS += launchd
endif
+XINITDIR = /etc/X11/xinit +XINITDIR = /etc/X11/xinit
+ +

View File

@ -16,8 +16,8 @@
# #
Name: xinit Name: xinit
Version: 1.3.0 Version: 1.3.2
Release: 0 Release: 1
License: MIT License: MIT
Summary: X Window System initializer Summary: X Window System initializer
Url: http://xorg.freedesktop.org/ Url: http://xorg.freedesktop.org/