[gnome-shell/f19] Add spec file changes

drago01 drago01 at fedoraproject.org
Fri Aug 16 19:38:03 UTC 2013


commit 48885e25f5c1cf65620742f5ef8b2b640ae6bf95
Author: Adel Gadllah <adel.gadllah at gmail.com>
Date:   Fri Aug 16 21:37:43 2013 +0200

    Add spec file changes

 gnome-shell.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/gnome-shell.spec b/gnome-shell.spec
index 3e9fbfc..20cb55e 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,6 +1,6 @@
 Name:           gnome-shell
 Version:        3.8.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -12,6 +12,8 @@ Source0:        http://download.gnome.org/sources/gnome-shell/3.8/%{name}-%{vers
 
 # Replace Epiphany with Firefox in the default favourite apps list
 Patch1: gnome-shell-favourite-apps-firefox.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=704646
+Patch2: 0001-Revert-background-fix-asynchronous-management-of-bac.patch
 
 %define clutter_version 1.13.4
 %define gnome_bluetooth_version 3.5.5
@@ -114,6 +116,7 @@ easy to use experience.
 %prep
 %setup -q
 %patch1 -p1 -b .firefox
+%patch2 -p1 -b .background
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
@@ -179,6 +182,10 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
 %exclude %{_datadir}/gtk-doc
 
 %changelog
+* Thu Aug 15 2013 Adel Gadllah <adel.gadllah at gmail.com> - 3.8.4-2
+- Backport upstream commit that fixes lookups and other
+  background issues
+
 * Tue Jul 30 2013 Ray Strode <rstrode at redhat.com> - 3.8.4-1
 - Update to 3.8.4
 


More information about the scm-commits mailing list