From 9d9fe19bf561c46747650b4d9c31d1efc9990aea765258678c446d8c08f8e503 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 19 Jul 2007 15:33:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=10 --- gnome-session-no-devel-fatals.patch | 13 +++++++++++++ gnome-session.changes | 7 +++++++ gnome-session.spec | 11 +++++++---- 3 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 gnome-session-no-devel-fatals.patch diff --git a/gnome-session-no-devel-fatals.patch b/gnome-session-no-devel-fatals.patch new file mode 100644 index 0000000..e5737b0 --- /dev/null +++ b/gnome-session-no-devel-fatals.patch @@ -0,0 +1,13 @@ +--- gnome-session/main.c ++++ gnome-session/main.c +@@ -483,8 +483,8 @@ + major = atoi (versions [1]); + if ((major % 2) != 0) + { +- g_setenv ("G_DEBUG", "fatal_criticals", FALSE); +- g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL); ++/* g_setenv ("G_DEBUG", "fatal_criticals", FALSE); ++ g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL); */ + } + } + g_strfreev (versions); diff --git a/gnome-session.changes b/gnome-session.changes index 09f9174..7bc98d3 100644 --- a/gnome-session.changes +++ b/gnome-session.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jul 19 16:52:03 CEST 2007 - maw@suse.de + +- Add gnome-session-no-devel-fatals.patch, courtesy of jpr (#292706 + and #292651) +- Some minor specfile cleanups, also courtesy of jpr. + ------------------------------------------------------------------- Tue Jul 10 16:25:12 CEST 2007 - maw@suse.de diff --git a/gnome-session.spec b/gnome-session.spec index 1363b18..794e327 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -16,7 +16,7 @@ BuildRequires: CASA-devel control-center2-devel gnome-common gnome-desktop-deve License: GPL v2 or later, LGPL v2 or later Group: System/GUI/GNOME Version: 2.19.4 -Release: 1 +Release: 4 Summary: Session Tools for the GNOME 2.x Desktop Source: %{name}-%{version}.tar.bz2 Source1: gnome @@ -25,8 +25,6 @@ Patch0: gnome-session-suspend.patch Patch1: gnome-session-DESKTOP_LAUNCH.patch Patch2: gnome-session-splash-screen.diff Patch3: gnome-session-remove-dns-warning.patch -# Patch12 probably can go. -### Patch12: gnome-session-speedup.patch 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 @@ -39,6 +37,7 @@ Patch12: gnome-session-wm-switch.patch # FIXME: This doesn't apply. Somebody should go through it and # make it apply. Patch13: gnome-session-tile-ui.patch +Patch14: gnome-session-no-devel-fatals.patch URL: http://www.gnome.org BuildRoot: %{_tmppath}/%{name}-%{version}-build Autoreqprov: on @@ -73,7 +72,6 @@ gnome-patch-translation-prepare %patch1 -p1 %patch2 -p1 %patch3 -### %patch12 %patch4 %patch5 -p1 #%patch6 -p1 @@ -85,6 +83,7 @@ gnome-patch-translation-prepare %patch11 -p1 %patch12 # %patch13 -p1 +%patch14 %endif gnome-patch-translation-update @@ -135,6 +134,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Jul 19 2007 - maw@suse.de +- Add gnome-session-no-devel-fatals.patch, courtesy of jpr (#292706 + and #292651) +- Some minor specfile cleanups, also courtesy of jpr. * Tue Jul 10 2007 - maw@suse.de - Update to version 2.19.4 ==============