Mailinglist Archive: opensuse-commit (1095 mails)

< Previous Next >
commit xorg-x11-libXext for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sun, 03 Jan 2010 12:38:53 +0100
  • Message-id: <20100103113853.8C81A20242@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package xorg-x11-libXext for openSUSE:Factory
checked in at Sun Jan 3 12:38:53 CET 2010.



--------
--- xorg-x11-libXext/xorg-x11-libXext.changes 2009-12-14 18:23:08.000000000
+0100
+++ /mounts/work_src_done/STABLE/xorg-x11-libXext/xorg-x11-libXext.changes
2010-01-03 03:10:15.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Jan 1 06:52:42 CET 2010 - sndirsch@xxxxxxx
+
+- libXext-commit-8a91fc6.diff:
+ * Silence "Generic Event Extension missing on display" warning
+ (bnc #567828)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
libXext-commit-8a91fc6.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xorg-x11-libXext.spec ++++++
--- /var/tmp/diff_new_pack.WoZWtG/_old 2010-01-03 12:37:51.000000000 +0100
+++ /var/tmp/diff_new_pack.WoZWtG/_new 2010-01-03 12:37:51.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xorg-x11-libXext (Version 7.4)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -23,7 +23,7 @@
BuildRequires: pkgconfig xorg-x11-libX11-devel xorg-x11-libXau-devel
xorg-x11-libXdmcp-devel xorg-x11-proto-devel xorg-x11-xtrans-devel
Url: http://xorg.freedesktop.org/
Version: 7.4
-Release: 7
+Release: 8
License: MIT License (or similar)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Group: System/Libraries
@@ -31,6 +31,7 @@
Summary: X.Org Xext library
Source: libXext-%{dirsuffix}.tar.bz2
Source2: baselibs.conf
+Patch: libXext-commit-8a91fc6.diff

%description
This package contains the X.Org Xext library.
@@ -108,6 +109,7 @@

%prep
%setup -q -n libXext-%{dirsuffix}
+%patch -p1

%build
#autoreconf -fi

++++++ libXext-commit-8a91fc6.diff ++++++
commit 8a91fc6f72206362f399b5e29bf3d5f44f4eb822
Author: Peter Hutterer <peter.hutterer@xxxxxxxxx>
Date: Tue Feb 10 07:45:32 2009 +1000

Silence "Generic Event Extension missing on display" warning.

If we're already doing a check anyway, we don't need to print an extra
warning.

Signed-off-by: Peter Hutterer <peter.hutterer@xxxxxxxxx>

diff --git a/src/Xge.c b/src/Xge.c
index 90fbce5..6991553 100644
--- a/src/Xge.c
+++ b/src/Xge.c
@@ -161,8 +161,7 @@ cleanup:
static Bool
_xgeCheckExtension(Display* dpy, XExtDisplayInfo* info)
{
- XextCheckExtension(dpy, info, xge_extension_name, False);
- return True;
+ return XextHasExtension(info);
}



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread