- Update devinput lircd.conf with additional keys from input.h

epel8
Jarod Wilson 15 years ago
parent 913acbd653
commit 1ba0d40ca6

File diff suppressed because it is too large Load Diff

@ -18,7 +18,7 @@
Name: lirc
Version: 0.8.6
Release: 4%{?pre:.%{pre}}%{?dist}
Release: 5%{?pre:.%{pre}}%{?dist}
Summary: The Linux Infrared Remote Control package
Group: System Environment/Daemons
@ -36,6 +36,7 @@ Patch2: lirc-0.8.6-standardized-remote-keycodes.patch
Patch3: lirc-0.8.4-make-remote-names-all-unique.patch
Patch4: lirc-0.8.6-ioctl-portability.patch
Patch5: lirc-0.8.6-remove-obsolete-modes.patch
Patch6: lirc-0.8.6-devinput-conf-update.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{__perl}
@ -167,6 +168,7 @@ touch -r aclocal.m4 configure.ac # avoid autofoo re-run
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
# Re-run autofoo for new cvs features
#autoreconf -i -f
#automake
@ -289,6 +291,9 @@ fi
%changelog
* Wed Mar 17 2010 Jarod Wilson <jarod@redhat.com> 0.8.6-5
- Update devinput lircd.conf with additional keys from input.h
* Mon Feb 15 2010 Jarod Wilson <jarod@redhat.com> 0.8.6-4
- Un-bungle newly introduced segfault in prior build

Loading…
Cancel
Save