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:
Stephan Kulow 2011-10-26 13:24:01 +00:00 committed by Git OBS Bridge
commit 4249df45a6
2 changed files with 31 additions and 0 deletions

View File

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

View File

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