From dfe1b2797aba8fcb8a34452179a37d5fcc1b59adf6e5f7ee2bdbfe876d0ee655 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 12 Feb 2009 15:00:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=70 --- gnome-session-2.25.5.tar.bz2 | 3 -- gnome-session-2.25.90.tar.bz2 | 3 ++ gnome-session-bnc389137-splash-layout.patch | 31 --------------------- gnome-session.changes | 14 ++++++++++ gnome-session.spec | 19 +++++++++---- 5 files changed, 31 insertions(+), 39 deletions(-) delete mode 100644 gnome-session-2.25.5.tar.bz2 create mode 100644 gnome-session-2.25.90.tar.bz2 delete mode 100644 gnome-session-bnc389137-splash-layout.patch diff --git a/gnome-session-2.25.5.tar.bz2 b/gnome-session-2.25.5.tar.bz2 deleted file mode 100644 index 33e1c92..0000000 --- a/gnome-session-2.25.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af7b03a81424ae466389c433236a6750dfa303dc9cfa989f733d50fb34a304e4 -size 820468 diff --git a/gnome-session-2.25.90.tar.bz2 b/gnome-session-2.25.90.tar.bz2 new file mode 100644 index 0000000..c8d8c2f --- /dev/null +++ b/gnome-session-2.25.90.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c126b63b1396cdbf21ec4286010bcd03442ecf390ababf59953e45006d1c81a5 +size 821899 diff --git a/gnome-session-bnc389137-splash-layout.patch b/gnome-session-bnc389137-splash-layout.patch deleted file mode 100644 index f887a7e..0000000 --- a/gnome-session-bnc389137-splash-layout.patch +++ /dev/null @@ -1,31 +0,0 @@ -Index: gnome-session-2.23.6/splash/splash-window.c -=================================================================== ---- gnome-session-2.23.6.orig/splash/splash-window.c -+++ gnome-session-2.23.6/splash/splash-window.c -@@ -41,7 +41,7 @@ G_DEFINE_TYPE (GsmSplashWindow, gsm_spla - #define SPLASH_ICON_BORDER 26 - #define SPLASH_ICON_SPACING 4 - #define SPLASH_ICON_V_OFFSET 28 --#define SPLASH_BASE_ICON_SIZE 36 -+#define SPLASH_BASE_ICON_SIZE 22 - #define SPLASH_BASE_ICON_ROWS 1 - - static gboolean update_trans_effect (gpointer); -@@ -340,7 +340,7 @@ layout_icon (GsmSplashWindow *splash, - if (!si->scaled) { - if (gdk_pixbuf_get_width (si->unscaled) == splash->icon_size && - gdk_pixbuf_get_height (si->unscaled) == splash->icon_size) { -- si->scaled = g_object_ref (si->unscaled); -+ si->scaled = gdk_pixbuf_copy (si->unscaled); - } else { - si->scaled = gdk_pixbuf_scale_simple (si->unscaled, splash->icon_size, - splash->icon_size, -@@ -469,7 +469,7 @@ gsm_splash_window_start (GsmSplashWindow - - pb = gtk_icon_theme_load_icon (splash->icon_theme, - icon_name, -- 48, /* icon size */ -+ 22, /* icon size */ - 0 /* flags */, - NULL); - if (!pb) { diff --git a/gnome-session.changes b/gnome-session.changes index a31359d..3d89fb2 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Thu Feb 5 14:08:30 EST 2009 - mboman@suse.de + +- Update to version 2.25.90: + + Install autostart files in /etc/xdg/autostart + + Use 22x22 icons in the splash screen + + Fix a potential crash in the splash screen + + Fix dbus documentation to mention the session bus instead of + system bus + + Fix build when XTest is not available + + Fix generation of dbus documentation to have valid docbook + + Translation updates +- Remove gnome-session-bnc389137-splash-layout.patch. Fixed + upstream +------------------------------------------------------------------- Sat Jan 31 12:01:33 EST 2009 - mboman@suse.de - Update to version 2.25.5: diff --git a/gnome-session.spec b/gnome-session.spec index bf8a700..4b2e905 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -1,5 +1,5 @@ # -# spec file for package gnome-session (Version 2.25.5) +# spec file for package gnome-session (Version 2.25.90) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -34,7 +34,7 @@ BuildRequires: tcpd-devel BuildRequires: update-desktop-files License: GPL v2 or later; LGPL v2.1 or later Group: System/GUI/GNOME -Version: 2.25.5 +Version: 2.25.90 Release: 1 Summary: Session Tools for the GNOME 2.x Desktop Url: http://www.gnome.org @@ -53,8 +53,6 @@ Patch2: gnome-session-wm-switch.patch Patch3: gnome-session-bgo507101-tile-ui.patch # PATCH-FEATURE-OPENSUSE gnome-session-gnome-wm-compiz-manager.patch vuntz@novell.com -- Launch compiz-manager when configured. Patch4: gnome-session-gnome-wm-compiz-manager.patch -# PATCH-FIX-OPENSUSE gnome-session-bnc389137-splash-layout.patch bnc389137 vuntz@novell.com -- Improve layout with our splash screen. -Patch5: gnome-session-bnc389137-splash-layout.patch # PATCH-FEATURE-OPENSUSE gnome-session-compiz-as-default-wm.patch fate304762 rodrigo@novell.com -- Run compiz as default WM whenever possible Patch6: gnome-session-compiz-as-default-wm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -119,7 +117,6 @@ gnome-patch-translation-prepare %patch2 -p1 %patch3 -p0 %patch4 -p1 -%patch5 -p1 %patch6 -p0 gnome-patch-translation-update @@ -191,6 +188,18 @@ rm -rf $RPM_BUILD_ROOT ##%endif %changelog +* Thu Feb 05 2009 mboman@suse.de +- Update to version 2.25.90: + + Install autostart files in /etc/xdg/autostart + + Use 22x22 icons in the splash screen + + Fix a potential crash in the splash screen + + Fix dbus documentation to mention the session bus instead of + system bus + + Fix build when XTest is not available + + Fix generation of dbus documentation to have valid docbook + + Translation updates +- Remove gnome-session-bnc389137-splash-layout.patch. Fixed + upstream * Sat Jan 31 2009 mboman@suse.de - Update to version 2.25.5: + Close ICE connection for qt3 applications