From 07a5b6c1b570c983f6f35fa17dd866bfa11e9b3b Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 10 Nov 2015 13:12:35 -0500 Subject: [PATCH] - Update to git snapshot --- ...eCache-Fix-a-fallout-from-GTask-port.patch | 27 ------------------- gnome-shell.spec | 14 +++++----- sources | 2 +- 3 files changed, 7 insertions(+), 36 deletions(-) delete mode 100644 0001-StTextureCache-Fix-a-fallout-from-GTask-port.patch diff --git a/0001-StTextureCache-Fix-a-fallout-from-GTask-port.patch b/0001-StTextureCache-Fix-a-fallout-from-GTask-port.patch deleted file mode 100644 index b615270..0000000 --- a/0001-StTextureCache-Fix-a-fallout-from-GTask-port.patch +++ /dev/null @@ -1,27 +0,0 @@ -From df0b465e76305e011c5106d78b6fd19891db900d Mon Sep 17 00:00:00 2001 -From: Kalev Lember -Date: Sun, 1 Nov 2015 00:21:10 +0100 -Subject: [PATCH] StTextureCache: Fix a fallout from GTask port - -Set the task data that load_pixbuf_thread func expects. - -https://bugzilla.gnome.org/show_bug.cgi?id=757418 ---- - src/st/st-texture-cache.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/st/st-texture-cache.c b/src/st/st-texture-cache.c -index d4a4ee9..88c6bf3 100644 ---- a/src/st/st-texture-cache.c -+++ b/src/st/st-texture-cache.c -@@ -575,6 +575,7 @@ load_texture_async (StTextureCache *cache, - if (data->file) - { - GTask *task = g_task_new (cache, NULL, on_pixbuf_loaded, data); -+ g_task_set_task_data (task, data, NULL); - g_task_run_in_thread (task, load_pixbuf_thread); - g_object_unref (task); - } --- -2.5.0 - diff --git a/gnome-shell.spec b/gnome-shell.spec index d4c65ba..19f1fc9 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -1,6 +1,6 @@ Name: gnome-shell Version: 3.19.1 -Release: 2%{?dist} +Release: 3.20151110%{?dist} Summary: Window management and application launching for GNOME Group: User Interface/Desktops @@ -13,8 +13,6 @@ Source0: http://download.gnome.org/sources/gnome-shell/3.19/%{name}-%{ver # Replace Epiphany with Firefox in the default favourite apps list Patch1: gnome-shell-favourite-apps-firefox.patch Patch2: 0001-appFavorites-Add-gnome-terminal-to-the-rename-list.patch -# https://bugzilla.gnome.org/show_bug.cgi?id=757418 -Patch3: 0001-StTextureCache-Fix-a-fallout-from-GTask-port.patch %define clutter_version 1.21.5 %define gnome_bluetooth_version 1:3.9.0 @@ -122,7 +120,6 @@ easy to use experience. %setup -q %patch1 -p1 -b .firefox %patch2 -p1 -b .terminal-renamed-desktop-file -%patch3 -p1 %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; @@ -141,8 +138,7 @@ mkdir -p %{buildroot}%{_datadir}/gnome-shell/search-providers %find_lang %{name} %check -desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell.desktop -desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell-wayland.desktop +desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Shell.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/gnome-shell-extension-prefs.desktop desktop-file-validate %{buildroot}%{_datadir}/applications/evolution-calendar.desktop @@ -160,8 +156,7 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %{_bindir}/gnome-shell-perf-tool %{_bindir}/gnome-shell-extension-prefs %{_datadir}/glib-2.0/schemas/*.xml -%{_datadir}/applications/gnome-shell.desktop -%{_datadir}/applications/gnome-shell-wayland.desktop +%{_datadir}/applications/org.gnome.Shell.desktop %{_datadir}/applications/gnome-shell-extension-prefs.desktop %{_datadir}/applications/evolution-calendar.desktop %{_datadir}/applications/org.gnome.Shell.PortalHelper.desktop @@ -190,6 +185,9 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null %exclude %{_datadir}/gtk-doc %changelog +* Tue Nov 10 2015 Ray Strode 3.19.1-3.20151110 +- Update to git snapshot + * Sun Nov 01 2015 Kalev Lember - 3.19.1-2 - Fix gnome-shell crashing in gdm mode (#1276833) diff --git a/sources b/sources index 345d085..58f4d0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00d8bb61b78c212f6e5b7e974b2f8225 gnome-shell-3.19.1.tar.xz +d89bc6a3561eb7fa8596bb7c96340939 gnome-shell-3.19.1.tar.xz