From 49a21490b9cea212fde6e07c1a1076f7d32f5794722c573c416152635077eb2b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 18 Jul 2008 21:26:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=86 --- acpi-warning.diff | 11 +++++++++++ xorg-x11-server.changes | 5 +++++ xorg-x11-server.spec | 6 +++++- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 acpi-warning.diff diff --git a/acpi-warning.diff b/acpi-warning.diff new file mode 100644 index 0000000..e519baf --- /dev/null +++ b/acpi-warning.diff @@ -0,0 +1,11 @@ +--- hw/xfree86/os-support/linux/lnx_acpi.c ++++ hw/xfree86/os-support/linux/lnx_acpi.c +@@ -163,8 +163,6 @@ doLnxACPIOpen(void) + addr.sun_family = AF_UNIX; + strcpy(addr.sun_path, ACPI_SOCKET); + if ((r = connect(fd, (struct sockaddr*)&addr, sizeof(addr))) == -1) { +- xf86MsgVerb(X_WARNING,3,"Open ACPI failed (%s) (%s)\n", ACPI_SOCKET, +- strerror(errno)); + shutdown(fd, 2); + close(fd); + return NULL; diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 841755a..91a134a 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 18 17:19:08 CEST 2008 - schwab@suse.de + +- Kill useless warning. + ------------------------------------------------------------------- Mon Jul 14 15:35:11 CEST 2008 - sndirsch@suse.de diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index a43a182..fe302ca 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -22,7 +22,7 @@ BuildRequires: libjpeg-devel Url: http://xorg.freedesktop.org/ %define EXPERIMENTAL 0 Version: 7.3 -Release: 121 +Release: 123 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/X11/Servers/XF86_4 @@ -90,6 +90,7 @@ Patch113: no-return-in-nonvoid-function.diff Patch114: 64bit-portability-issue.diff Patch115: commit-a18551c.diff Patch116: ppc.diff +Patch117: acpi-warning.diff %description This package contains the X.Org Server. @@ -207,6 +208,7 @@ popd %ifarch ppc ppc64 %patch116 -p0 %endif +%patch117 %build pushd xorg-docs-* @@ -521,6 +523,8 @@ exit 0 %endif %changelog +* Fri Jul 18 2008 schwab@suse.de +- Kill useless warning. * Mon Jul 14 2008 sndirsch@suse.de - improved ppc/ppc64 patch once more * Fri Jul 11 2008 sndirsch@suse.de