diff --git a/lirc-0.9.4.tar.bz2 b/lirc-0.9.4.tar.bz2 deleted file mode 100644 index 4e42565..0000000 --- a/lirc-0.9.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd18a6751674fd61e4a96eebc3b9e5c883389d6230811943513443522dfc5dd0 -size 2291164 diff --git a/lirc-0.9.4a.tar.bz2 b/lirc-0.9.4a.tar.bz2 new file mode 100644 index 0000000..038dbcf --- /dev/null +++ b/lirc-0.9.4a.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386086a74c7d12e7e8f26f7dbc8f40d20b9968c9ad2a42599483a51dd2da03ba +size 2292119 diff --git a/lirc.changes b/lirc.changes index e77137b..ac08fee 100644 --- a/lirc.changes +++ b/lirc.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jun 29 14:24:22 UTC 2016 - mpluskal@suse.com + +- Update to version 0.9.4a: + * Fix syntax errors in systemd unit files (rhbz: 1350750). + * irrecord: Enhance "Don't use devinput" message (#180). + * plugins/uirt2_raw: Reset device to UIR mode on deinit. + * plugins/girs.c: Enable reception after sending. + * lirc.org: Updates and bugfixes + * lircd, liblirc_client: Fix freeaddrinfo handling (#195). + * Don't build commandir unless we have usb.h (#191). + * lirc_options.conf: debug => loglevel (#199). + * lib: use proper linking method to avoid parallel build issue + * tools: make_rel_symlink.py can also use python2 + * plugins/devinput: Make the list-devices support available. + * configure.ac: Bugfix (BSD setting reported wrong). + ------------------------------------------------------------------- Mon Jun 13 11:20:36 UTC 2016 - p.drouand@gmail.com diff --git a/lirc.spec b/lirc.spec index c02b955..d81c422 100644 --- a/lirc.spec +++ b/lirc.spec @@ -22,7 +22,7 @@ %endif Name: lirc # -Version: 0.9.4 +Version: 0.9.4a Release: 0 Summary: Tools for Infrared Receivers License: GPL-2.0+ @@ -40,15 +40,16 @@ Patch1: 0002-lircd-Fix-bad-default-for-lircdfile.patch BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: kmod-compat BuildRequires: libtool BuildRequires: libxslt-tools -BuildRequires: kmod-compat # for hw_atilibusb driver BuildRequires: pkgconfig BuildRequires: pkgconfig(alsa) %if 0%{?suse_version} > 1320 BuildRequires: pkgconfig(libftdi1) BuildRequires: pkgconfig(libirman) +BuildRequires: pkgconfig(libudev) %endif BuildRequires: python3 BuildRequires: python3-PyYAML @@ -217,6 +218,8 @@ sed -i 's|run|%{_localstatedir}/run|g' systemd/lircd.socket %endif %build +# we are using python3 +sed "s|python|python3|g" -i ./tools/make_rel_symlink.py %configure \ --enable-ipv6 # make %%{?_smp_mflags}