From c73c3bd6e69db8ec30396214c9cfbcbef613643a Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 14 Aug 2008 09:12:29 +0000 Subject: [PATCH] - Add huge patch to fix the majority of remotes to have sensible keycodes, so they work out-of-the-box (#457273) --- lirc.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lirc.spec b/lirc.spec index 30a95eb..3802885 100644 --- a/lirc.spec +++ b/lirc.spec @@ -18,7 +18,7 @@ Name: lirc Version: 0.8.3 -Release: 4%{?pre:.%{pre}}%{?dist} +Release: 5%{?pre:.%{pre}}%{?dist} Summary: The Linux Infrared Remote Control package Group: System Environment/Daemons @@ -31,6 +31,9 @@ Source2: %{name}.sysconfig Patch0: lirc-0.8.3-remote-includes-directive.patch Patch1: lirc-0.8.3-validate-transmit-buffer.patch Patch2: lirc-use-new-instead-of-conf-as-filename-suffix.patch +# https://bugzilla.redhat.com/show_bug.cgi?id=457273 +# http://thread.gmane.org/gmane.comp.hardware.lirc/6884 +Patch3: lirc-0.8.3-fix-remote-keycodes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{__perl} @@ -115,6 +118,7 @@ of remote control configuration files. %patch0 -p1 -b .incl %patch1 -p1 -b .xbuf %patch2 -p1 -b .suf +%patch3 -p1 -b .keycode chmod 644 contrib/* @@ -159,7 +163,6 @@ touch -r aclocal.m4 configure.ac # avoid autofoo re-run --with-driver=userspace make %{?_smp_mflags} - %install rm -rf $RPM_BUILD_ROOT __docs @@ -258,6 +261,10 @@ fi %changelog +* Thu Aug 14 2008 - Bastien Nocera - 0.8.3-5 +- Add huge patch to fix the majority of remotes to have sensible keycodes, + so they work out-of-the-box (#457273) + * Mon Jun 23 2008 Jarod Wilson - 0.8.3-4 - Drop resume switch patch, no longer required - Add support for config option style used by gnome-lirc-properties (#442341)