Hello community, here is the log from the commit of package xgl checked in at Thu Mar 1 20:57:10 CET 2007. -------- --- xgl/xgl.changes 2007-02-22 12:08:57.000000000 +0100 +++ /mounts/work_src_done/STABLE/xgl/xgl.changes 2007-02-28 14:24:39.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 14:24:25 CET 2007 - mhopf@suse.de + +- Fixed postun section. (#227660) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xgl.spec ++++++ --- /var/tmp/diff_new_pack.i24830/_old 2007-03-01 20:56:45.000000000 +0100 +++ /var/tmp/diff_new_pack.i24830/_new 2007-03-01 20:56:45.000000000 +0100 @@ -24,7 +24,7 @@ Requires: xgl-hardware-list Autoreqprov: on Version: git_070104 -Release: 7 +Release: 9 Summary: Xserver that uses OpenGL for its drawing operations. BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 @@ -170,12 +170,12 @@ %{fillup_only -an displaymanager} %postun -if test "$YAST_IS_RUNNING" != "instsys" ; then - if test -x /sbin/SuSEconfig -a \( -f /sbin/conf.d/SuSEconfig.xdm -o -f /etc/X11/xdm/SuSEconfig.xdm \) ; then +if test -x /sbin/SuSEconfig -a -f /sbin/conf.d/SuSEconfig.xdm ; then /sbin/SuSEconfig --module xdm - else +elif test -x /etc/X11/xdm/SuSEconfig.xdm ; then + MD5DIR=/var/adm/SuSEconfig/md5 /etc/X11/xdm/SuSEconfig.xdm +else echo -e 'WARNING: SuSEconfig or requested SuSEconfig module not present!\n' - fi fi %files @@ -191,6 +191,8 @@ /var/adm/fillup-templates/sysconfig.displaymanager-%name %changelog +* Wed Feb 28 2007 - mhopf@suse.de +- Fixed postun section. (#227660) * Thu Feb 22 2007 - mhopf@suse.de - Add xinerama support. (fate #300784) - Add patch to avoid frame buffer reads and increase performance ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org