Hello community, here is the log from the commit of package gnome-shell for openSUSE:12.1:Update:Test checked in at 2012-02-17 15:43:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.1:Update:Test/gnome-shell (Old) and /work/SRC/openSUSE:12.1:Update:Test/.gnome-shell.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:12.1:Update:Test/gnome-shell/gnome-shell.changes 2012-01-03 17:43:46.000000000 +0100 +++ /work/SRC/openSUSE:12.1:Update:Test/.gnome-shell.new/gnome-shell.changes 2012-02-17 15:43:57.000000000 +0100 @@ -1,0 +2,47 @@ +Thu Feb 16 17:31:55 UTC 2012 - [email protected] + +- Update to new upstream version to fix bnc#745650. +- Changes from version 3.2.2.1: + + Fix several regressions with tray icons introduced in 3.2.2. + [bgo#664138] +- Changes from version 3.2.2: + + Fix crash when searching in the shell caused by .desktop files + without Exec= lines (commonly, nautilus-pastebin). [bgo#663815] + + Message Tray: + - Fix bug that would cause confusion between notifications from + different services running in the gnome-settings-daemon + process. [bgo#664138] + - Don't steal the focus when popping up beneath the pointer. + [bgo#661358] + - Only pop up the message tray from a hot corner, rather than + trapping clicks on the entire bottom row. [bgo#663366] + + Browser plugin and extension.gnome.org integration: + - Fix multiple bugs that kept the plugin from working in + WebKit-based browsers. [bgo#663823, bgo#666444] + - Fix plugin crash when the shell is installed but not running. + - Fix problem that kept plugin uninstallation from working. + + gnome-shell-extension-tool: + - Fix error that was printed after creating an extension. + [bgo#661623] + - Use xdg-open rather than the deprecated gnome-open. + + Don't recreate dash icons unnecessarily - this hopefully fixes + various crashes. [bgo#648450] + + Fix several bugs that caused errors and slowdowns when updating + the network menu. [bgo#651378, bgo#659277, bgo#663278] + + Fix several crashers related to updating workspace thumbnails + [bgo#667652] + + Fix memory management error causing gnome-shell-hotplug-sniffer + to crash [bgo#667378] + + Fix crash and misdrawing with shadowed elements. [bgo#668048, + bgo#668050] + + Fix several small memory leaks. +- Updated translations. +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details. +- Remove dbus-1-python Requires: there's no python script requiring + dbus anymore, since quite some time. +- Drop gnome-shell-fix-extension-tool-error-after-creating.patch: + fixed upstream. + +------------------------------------------------------------------- Old: ---- gnome-shell-3.2.1.tar.bz2 gnome-shell-fix-extension-tool-error-after-creating.patch New: ---- gnome-shell-3.2.2.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-shell.spec ++++++ --- /var/tmp/diff_new_pack.p8wrzK/_old 2012-02-17 15:43:57.000000000 +0100 +++ /var/tmp/diff_new_pack.p8wrzK/_new 2012-02-17 15:43:57.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-shell # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,21 +16,18 @@ # - Name: gnome-shell -Version: 3.2.1 -Release: 1 -License: GPLv2+ +Version: 3.2.2.1 +Release: 0 Summary: GNOME Shell +License: GPL-2.0+ Group: System/GUI/GNOME Url: http://live.gnome.org/GnomeShell -Source: http://download.gnome.org/sources/gnome-shell/3.2/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/gnome-shell/3.2/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM gnome-shell-cleanup-signal-handlers-on-destroy.patch bnc#725004 [email protected] -- patch to fix some issue when using extensions changing the usermenu Patch0: gnome-shell-cleanup-signal-handlers-on-destroy.patch # PATCH-FIX-UPSTREAM gnome-shell-fix-deprecated-call.patch bgo#661231 [email protected] -- fix deprecated function call Patch1: gnome-shell-fix-deprecated-call.patch -# PATCH-FIX-UPSTREAM gnome-shell-fix-extension-tool-error-after-creating.patch bgo#661623, bnc#730106 [email protected] -- Fix error after creating extension and use gvfs-open (not xdg-open) as gnome-open is deprecated. -Patch2: gnome-shell-fix-extension-tool-error-after-creating.patch # PATCH-FIX-OPENSUSE gnome-shell-network-create-private-connections-by-default.patch bnc#731812 [email protected] -- Create the private connections by default Patch3: gnome-shell-network-private-connections-by-default.patch BuildRequires: intltool @@ -38,6 +35,8 @@ BuildRequires: update-desktop-files # needed for directory ownership BuildRequires: dbus-1 +# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 +BuildRequires: xz BuildRequires: pkgconfig(clutter-1.0) >= 1.7.5 BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(folks) >= 0.5.2 @@ -68,7 +67,6 @@ BuildRequires: pkgconfig(telepathy-glib) >= 0.15.5 BuildRequires: pkgconfig(telepathy-logger-0.2) >= 0.2.4 BuildRequires: pkgconfig(xfixes) -Requires: dbus-1-python Requires: gdk-pixbuf-loader-rsvg # To open contacts that have been searched for Requires: gnome-contacts @@ -100,7 +98,6 @@ documents, and organizing open windows in GNOME. %package browser-plugin -License: GPLv2+ Summary: GNOME Shell Browser Plugin for the Extensions Repository Group: System/GUI/GNOME Requires: %{name} = %{version} @@ -118,7 +115,6 @@ %setup -q %patch0 -p1 %patch1 -p1 -%patch2 -p1 %patch3 -p1 translation-update-upstream -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
