diff --git a/gnome-session-blacklist-hardware.patch b/gnome-session-blacklist-hardware.patch index d637844..aec4863 100644 --- a/gnome-session-blacklist-hardware.patch +++ b/gnome-session-blacklist-hardware.patch @@ -229,3 +229,28 @@ index b311898..ddbfe07 100644 -- 1.7.7 +From b7db5c55424a3ce0b0c4d24cb02862402a70ff29 Mon Sep 17 00:00:00 2001 +From: Vincent Untz +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 + diff --git a/gnome-session.changes b/gnome-session.changes index 366f0bb..35d1e75 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -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