This commit is contained in:
parent
3cd49c2c8f
commit
49a21490b9
11
acpi-warning.diff
Normal file
11
acpi-warning.diff
Normal 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;
|
@ -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
|
Mon Jul 14 15:35:11 CEST 2008 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ BuildRequires: libjpeg-devel
|
|||||||
Url: http://xorg.freedesktop.org/
|
Url: http://xorg.freedesktop.org/
|
||||||
%define EXPERIMENTAL 0
|
%define EXPERIMENTAL 0
|
||||||
Version: 7.3
|
Version: 7.3
|
||||||
Release: 121
|
Release: 123
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Group: System/X11/Servers/XF86_4
|
Group: System/X11/Servers/XF86_4
|
||||||
@ -90,6 +90,7 @@ Patch113: no-return-in-nonvoid-function.diff
|
|||||||
Patch114: 64bit-portability-issue.diff
|
Patch114: 64bit-portability-issue.diff
|
||||||
Patch115: commit-a18551c.diff
|
Patch115: commit-a18551c.diff
|
||||||
Patch116: ppc.diff
|
Patch116: ppc.diff
|
||||||
|
Patch117: acpi-warning.diff
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the X.Org Server.
|
This package contains the X.Org Server.
|
||||||
@ -207,6 +208,7 @@ popd
|
|||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64
|
||||||
%patch116 -p0
|
%patch116 -p0
|
||||||
%endif
|
%endif
|
||||||
|
%patch117
|
||||||
|
|
||||||
%build
|
%build
|
||||||
pushd xorg-docs-*
|
pushd xorg-docs-*
|
||||||
@ -521,6 +523,8 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 18 2008 schwab@suse.de
|
||||||
|
- Kill useless warning.
|
||||||
* Mon Jul 14 2008 sndirsch@suse.de
|
* Mon Jul 14 2008 sndirsch@suse.de
|
||||||
- improved ppc/ppc64 patch once more
|
- improved ppc/ppc64 patch once more
|
||||||
* Fri Jul 11 2008 sndirsch@suse.de
|
* Fri Jul 11 2008 sndirsch@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user