commit xorg-x11 for openSUSE:Factory
Hello community, here is the log from the commit of package xorg-x11 for openSUSE:Factory checked in at Fri Feb 6 16:38:55 CET 2009. -------- --- xorg-x11/xorg-x11.changes 2008-12-20 02:22:04.000000000 +0100 +++ xorg-x11/xorg-x11.changes 2009-02-05 12:59:28.961179097 +0100 @@ -1,0 +2,17 @@ +Thu Feb 5 12:52:37 CET 2009 - sndirsch@suse.de + +- /etc/X11/xinit/xserverrc + * replace '$(hostname -f)' with 'localhost' (bnc #438288) +- /etc/X11/xdm/Xstartup + * no longer try $(hostname -f) (bnc #438288) + +------------------------------------------------------------------- +Thu Feb 5 09:34:15 CET 2009 - sndirsch@suse.de + +- /usr/X11R6/bin/xauth compatibility link no longer required + (bnc #471013) +- moved /etc/X11/rstart/rstartd.real to /usr/bin for FHS/FSSTND + compliance (bnc #470983) +- no longer package libxrx.a/libxrxnest.a + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11.spec ++++++ --- /var/tmp/diff_new_pack.u14285/_old 2009-02-06 16:34:38.000000000 +0100 +++ /var/tmp/diff_new_pack.u14285/_new 2009-02-06 16:34:38.000000000 +0100 @@ -26,7 +26,7 @@ %endif Url: http://xorg.freedesktop.org/ Version: 7.4 -Release: 9 +Release: 11 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/X11/Utilities @@ -338,9 +338,12 @@ popd %suse_update_desktop_file $RPM_BUILD_ROOT/usr/share/xsessions/twm.desktop ;; +### bnc #471013 +%if %suse_version <= 1110 xauth-*) ln -s /usr/bin/xauth $RPM_BUILD_ROOT/usr/X11R6/bin/xauth ;; +%endif xcalc-*) %suse_update_desktop_file -i -u xcalc Calculator ;; @@ -416,6 +419,12 @@ ln -s /usr/bin/xset $RPM_BUILD_ROOT/usr/X11R6/bin/xset %endif ;; + rstartd-*) + # for FHS/FSSTND compliance (bnc #470983) + mv $RPM_BUILD_ROOT/etc/X11/rstart/rstartd.real $RPM_BUILD_ROOT/usr/bin/ + sed -i 's+/etc/X11/rstart/rstartd.real+/usr/bin/rstartd.real+' \ + $RPM_BUILD_ROOT/usr/bin/rstartd + ;; *) ;; esac @@ -493,7 +502,8 @@ /usr/include/X11/bitmaps/* /usr/%{_lib}/X11/xdm/ /usr/%{_lib}/X11/xedit/ -/usr/%{_lib}/libxrx* +/usr/%{_lib}/libxrx*.so +%exclude /usr/%{_lib}/libxrx*.*a /usr/share/X11/ /usr/share/applications/*.desktop /usr/share/icons/* @@ -517,10 +527,23 @@ %files xauth %defattr(-,root,root) /usr/bin/xauth +%if %suse_version <= 1110 /usr/X11R6/bin/xauth +%endif %{_mandir}/man1/xauth.1* %changelog +* Thu Feb 05 2009 sndirsch@suse.de +- /etc/X11/xinit/xserverrc + * replace '$(hostname -f)' with 'localhost' (bnc #438288) +- /etc/X11/xdm/Xstartup + * no longer try $(hostname -f) (bnc #438288) +* Thu Feb 05 2009 sndirsch@suse.de +- /usr/X11R6/bin/xauth compatibility link no longer required + (bnc #471013) +- moved /etc/X11/rstart/rstartd.real to /usr/bin for FHS/FSSTND + compliance (bnc #470983) +- no longer package libxrx.a/libxrxnest.a * Sat Dec 20 2008 sndirsch@suse.de - /etc/X11/xdm/Xsetup * use '-keyfile /usr/share/X11/app-defaults/xvkbd.default' for ++++++ xdm.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/etc/X11/xdm/Xstartup new/etc/X11/xdm/Xstartup --- old/etc/X11/xdm/Xstartup 2008-10-22 18:11:05.000000000 +0200 +++ new/etc/X11/xdm/Xstartup 2009-02-05 12:58:13.000000000 +0100 @@ -75,7 +75,6 @@ while test "$RUID" = "0" ; do test "$LOCATION" = "console" && break test "$LOCATION" = "localhost" && break - test "$LOCATION" = "`hostname -f`" && break test -s /etc/sysconfig/displaymanager && . /etc/sysconfig/displaymanager test "$DISPLAYMANAGER_ROOT_LOGIN_REMOTE" = "yes" && break $xmessage -timeout 10 -default okay -center "No foreign root login allowed" ++++++ xinit.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/etc/X11/xinit/xserverrc new/etc/X11/xinit/xserverrc --- old/etc/X11/xinit/xserverrc 2004-07-23 04:01:29.000000000 +0200 +++ new/etc/X11/xinit/xserverrc 2009-02-05 12:51:57.000000000 +0100 @@ -32,12 +32,7 @@ args="$args -nolisten tcp" if test -x "`type -p keygen`" -a "$done" != "yes" ; then - if [ ! -x "`type -p hostname`" ] ; then - echo "startx: can't get my hostname - exiting" 1>&2 - exit 1 - else - host=`hostname -f` - fi + host=localhost trap "echo" 1 2 15 cookie="MIT-MAGIC-COOKIE-1 `keygen`" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- 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