Author: saispo Date: Sat Feb 17 12:54:37 2007 New Revision: 122101 Added: packages/cooker/xbindkeys/current/SOURCES/xbindkeys-1.7.3-rplmalloc.patch packages/cooker/xbindkeys/current/SOURCES/xbindkeys-1.8.0.tar.bz2 (contents, props changed) Removed: packages/cooker/xbindkeys/current/SOURCES/xbindkeys-1.7.3.tar.bz2 Modified: packages/cooker/xbindkeys/current/SPECS/xbindkeys.spec
Log: New release 1.8.0 Added: packages/cooker/xbindkeys/current/SOURCES/xbindkeys-1.7.3-rplmalloc.patch ============================================================================== --- (empty file) +++ packages/cooker/xbindkeys/current/SOURCES/xbindkeys-1.7.3-rplmalloc.patch Sat Feb 17 12:54:37 2007 @@ -0,0 +1,11 @@ +--- ./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 Added: packages/cooker/xbindkeys/current/SOURCES/xbindkeys-1.8.0.tar.bz2 ============================================================================== Binary file. No diff available. Modified: packages/cooker/xbindkeys/current/SPECS/xbindkeys.spec ============================================================================== --- packages/cooker/xbindkeys/current/SPECS/xbindkeys.spec (original) +++ packages/cooker/xbindkeys/current/SPECS/xbindkeys.spec Sat Feb 17 12:54:37 2007 @@ -1,4 +1,4 @@ -%define version 1.7.3 +%define version 1.8.0 %define release %mkrel 1 Summary: Link keyboard and mouse input events with shell commands @@ -9,6 +9,7 @@ Group: System/X11 URL: http://hocwp.free.fr/xbindkeys/xbindkeys.html Source: http://hocwp.free.fr/xbindkeys/%{name}-%{version}.tar.bz2 +Patch0: xbindkeys-1.7.3-rplmalloc.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: X11-devel guile-devel # (for xbindkey_show) @@ -22,10 +23,11 @@ %prep %setup -q +%patch0 -b .rplmalloc %build %configure2_5x -%make +%make LDFLAGS="-lpthread" %install rm -rf %{buildroot}
