Accepting request 89312 from home:vuntz:branches:GNOME:Factory
Fix blacklist regexp OBS-URL: https://build.opensuse.org/request/show/89312 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=134
This commit is contained in:
parent
f64fd8d27d
commit
884f0cba53
@ -229,3 +229,28 @@ index b311898..ddbfe07 100644
|
||||
--
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user