- trap X error reply to limit the damage of bug 183569.

This commit is contained in:
Ray Strode 2006-03-09 20:38:33 +00:00
parent 09ed44e436
commit 518ad438f4

View File

@ -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 <rstrode@redhat.com> - 2.1-5
- trap X error reply to limit the damage of bug 183569.
* Thu Feb 23 2006 Ray Strode <rstrode@redhat.com> - 2.1-4
- upgrade to latest cvs to handle xml comments (bug 178163)