[gnome-shell/f19] Update to 3.8.2

Florian Müllner fmuellner at fedoraproject.org
Mon May 13 23:49:51 UTC 2013


commit c18e30a55ad4bc738efdc486878a3b049d2ad36a
Author: Florian Müllner <fmuellner at gnome.org>
Date:   Mon May 13 20:47:37 2013 +0200

    Update to 3.8.2

 .gitignore                                         |    1 +
 ...ression-where-domain-login-hint-not-shown.patch |  175 --------------------
 ...log-Always-use-a-stack-for-the-background.patch |   51 ------
 ...g-Replace-Shell.Stack-with-layout-manager.patch |   32 ----
 ...log-Adjust-logoBin-to-modalDialog-changes.patch |   29 ----
 ...alog-Optionally-show-logo-below-user-list.patch |   98 -----------
 ...inDialog-Remove-logo-in-upper-left-corner.patch |   84 ----------
 gnome-shell.spec                                   |   27 +--
 sources                                            |    2 +-
 9 files changed, 10 insertions(+), 489 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 18f758c..8adc594 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,4 @@ gnome-shell-2.31.5.tar.bz2
 /gnome-shell-3.8.0.tar.xz
 /gnome-shell-3.8.0.1.tar.xz
 /gnome-shell-3.8.1.tar.xz
+/gnome-shell-3.8.2.tar.xz
diff --git a/gnome-shell.spec b/gnome-shell.spec
index 9cd6512..37dcba4 100644
--- a/gnome-shell.spec
+++ b/gnome-shell.spec
@@ -1,6 +1,6 @@
 Name:           gnome-shell
-Version:        3.8.1
-Release:        4%{?dist}
+Version:        3.8.2
+Release:        1%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -13,20 +13,11 @@ 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
 
-# Temporary downstreamed patches:
-Patch10: 0001-gdm-Fix-regression-where-domain-login-hint-not-shown.patch
-
-Patch11: 0001-modalDialog-Always-use-a-stack-for-the-background.patch
-Patch12: 0002-loginDialog-Optionally-show-logo-below-user-list.patch
-Patch13: 0003-loginDialog-Remove-logo-in-upper-left-corner.patch
-Patch14: 0001-modalDialog-Replace-Shell.Stack-with-layout-manager.patch
-Patch15: 0002-loginDialog-Adjust-logoBin-to-modalDialog-changes.patch
-
 %define clutter_version 1.13.4
 %define gnome_bluetooth_version 3.5.5
 %define gobject_introspection_version 0.10.1
 %define gjs_version 1.35.4
-%define mutter_version 3.8.1
+%define mutter_version 3.8.2
 %define eds_version 3.5.3
 %define gnome_desktop_version 3.7.90
 %define gnome_menus_version 3.5.3
@@ -124,12 +115,6 @@ easy to use experience.
 %prep
 %setup -q
 %patch1 -p1 -b .firefox
-%patch10 -p1 -b .loginhint
-%patch11 -p1 -b .login-screen-branding1
-%patch12 -p1 -b .login-screen-branding2
-%patch13 -p1 -b .login-screen-branding3
-%patch14 -p1 -b .login-screen-branding4
-%patch15 -p1 -b .login-screen-branding5
 
 %build
 (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
@@ -176,6 +161,7 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
 %{_datadir}/gnome-shell/
 %{_datadir}/dbus-1/services/org.gnome.Shell.CalendarServer.service
 %{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
+%{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screencast.xml
 %{_datadir}/dbus-1/interfaces/org.gnome.Shell.Screenshot.xml
 %{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml
 %{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml
@@ -194,7 +180,10 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas &> /dev/null
 %exclude %{_datadir}/gtk-doc
 
 %changelog
-* Wed May 07 2013 Florian Müllner <fmuellner at redhat.com> - 3.8.1-4
+* Mon May 13 2013 Florian Müllner <fmuellner at redhat.com> - 3.8.2-1
+- Update to 3.8.2 and drop upstreamed patches
+
+* Tue May 07 2013 Florian Müllner <fmuellner at redhat.com> - 3.8.1-4
 - Add login-screen branding changes from gnome-3-8 branch as downstream patches
 
 * Wed May 01 2013 Kalev Lember <kalevlember at gmail.com> - 3.8.1-2
diff --git a/sources b/sources
index 38a805f..f43ba5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f225e73c40fd695ae1755ceff54fea0f  gnome-shell-3.8.1.tar.xz
+0fb61fa065d580163c041ed824c3b2bb  gnome-shell-3.8.2.tar.xz


More information about the scm-commits mailing list