rpms/fvwm/devel fvwm-2.5.24-module_list_remove.patch, NONE, 1.1 fvwm.spec, 1.9, 1.10

Adam Goode (agoode) fedora-extras-commits at redhat.com
Sat Feb 9 07:51:57 UTC 2008


Author: agoode

Update of /cvs/extras/rpms/fvwm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12368

Modified Files:
	fvwm.spec 
Added Files:
	fvwm-2.5.24-module_list_remove.patch 
Log Message:
* Sat Feb  9 2008 Adam Goode <adam at spicenitz.org> - 2.5.24-2
- Really fix segfault (#382321)


fvwm-2.5.24-module_list_remove.patch:

--- NEW FILE fvwm-2.5.24-module_list_remove.patch ---
? depcomp
Index: fvwm/module_list.c
===================================================================
RCS file: /home/cvs/fvwm/fvwm/fvwm/module_list.c,v
retrieving revision 1.30
diff -u -3 -p -r1.30 module_list.c
--- fvwm/module_list.c	4 Sep 2007 18:57:28 -0000	1.30
+++ fvwm/module_list.c	9 Feb 2008 07:34:53 -0000
@@ -175,7 +175,7 @@ static inline fmodule *module_list_remov
 {
 	fmodule_store *current;
 
-	if (module == NULL)
+	if (module == NULL || *list == NULL)
 	{
 		return NULL;
 	}


Index: fvwm.spec
===================================================================
RCS file: /cvs/extras/rpms/fvwm/devel/fvwm.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fvwm.spec	2 Dec 2007 16:44:32 -0000	1.9
+++ fvwm.spec	9 Feb 2008 07:51:20 -0000	1.10
@@ -1,6 +1,6 @@
 Name:		fvwm
 Version:	2.5.24
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Highly configurable multiple virtual desktop window manager
 
 Group:		User Interface/X
@@ -14,6 +14,7 @@
 Patch0:		fvwm-2.5.21-xdg-open.patch
 Patch1:		fvwm-2.5.21-mimeopen.patch
 Patch2:		fvwm-2.5.21-menu-generate.patch
+Patch3:		fvwm-2.5.24-module_list_remove.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -47,6 +48,7 @@
 %patch -P 0 -p1 -b .htmlview
 %patch -P 1 -p1 -b .mimeopen
 %patch -P 2 -p1 -b .menu-generate
+%patch -P 3 -p0 -b .module_list_remove
 
 # Filter out false Perl provides
 cat << \EOF > %{name}-prov
@@ -111,6 +113,9 @@
 
 
 %changelog
+* Sat Feb  9 2008 Adam Goode <adam at spicenitz.org> - 2.5.24-2
+- Really fix segfault (#382321)
+
 * Sun Dec  2 2007 Adam Goode <adam at spicenitz.org> - 2.5.24-1
 - New upstream release
 - Fixes segfault (#382321)




More information about the fedora-extras-commits mailing list