rpms/xbindkeys/devel xbindkeys-1.7.3-rplmalloc.patch, NONE, 1.1 xbindkeys.spec, 1.10, 1.11

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sun Jul 2 14:25:11 UTC 2006


Author: abompard

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

Modified Files:
	xbindkeys.spec 
Added Files:
	xbindkeys-1.7.3-rplmalloc.patch 
Log Message:
add patch to disable the use of rpl_malloc instead of malloc

xbindkeys-1.7.3-rplmalloc.patch:

--- NEW FILE xbindkeys-1.7.3-rplmalloc.patch ---
--- ./configure.rplmalloc	2006-07-02 16:21:41.000000000 +0200
+++ ./configure	2006-07-02 16:22:06.000000000 +0200
@@ -6191,7 +6191,7 @@
 
 
 cat >>confdefs.h <<\_ACEOF
-#define malloc rpl_malloc
+/* #define malloc rpl_malloc */
 _ACEOF
 
 fi


Index: xbindkeys.spec
===================================================================
RCS file: /cvs/extras/rpms/xbindkeys/devel/xbindkeys.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xbindkeys.spec	29 May 2006 22:11:47 -0000	1.10
+++ xbindkeys.spec	2 Jul 2006 14:25:10 -0000	1.11
@@ -1,12 +1,13 @@
 Name:           xbindkeys
 Version:        1.7.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        Binds keys or mouse buttons to shell commands under X.
 License:        GPL
 Group:          User Interface/X
-Source:         http://hocwp.free.fr/xbindkeys/xbindkeys-%{version}.tar.gz
 URL:            http://hocwp.free.fr/xbindkeys/xbindkeys.html
+Source:         http://hocwp.free.fr/xbindkeys/xbindkeys-%{version}.tar.gz
+Patch0:         xbindkeys-1.7.3-rplmalloc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  guile-devel
 BuildRequires:  libX11-devel
@@ -20,6 +21,7 @@
 
 %prep
 %setup -q
+%patch0 -b .rplmalloc
 
 %build
 %configure
@@ -39,6 +41,9 @@
 %attr(0644, root, root) %{_mandir}/man?/*
 
 %changelog
+* Sun Jul 02 2006 Aurelien Bompard <gauret[AT]free.fr> 1.7.3-2
+- add patch to disable the use of rpl_malloc instead of malloc
+
 * Tue May 30 2006 Aurelien Bompard <gauret[AT]free.fr> 1.7.3-1
 - version 1.7.3
 




More information about the fedora-extras-commits mailing list