diff --git a/lirc.spec b/lirc.spec index 3241698..f8170b1 100644 --- a/lirc.spec +++ b/lirc.spec @@ -5,7 +5,7 @@ Name: lirc Version: 0.9.4c -Release: %{?tag:0.}6%{?tag:.}%{?tag}%{?dist} +Release: %{?tag:0.}7%{?tag:.}%{?tag}%{?dist} Summary: The Linux Infrared Remote Control package %global repo http://downloads.sourceforge.net/lirc/LIRC/%{version}/ @@ -30,6 +30,10 @@ Patch10: 0010-lib-Only-use-local-headers-in-lirc_private.h-237.patch Patch16: 0016-systemd-Add-missing-lircd-setup.service-to-distribut.patch Patch17: 0017-Actually-add-lircd-setup.service.patch Patch18: 0018-lircd-Fix-listen-option-parsing-249.patch +Patch19: 0019-build-Include-config.h-in-installed-headers-250.patch +Patch20: 0020-lircd-Fix-segfault-in-SET_INPUTLOG-without-arguments.patch +Patch21: 0021-ircat-Fix-option-parsing-bug-empty-conditions-251.patch + BuildRequires: alsa-lib-devel Buildrequires: autoconf @@ -348,6 +352,11 @@ systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf %{_udevrulesdir}/99-remote-control-lirc.rules %changelog +* Wed Jan 04 2017 Alec Leamas - 0.9.4c-7 +- Added upstream patch for bad ircat --config handling +- Added upstream patch for lircd SET_INPUTLOG segfault +- Added upstream patch for FTBS on clients building against lirc + * Fri Dec 23 2016 Alec Leamas - 0.9.4c-6 - Add patch for --listen parsing bug (upstream #249).