OBS User unknown 2008-07-18 21:26:09 +00:00 committed by Git OBS Bridge
parent 3cd49c2c8f
commit 49a21490b9
3 changed files with 21 additions and 1 deletions

11
acpi-warning.diff Normal file
View File

@ -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;

View File

@ -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

View File

@ -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