Changelog for
lirc-config-0.10.1-2.16.noarch.rpm :
* Wed Nov 24 2021 Matej Cepl
- Add pyyaml-60-compatibility.patch to make the package compatible with PyYAML 6.0+ (sht#lirc#365).
* Tue Oct 05 2021 Dominique Leuenberger - Revert \"Require typelib packages\": better to have rpm auto-detect them.- Add gobject-introspection BuildRequires to have the typelib dep scanner on board.
* Tue Oct 05 2021 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_irexec.service.patch
* harden_lircd-uinput.service.patch
* harden_lircd.service.patch
* harden_lircmd.service.patch
* Sun Aug 08 2021 Stanislav Brabec - Require typelib packages, otherwise lirc-setup fails to start.
* Sat Feb 20 2021 Dirk Müller - switch away from the libusb-compat (0.1) to the maintained libusb 1.0 (lirc has support for both)
* Sat Dec 26 2020 d_wernerAATTgmx.net- change the legacy directory /var/run to /run as requested by the Additional rpm output: \"please update the tmpfiles.d/ drop-in file\" and also the _rundir
* Wed Nov 20 2019 Stefan Brüns - Use python3-base BuildRequires instead of full python3- Drop doxygen BuildRequires, the api-docs are bundled in the source tarball and not regenerated, and are not even packaged.- Move the portaudio based IR receiver driver behind a bcond - the alsa based driver does the same, uses less resources, and does not need an extra library.
* Sun Nov 18 2018 Bernhard Wiedemann - Add reproducible.patch to drop build date, kernel version, sort python glob to make build reproducible (boo#1047218, boo#1101107)
* Tue Oct 30 2018 Luigi Baldoni - Update to version 0.10.1
* mode2: Fix inconsistent loglevel/debug option (#307).
* build: install media/lirc.h (Debian BTS #872074).
* build: Fix make \"always build all\" error - c6eb8ec.
* plugins: devinput: Fix glob \"no match\" error - 14685b2. version 0.10.0
* lib/curl_poll.h: Fix header guard build error on müsl libc.
* Build: Mute libtool when V=0, typo.
* Update driver version info. version 0.10.0-rc3
* lircmd: Fix bogus, excessive logging using --uinput (#295).
* Build: VPATH fixes (#294).
* Build: kfreebsd debian builds fixes.
* python tests: Portability fixes for in python-pkg/test.
* Unit tests in test/ dir: Portability fixes and some docs. version 0.10.0-rc2
* Fixed lirc-setup fail-on-start (#290).
* Make python unit tests work on Debian (#289).
* Fix mode2 config file parsing [292].
* Documentation update.
* Build fixes. version 0.10.0rc1
* ftdi driver: Fix off-by-2 timings (#275). This is a breaking change, see ftdi driver docs or source at doc/plugins/ftdi.html.
* doc: The lirc.hwdb parsable driver list is deprecated - use the python database or the configs/
*.yaml files instead.
* lircd: the deprecated --uinput option is dropped. Use the lircd-uinput(8) daemon instead.
* lircd: The --release option is deprecated.
* lircd: Adding a --immediate-init option which initiates the hardware directly on start and exits on errors.
* lircd, lircd-uinput: Change default release suffix due to linux kernel changes (#263).
* plugins: The slinke (a. k. a. slink-e) driver is dropped.
* plugins: Add support for irdroid in the irtoy driver.
* plugins: Enhanced device enumeration, mode2 --list-devices works for most drivers.
* plugins: devinput driver: Fix bad codelength (#263).
* New, shiny (i. e., unstable) python API. See the API docs, module \"python bindings\". The API is also available as a pypi package, typically at /usr/share/lirc/python-pkg
* lircd-uinput: Multiple config file parsing errors (#284).
* lib: Added enumeration support and server version level check to driver API.
* irrecord: Add --driver-options for lircd symmetry (#277).
* lircd: Fix devices not connected at first attempt (#279).
* lib: Fix failure when parsing absolute paths config files (#281).
* lircd/irsend: Fix bug when sending/receiving concurrently for some remotes (#278, 5 pages!)
* lircd:Fix missing systemd support due to upstream changes (#274).
* The configs/
*conf files no more supports enumerating devices using shell scripts.
* Build: Added new configure --enable-devinput option (#264).
* Build: Added new configure --enable-uinput option, ditched the HAVE_UINPUT 0.9.4c kludge.
* Build: More quiet, enhanced V=0/V=1 support.
* Build: OSX patches(#273) version 0.9.4d
* The debian packaging means that freebsd and hurd builds are regularly tested, improving build stability.
* A multitude of build patches, mostly after building on Debian: + Cross-compilation FTBS fixed (#233) + Fix configuration of configure (#234) + Fix library specification in lirc.pc (#236) + use HAVE_UINPUT=1 to force building uinput code (#238). + lib: Only use local headers in lirc_private.h (#237). + Configure libudev (#242) + Various kfreebsd fixes + Include config.h in installed headers (#250). + Fix _XOPEN_SOURCE related FTBS on some platforms (#248)
* lib: Fix some lircrcd-related bugs (#254)
* systemd: Fix wrong path to irexec (#239)
* systemd: Add missing lircd-setup.service to distribution (#243)
* lircd: Fix --listen option parsing [#249]
* lircd: Fix segfault in SET_INPUTLOG without arguments (#252)
* lircd: Fix DRV_OPTION error message handling (#256).
* ircat: Fix option parsing bug + empty conditions (#251)
* xmode2: Fix handling of --driver option.- Dropped lirc-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch and lirc-configure-libudev.patch (merged upstream)- Spec cleanup
* Tue Apr 24 2018 jdelvareAATTsuse.de- i2c-tools is no longer needed to build, as i2c-dev.h is part of the standard linux-glibc-devel package now.