Accepting request 92864 from home:dimstar:branches:GNOME:Factory
Update to 3.3.2 OBS-URL: https://build.opensuse.org/request/show/92864 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=137
This commit is contained in:
parent
cbeb7991de
commit
bfe69837ff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:adbaf8fd4b9da8c9ff50aabe6502c25b2069e70fbeafb0e2dcaba6ce24a49a48
|
||||
size 824493
|
3
gnome-session-3.3.2.tar.bz2
Normal file
3
gnome-session-3.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e89852644f872130694cf6e88ffb8ee0f6ccbc90c27e863afd7e128c5c473b5b
|
||||
size 825660
|
@ -1,22 +0,0 @@
|
||||
From 50b121a7737a13bde1195d1aea215ff8789f65fd Mon Sep 17 00:00:00 2001
|
||||
From: Vincent Untz <vuntz@gnome.org>
|
||||
Date: Wed, 19 Oct 2011 14:27:25 +0200
|
||||
Subject: [PATCH 1/2] tools: Use whitelist/blacklist regexps when evaluating
|
||||
renderer
|
||||
|
||||
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,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 13:37:28 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.3.2:
|
||||
+ Fix regexp for blacklisting Intel 830-865 hardware
|
||||
+ Updated translations.
|
||||
- Drop gnome-session-blacklist-hardware.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 20:40:45 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: gnome-session
|
||||
Version: 3.3.1
|
||||
Version: 3.3.2
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: Session Tools for the GNOME Desktop
|
||||
@ -37,8 +37,6 @@ Patch1: gnome-session-kdm-support.patch
|
||||
Patch2: gnome-session-wm-switch.patch
|
||||
# PATCH-NEEDS-REBASE gnome-session-bgo507101-tile-ui.patch bgo507101 vuntz@novell.com -- Tile UI for logout dialog. (Was: PATCH-FIX-UPSTREAM)
|
||||
Patch3: gnome-session-bgo507101-tile-ui.patch
|
||||
# PATCH-FEATURE-UPSTREAM gnome-session-blacklist-hardware.patch bgo#644325 vuntz@opensuse.org -- Use an external file to easily blacklist/whitelist some hardware
|
||||
Patch5: gnome-session-blacklist-hardware.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gnome-patch-translation
|
||||
@ -139,7 +137,6 @@ translation-update-upstream
|
||||
#%patch2 -p1
|
||||
# needs-rebase
|
||||
#%patch3 -p0
|
||||
%patch5 -p1
|
||||
# gnome-patch-translation-update
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user