From 518ad438f4d66b6052e81d25bdf9ae71bb2467ee Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mar 09 2006 20:38:33 +0000 Subject: - trap X error reply to limit the damage of bug 183569. --- diff --git a/libxklavier.spec b/libxklavier.spec index f5c6b5f..416662b 100644 --- a/libxklavier.spec +++ b/libxklavier.spec @@ -13,6 +13,7 @@ Source: http://gswitchit.sourceforge.net/%{name}-%{version}.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root Patch0: libxklavier-1.14-werror.patch +Patch1: libxklavier-2.1.0.2006.02.23-trap-x-error.patch %description libxklavier is a library providing high-level API for X Keyboard Extension @@ -31,6 +32,7 @@ Libraries, include files, etc you can use to develop libxklavier applications. %prep %setup -q %patch0 -p1 -b .werror +%patch1 -p1 -b .trap-x-error %build @@ -67,6 +69,9 @@ rm -rf %{buildroot} %{_includedir}/* %changelog +* Thu Mar 9 2006 Ray Strode - 2.1-5 +- trap X error reply to limit the damage of bug 183569. + * Thu Feb 23 2006 Ray Strode - 2.1-4 - upgrade to latest cvs to handle xml comments (bug 178163)