OBS User unknown 2007-07-19 15:33:51 +00:00 committed by Git OBS Bridge
parent 18d5573321
commit 9d9fe19bf5
3 changed files with 27 additions and 4 deletions

View File

@ -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);

View File

@ -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

View File

@ -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
==============