Accepting request 89322 from GNOME:Factory
Fix blacklist regexp (forwarded request 89312 from vuntz) OBS-URL: https://build.opensuse.org/request/show/89322 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=117
This commit is contained in:
commit
4249df45a6
@ -229,3 +229,28 @@ index b311898..ddbfe07 100644
|
|||||||
--
|
--
|
||||||
1.7.7
|
1.7.7
|
||||||
|
|
||||||
|
From b7db5c55424a3ce0b0c4d24cb02862402a70ff29 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Vincent Untz <vuntz@gnome.org>
|
||||||
|
Date: Tue, 25 Oct 2011 21:37:36 +0200
|
||||||
|
Subject: [PATCH] data: Fix regexp for Intel 830-865 hardware blacklisting
|
||||||
|
|
||||||
|
---
|
||||||
|
data/hardware-compatibility | 2 +-
|
||||||
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/data/hardware-compatibility b/data/hardware-compatibility
|
||||||
|
index ddbfe07..5adc072 100644
|
||||||
|
--- a/data/hardware-compatibility
|
||||||
|
+++ b/data/hardware-compatibility
|
||||||
|
@@ -13,7 +13,7 @@
|
||||||
|
##
|
||||||
|
|
||||||
|
# Intel 830-865
|
||||||
|
--Intel(R) 8[[:digit:]]{2,2}[^[:digit:]]
|
||||||
|
+-Intel\(R\) 8[[:digit:]]{2,2}[^[:digit:]]
|
||||||
|
|
||||||
|
# Old Mesa software GL renderer
|
||||||
|
-software rasterizer
|
||||||
|
--
|
||||||
|
1.7.7
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 25 19:40:14 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update gnome-session-blacklist-hardware.patch: fix regexp for
|
||||||
|
Intel 830-865 hardware blacklisting. Fix bnc#722903.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 19 11:18:10 UTC 2011 - vuntz@opensuse.org
|
Wed Oct 19 11:18:10 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user