SHA256
1
0
forked from pool/lxsession

- upstream bugfix release 0.4.6.1

- removed %name-0.4.6-fix-crash-on-start.patch now in
  upstream code

OBS-URL: https://build.opensuse.org/package/show/X11:lxde/lxsession?expand=0&rev=50
This commit is contained in:
andrea florio 2011-07-29 09:09:14 +00:00 committed by Git OBS Bridge
parent a0078560c4
commit 9dcb9c9793
5 changed files with 11 additions and 26 deletions

View File

@ -1,20 +0,0 @@
From: Julien Lavergne <julien.lavergne@gmail.com>
Date: Sat, 23 Jul 2011 23:14:03 +0000 (+0200)
Subject: Fix crash on start
X-Git-Url: http://lxde.git.sourceforge.net/git/gitweb.cgi?p=lxde%2Flxsession;a=commitdiff_plain;h=82e5901fb68acfead807b8e824310edda2437744
Fix crash on start
---
diff --git a/lxsession/xdg-autostart.c b/lxsession/xdg-autostart.c
index 39f0d2a..b0f922a 100644
--- a/lxsession/xdg-autostart.c
+++ b/lxsession/xdg-autostart.c
@@ -283,7 +283,6 @@ static void get_autostart_files_in_dir( GHashTable* hash, const char* de_name, c
path = g_build_filename( dir_path, name, NULL );
g_hash_table_replace( hash, g_strdup(name), path );
}
- g_free( name );
}
g_dir_close( dir );
}

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83be724bb3ae078caf138afbcb870361b9d643737f6b9e9dad10f36a000c54db
size 310754

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f8c405968425557d9a1d7ab6ea6fa14eb9461e98aa7effcd3e1a8acb68998e1
size 310571

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 29 09:06:25 UTC 2011 - andrea@opensuse.org
- upstream bugfix release 0.4.6.1
- removed %name-0.4.6-fix-crash-on-start.patch now in
upstream code
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 24 12:05:44 UTC 2011 - andrea@opensuse.org Sun Jul 24 12:05:44 UTC 2011 - andrea@opensuse.org

View File

@ -19,14 +19,13 @@
Name: lxsession Name: lxsession
Version: 0.4.6 Version: 0.4.6.1
Release: 14 Release: 14
Summary: LXDE Session Manager, required for running the desktop environment Summary: LXDE Session Manager, required for running the desktop environment
Group: System/GUI/LXDE Group: System/GUI/LXDE
License: GPLv2 License: GPLv2
Url: http://www.lxde.org/ Url: http://www.lxde.org/
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Patch0: %name-0.4.6-fix-crash-on-start.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dbus-1-glib-devel fdupes gtk2-devel intltool pkg-config BuildRequires: dbus-1-glib-devel fdupes gtk2-devel intltool pkg-config
BuildRequires: docbook-utils docbook-xsl-stylesheets libxslt BuildRequires: docbook-utils docbook-xsl-stylesheets libxslt
@ -43,7 +42,6 @@ Authors:
%prep %prep
%setup -q -n %name-%version %setup -q -n %name-%version
%patch0 -p1
%build %build
%configure --enable-man %configure --enable-man