From f9284a88bf22c1d4fad5bda555596c1dc194b66c2f2725ac569ee0e34b30c252 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 2 Aug 2007 21:15:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=11 --- ...e-session-2.12.0-xgl-display-modal-2.patch | 11 +----- gnome-session-2.19.4.tar.bz2 | 3 -- gnome-session-2.19.6.tar.bz2 | 3 ++ gnome-session.changes | 11 ++++++ gnome-session.spec | 35 +++++++++++++++++-- 5 files changed, 47 insertions(+), 16 deletions(-) delete mode 100644 gnome-session-2.19.4.tar.bz2 create mode 100644 gnome-session-2.19.6.tar.bz2 diff --git a/gnome-session-2.12.0-xgl-display-modal-2.patch b/gnome-session-2.12.0-xgl-display-modal-2.patch index c1be267..a975f0b 100644 --- a/gnome-session-2.12.0-xgl-display-modal-2.patch +++ b/gnome-session-2.12.0-xgl-display-modal-2.patch @@ -12,7 +12,7 @@ Index: gnome-session/logout.c #include #include -@@ -160,6 +163,10 @@ fadeout_screen (GdkScreen *screen, +@@ -168,6 +171,10 @@ fadeout_screen (GdkScreen *screen, int attr_mask; GdkGCValues values; FadeoutData *fadeout; @@ -23,12 +23,3 @@ Index: gnome-session/logout.c fadeout = g_new (FadeoutData, 1); -@@ -517,7 +524,7 @@ display_gui (void) - if (iris_effect_enabled) - { - hide_fadeout_windows (); -- XUngrabServer (GDK_DISPLAY ()); -+ /* XUngrabServer (GDK_DISPLAY ()); */ - - gdk_pointer_ungrab (GDK_CURRENT_TIME); - gdk_keyboard_ungrab (GDK_CURRENT_TIME); diff --git a/gnome-session-2.19.4.tar.bz2 b/gnome-session-2.19.4.tar.bz2 deleted file mode 100644 index 8d7993e..0000000 --- a/gnome-session-2.19.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67ef34935ed69cd469c4a1eef2cd814ac11c320145a0e275344581de178cb6a5 -size 727620 diff --git a/gnome-session-2.19.6.tar.bz2 b/gnome-session-2.19.6.tar.bz2 new file mode 100644 index 0000000..6410216 --- /dev/null +++ b/gnome-session-2.19.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2e815afaf3437ea8a29f1606ca852f3aa6d32f72f47f307a1edcaf5ede439f +size 738054 diff --git a/gnome-session.changes b/gnome-session.changes index 7bc98d3..7d69b24 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 2 19:09:21 CEST 2007 - maw@suse.de + +- Update to version 2.19.6: + + Better fadeout animation for the logout dialogue when there is + a compositing manager + + Add gnome-breakpad to GTK_MODULES if bug-buddy is present + + Use g_option_context_set_translation_domain() + + Compilation fixes + + Updated translations + ------------------------------------------------------------------- Thu Jul 19 16:52:03 CEST 2007 - maw@suse.de diff --git a/gnome-session.spec b/gnome-session.spec index 794e327..7644020 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -1,5 +1,5 @@ # -# spec file for package gnome-session (Version 2.19.4) +# spec file for package gnome-session (Version 2.19.6) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,8 +15,8 @@ BuildRequires: CASA-devel control-center2-devel gnome-common gnome-desktop-deve # for xrdb resp. rsh checks: License: GPL v2 or later, LGPL v2 or later Group: System/GUI/GNOME -Version: 2.19.4 -Release: 4 +Version: 2.19.6 +Release: 1 Summary: Session Tools for the GNOME 2.x Desktop Source: %{name}-%{version}.tar.bz2 Source1: gnome @@ -25,6 +25,27 @@ Patch0: gnome-session-suspend.patch Patch1: gnome-session-DESKTOP_LAUNCH.patch Patch2: gnome-session-splash-screen.diff Patch3: gnome-session-remove-dns-warning.patch +# FIXME: this patch needs to be reviewed. The following hunk no longer applies. Is it still +# necessary? +# +# *************** display_gui (void) +# *** 525,531 **** +# if (iris_effect_enabled) +# { +# hide_fadeout_windows (); +# - XUngrabServer (GDK_DISPLAY ()); +# +# gdk_pointer_ungrab (GDK_CURRENT_TIME); +# gdk_keyboard_ungrab (GDK_CURRENT_TIME); +# --- 532,538 ---- +# if (iris_effect_enabled) +# { +# hide_fadeout_windows (); +# + /* XUngrabServer (GDK_DISPLAY ()); */ +# +# gdk_pointer_ungrab (GDK_CURRENT_TIME); +# gdk_keyboard_ungrab (GDK_CURRENT_TIME); +# ### Patch4: gnome-session-2.12.0-xgl-display-modal-2.patch Patch5: gnome-session-2.12.0-su-session-management.patch Patch6: gnome-session-2.12.0-unlock-keyring.patch @@ -134,6 +155,14 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Aug 02 2007 - maw@suse.de +- Update to version 2.19.6: + + Better fadeout animation for the logout dialogue when there is + a compositing manager + + Add gnome-breakpad to GTK_MODULES if bug-buddy is present + + Use g_option_context_set_translation_domain() + + Compilation fixes + + Updated translations * Thu Jul 19 2007 - maw@suse.de - Add gnome-session-no-devel-fatals.patch, courtesy of jpr (#292706 and #292651)