Changelog for
liblirc_driver0-0.9.3a-1.8.x86_64.rpm :
* Thu Mar 17 2016 pgajdosAATTsuse.com- remove lirc.4 as this is part of man-pages from 4.05 on
* Sun Dec 06 2015 p.drouandAATTgmail.com- Ensure lirc build against libusb-1.0; replace libusb-devel with pkgconfig(libusb-1.0)
* Sun Oct 25 2015 mpluskalAATTsuse.com- Update to 0.9.3a
* Broken fix for kernel bug reverted (#148, #119). This makes lirc incompatible with at least the 4.04 kernels. kernels < 4.0 and > 4.1.6 seemingly works.
* Several irrecord fixes (#146, #139, d8826b, #141).
* Some fixes for poll() usage, one of which blocked irrecord (02c2480, d9339b6).
* lib: Fix parsing of multiple files (#141).
* lib: Fix privilege dropping code and a compiler flag (e8be7ae, 8a08ab1)
* lirc-lsplugins: Fix --plugindir not being respected (#144).
* atilibusb: Fix crash for non-existing device (#145).
* plugins: file.c: Fix off-by-one sscanf error (#138).
* Mon Sep 28 2015 mpluskalAATTsuse.com- Add missing dependency on libirman (boo#941883)- Update way tmpfiles.d are created- Use correct symlinks for services
* Mon Sep 07 2015 p.drouandAATTgmail.com- Update to version 0.9.3
* New build dependency: xsltproc (sometimes coming with libxml).
* The irexec semantics have been changed so that the invoked programs run disconnected from the main irexec process. See irexec(1) (#92).
* irrecord has got some love:
* irrecord handles multiple definitions of same symbol OK (#78)
* irrecord : Warns about single-key config files (#77)
* irrecord : Checks for ambient light disturbances (#76)
* irrecord : New option allows updating of existing template file.
* irrecord : Template handling bug fixed
* irrecord : -l --list-namespace option parsing bug fixed (#101).
* irrecord : Minor fixes to irrecord-ui including -k option parsing fixed.
* mode2 has been updated
* mode2 : Handle also LIRCCODE devices (#94),
* mode2 : Drop root privileges (#91)
* mode2 : Add new scope-like display
* mode2 : Handle the--driver-options switch
* xmode2 has been updated to handle udp driver, the new --driver-options switch + some general overhaul.
* irrecord has been split into a library and a cli interface (#36). The library interface is unstable.
* irtoy: New support for debug LEDs. New documentation file, support in lirc-setup and driver table doc added.
* The udp driver is patched to allow adjustable clockrates, see new udp_driver.html driver doc.
* The mplay driver has been updated with patches which has been available \"out there\".
* The select() calls in lircd, lircrcd and library routines have been replaced with poll() to avoid crashes when file descriptors becomes > 1024 (#109).
* Set supplementary groups using effective-user (RH bz 1253907).
* Work around kernel bug in /dev/lirc0 output (#119).
* lircmd: Several option parsing bugs fixed, one of which blocked the systemd service (#104, RH bz 1234155).
* lirc-lsremotes now displays logs after parsing files, making more parsing warnings visible.
* lirc-config-tool is fixed to comply with guidelines (#105).
* Bug in irexec when using modes fixed (#102).
* Create log directory if required (#124).
* lirc-setup: Fixed name clash on recent python versions.
* The library routines for parsing lircd.conf now warns for duplicate keys and values (#107).
* Enhanced pkg-config support for drivers compiled out-of-tree (see driver-api in the manual).
* Unlinked and hard to find driver docs and manpages have been linked.
* The documentation is heavily revised. Old obsolete text is removed, the manual is reorganized, some info is moved to manpages and a lot of minor updates and bugfixes.
* The compiler has been switched to c++, and filenames are updated to
*.cpp (#79)
* The lircd.simsend and lircd.simreceive tools have been removed, superseeded by irsimsend and irsimreceive.
* A new kernel driver irpipe has been added. This allows feeding data from userspace to lircd, which can use the /dev/irpipeX device as a clean substitute for /dev/lircX. A companion CLI tool irpipe(1) is also added.
* Options parsing (notably -U) and just listing first remote bugs in irsimsend have been fixed.
* Overall code formatting is improved with more consistent layout and updated git hook. See CONTRIBUTE.md\'
* Build: now uses parallel make by default.
* Hardcoded CFLAGS in Makefiles fixed (#124).- Update patches
* 0002-lircd-Fix-bad-default-for-lircdfile.patch
* 0004-lircd-fix-compiler-error-format-security-error.patch- Remove imon2_conf.patch; fixed on upstream release- Add a dependency to libxslt-tools and gcc-c++- Add libirrecord0 subpackage
* Fri Jul 31 2015 jengelhAATTinai.de- Do not hard depend on systemd - all macro uses support soft
* Fri Jul 31 2015 dimstarAATTopensuse.org- Ignore absence of systemd-tmpfiles, it won\'t be present in the build env.
* Mon Mar 23 2015 p.drouandAATTgmail.com- Fix a typo in obsolete tag
* Thu Mar 19 2015 p.drouandAATTgmail.com- lirc-core provides and obsoletes lirc- Fix lirc-disable-kernel-rc requirement
* Tue Feb 17 2015 p.drouandAATTgmail.com- Update to version 0.9.2a
* Maintenance release: bugfixes, no new features.
* Notably fixes #85, multiple --connect regression.
* Fixes bad bug for locating ~/.lircrc config file.
* Documentation and lirc.org updates.
* All in all 19 patches.- Split each lirc module in his own package
* core : contains needed binaries to run basically lirc; it obsoletes previous lirc package
* config: contains tools and data to ease the LIRC configuration process. it provides and obsoletes the previous \"remotes\" packages as remotes config files are not provided anymore and the config package provides a tool to config a remote
* liblirc_driver0 : provides the driver library
* liblirc0 : the main library
* drv-ftdi: provides ftdi support
* drv-portaudio : provides portaudio support
* tools-gui : tools for debugging lirc- Add pkgconfig(libftdi1) require for Factory; ftdi is only availables on Factory- Add pkgconfig(portaudio-2.0) require; build with portaudio support- Add python3 build require instead of python; python3 is now the default- Add python3-PyYAML build require and requirement for lirc-config; needed for generating table.html and lirc.hwdb, and is a direct dependency of lirc-setup- Remove help2man require; dropped by upstream- Remove lirc-0.9.1a-fix-bashisms.patch; fixed on upstream release- Remove 0003-0.9.1a-Bugfix-segfault-when-parsing-connect-in-confi.patch fixed on upstream release- Update patches
* 0001-Fix-segfault-when-starting-lircd-AUR-41581.patch
* 0002-lircd-Fix-bad-default-for-lircdfile.patch- Remove old and not needed lirc-64bit obsoletion- Add liblirc_driver0 and liblirc0 to baselibs.conf
* Fri Nov 28 2014 Led
- fix bashism in lirc-codecs-regression-test.sh script- add patches:
* lirc-0.9.1a-fix-bashisms.patch
* Sun Oct 19 2014 crrodriguezAATTopensuse.org- Run spec-cleaner- Replace xorg-x11-devel with pkgconfig(x11)- Do not run autoreconf, configure.ac is broken and patches are not modifying autotools files.