From 682c84005cbe3d187f9f39ff42ab588f0762be304d648039825b3f2d1e49f7ed Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 7 Jan 2014 13:28:48 +0000 Subject: [PATCH] Accepting request 212756 from home:elvigia:branches:X11:XOrg - Also build with --disable-linux-apm as lnx_apm.lo is still built even if --disable-linux-acpi is used. Both are obsolete and very likely dangerous to use nowadays. OBS-URL: https://build.opensuse.org/request/show/212756 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=490 --- xorg-x11-server.changes | 7 +++++++ xorg-x11-server.spec | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/xorg-x11-server.changes b/xorg-x11-server.changes index 6b94b4d..96f9af0 100644 --- a/xorg-x11-server.changes +++ b/xorg-x11-server.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 1 05:35:47 UTC 2014 - crrodriguez@opensuse.org + +- Also build with --disable-linux-apm as lnx_apm.lo is still + built even if --disable-linux-acpi is used. + Both are obsolete and very likely dangerous to use nowadays. + ------------------------------------------------------------------- Sun Dec 29 17:53:44 UTC 2013 - tobias.johannes.klausmann@mni.thm.de diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 665ef61..d158855 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -1,7 +1,7 @@ # # spec file for package xorg-x11-server # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -234,6 +234,7 @@ autoreconf -fi --enable-xcsecurity \ --with-sha1=libcrypto \ --disable-linux-acpi \ + --disable-linux-apm \ %ifarch s390 s390x --disable-xorg \ --disable-aiglx \