Revisions of lirc

buildservice-autocommit accepted request 1167656 from Stefan Seyfried's avatar Stefan Seyfried (seife) (revision 119)
auto commit by copy to link target
Stefan Seyfried's avatar Stefan Seyfried (seife) accepted request 1161665 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 118)
- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang{,_path} macros, [bsc#1212476]
buildservice-autocommit accepted request 1088316 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 117)
auto commit by copy to link target
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) accepted request 1084411 from Johannes Segitz's avatar Johannes Segitz (jsegitz) (revision 116)
- Remove ProtectClock hardening. This causes more pain then it
  helps (bsc#1200577)
buildservice-autocommit accepted request 1007670 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 115)
auto commit by copy to link target
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) accepted request 992325 from Andreas Schwab's avatar Andreas Schwab (Andreas_Schwab) (revision 114)
- Fix up timestamps from patching generated files
buildservice-autocommit accepted request 977446 from Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) (revision 113)
auto commit by copy to link target
Hans-Peter Jansen's avatar Hans-Peter Jansen (frispete) accepted request 975799 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 112)
- Add lirc-autoconf-py310.patch: Output of autoreconf in order to
  find the correct python version when Tumbleweed switches to
  Python 3.10.
buildservice-autocommit accepted request 966660 from Stefan Seyfried's avatar Stefan Seyfried (seife) (revision 111)
auto commit by copy to link target
Stefan Seyfried's avatar Stefan Seyfried (seife) accepted request 931284 from Ludger Dreier's avatar Ludger Dreier (ldreier) (revision 110)
lircd: allow input device access in lircd.service again
Stefan Seyfried's avatar Stefan Seyfried (seife) committed (revision 109)
no diff to factory...
Stefan Seyfried's avatar Stefan Seyfried (seife) committed (revision 108)
rebase after upstream update
Stefan Seyfried's avatar Stefan Seyfried (seife) accepted request 933596 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 107)
- Add pyyaml-60-compatibility.patch to make the package
  compatible with PyYAML 6.0+ (sht#lirc#365).
- Revert "Require typelib packages": better to have rpm auto-detect
  them.
- Add gobject-introspection BuildRequires to have the typelib dep
  scanner on board.
- 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
- Require typelib packages, otherwise lirc-setup fails to start.
- switch away from the libusb-compat (0.1) to the maintained libusb 1.0
  (lirc has support for both) 
- 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
- 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.
- Add reproducible.patch to drop build date, kernel version,
  sort python glob to make build reproducible (boo#1047218, boo#1101107)
- 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
- i2c-tools is no longer needed to build, as i2c-dev.h is part of
  the standard linux-glibc-devel package now.
- Drop lircd-Remove-use-of-functions-killed-in-kernel-4.8.0.patch:
  the guarding zypper call was wrong (-qf vs --qf) and resulted in
  the patch never being applied. So it is obviously not used.
- Remove dependency on zypper: libzypp just gets a new dependency
  on libgpgme, which happens to result in a cycle: since the sole
  usage of zypper was to 'detect if the patch was needed' is no
  longer given, we have no feature loss.
- Move workarounds to %prep section
- Add lirc-configure-libudev.patch (boo#1008764)
- Fix %pre script
- Add lirc-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch
- Update to version 0.9.4c
  * New curl_poll files adds a new MIT license. Lirc now carries GPL,
    BSD and MIT licenses.
  * Several patches to make lirc work again on macos (#226, #227).
  * New tool irtext2udp generates udp plugin data (#197).
  * plugins: girs: Add udp/receive support (#201).
  * mode2: Fix broken --raw option (#223).
  * lirc-make-devinput: Fix that two remotes has the same name (#222).
  * lircd: Warn for duplicate remote definitions (#222).
  * lircd: Retry temporary unavailable write sockets (#221).
  * contrib: Fix usb devices' acl permissions (rhbz #1364744).
  * lirc-setup: Fix crasher bugfix (Fedora abort trace).
  * contrib: disable udev /dev/uinput rule requiring lirc user.
  * plugins: audio_alsa: Fix byte truncating in 16-bit data (#218):
  * plugins: irtoy: improve error handling (#220).
  * Minor documentation fixes.
- Changes from version 0.9.4b
  * lircd-uinput: A multitude of fixes (#213, #211, #177). Adds new options.
  * lirc_client: Fix "Can't redirect irsend output" (#207).
  * lirc_client: Fix un-terminated buffer causing irsend crash (#216).
  * irrecord: Fix under-sized buffer causing crash (#208).
  * systemd: Add hardening options comments to services (#204).
  * lircmd: Options, udev examples and manpage update.
  * lib: Add missing Makefile.am dep, fixes parallel build failure (#210).
  * Remove a single python2 dependency [4e3c97c].
  * build: Don't define docdir - autoconf defines docdir (#215).
  * build: support runstatedir configure option (#212).
  * doc: Manpages and configuration guide fixes.
- Remove fix-remote-keys.pl, README.SUSE and 51-lirc.rules; not relevant
  for a while already
- Remove 0001-Fix-segfault-when-starting-lircd-AUR-41581.patch and
  0002-lircd-Fix-bad-default-for-lircdfile.patch; fixed on upstream
- Add missing dependency to systemd
- Global sweeping
- Add lirc nologgin user; now needed
- Add lircd-Remove-use-of-functions-killed-in-kernel-4.8.0.patch;
  fix build on openSUSE > 42.2
- 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).
- Update to version 0.9.4
  * The caraca driver has been retired (still available in attic/).
  * The iguanair driver has been moved out of tree and is now
    maintained by Iguanaworks, Inc. See drivers/iguanair/README.
  * The irman driver has been moved out of tree. From 0.5.1 the
    libirman package contains the driver. See drivers/irman/README
  * The yard2 driver has been moved out of tree and is now maintained
    by the yard2 project. See driver/yard2/README.
  * The lirc.4 manpage (/dev/lirc* interface) is upstreamed to the
    linux kernel manpages project (#164). Old page lirc.4l still
    lingers in attic/ but is not installed.
  * Upstream selinux updated to match current lircd requirements.
    See: https://github.com/fedora-selinux/selinux-policy/pull/41
  * New upstream debian packaging with which Debian users can create
    .deb packages. Ubuntu packages are also available in PPAs. See
    README.md in the debian branch (#137).
  * New driver girs for the GIRS protocol, gives LIRC Arduino support.
    See new info in driver documentation.
  * New transmit-only FTDI driver with enhanced accuracy and hardware
    support. See ftdix driver documentation.
  * Support for non-modulated signals added (#132).
  * As shipped, lircd now uses the devinput driver and the new 'auto'
    device, should work for all remotes supported by kernel (#106).
  * Enhanced lirc-setup tool (#123, partly):
    - Add drvctl device enumeration support.
    - Integrated mode2 and irw tests of current configuration.
    - Documentation links.
    - More consistent data based on new database.
    - Multiple bugfixes.
  * Several patches to make mode2 work with all drivers(#123, partly)
  * Configuration database overhaul (#123, partly)
    - Database lives as yaml files in configs/.
    - Data is collected from drivers, remotes and static files.
    - Better ways for drivers to enumerate devices.
    - There is an unstable python database module used by
      all tools.
  * Several drivers including default and devinput has enhanced
    enumeration support, usable with mode2 -l and lirc-setup.
  * devinput.lircd.conf is generated at build time to match host kernel,
    new script lirc-make-devinput shipped to re-generate it (#153)
  * A new script lircd-setup runs as a one-shot service before lircd,
    performing setup commands as root (#121).
  * Several new examples in contrib/, notably lircrc templates for
    many popular LIRC applications and improved udev rules.
  * The default driver does not require root perms if the protocol
    is correct (#133).
  * Add an "auto" device to devinput driver for single-device
    usecase (#134).
  * irrecord has been taught to handle remotes without gap (#98).
  * The --uinput lircd option is deprecated, obsoleted by the
    lircd.uinput.service systemd service. See lircd-uinput(8).
  * CLI options for mode2, xmode2 and irrecord has been streamlined.
    All tools falls back to lircd defaults where it makes sense.
  * The driver API has been expanded with functions to enumerate
    devices. See configs/README and lib/driver.h.
  * New logging API with hooks for enhanced messages and filtering
    (also #129).
  * The out-of-tree build interface is enhanced with hooks for external
    drivers to rebuild documentation and add a config file.
  * lircd: Fix too-short gap  when sending/blasting (#158).
  * lircd: Fix typo causing lost deinit_func() calls (#179).
  * irrecord fixes:
    - Fix broken namespace checks on recent kernels (#187).
    - Buggy handling of not decoded buttons in irrecord (#146).
    - Repeated buttons problems (#149)
    - Endless loop when key is not recognized (#146)
    - Endless loop on idendifying toggle mark (#139)
  * lirs-lsremotes: Don't use non-standard GLOB_BRACE (#174).
  * lib: Fix  misleading logprintf comments (#179)
  * lib: Clean up loglevel handling (#178).
  * Fix --plugindir not being respected (#144).
  * Fix gid and supplementary groups in CLI apps dropping root.
  * Fix a crash in irrecord when invoked without options.
  * Fix bad parsing of --options-file unless given first (#165).
  * plugins/default: Don't require write access if not needed (#133).
  * plugins/atilibusb: Fix crash for non-existing device (#145).
  * plugins/audio_alsa : Fix blocking regression bug (#169).
  * plugins/file: Fix bad test for LIRCCODE cases (#171).
  * plugins/ftdi: Bugfixes: 4157fe1, 92e2d1d, #182.
  * plugins/girs: Bugfixes.
  * plugins/default: Remotes become too sensitive in 0.9.3 (#148)
  * plugins/default: Walk around kernel bug generating multiple
    spaces (#172).
  * doc: lircd.conf: Document suppress_repeat parameter.
  * Clean up docs, remove circular links (#136). Documentation is
    now only in lirc.org/html.
  * build: Add explicit default -L${libdir} linker flag.
  * build: Fix Debian FTBS compilation error.
- Add some missing dependencies
  * doxygen
  * kmod-compat
  * pkgconfig(sm)
- Replace pkgconfig(libusb-1.0) with pkgconfig(libusb); fow some
  reasons, lirc now relies on compat libusb
- Remove obsolete configure switches
- Update 0001-Fix-segfault-when-starting-lircd-AUR-41581.patch
- remove lirc.4 as this is part of man-pages from 4.05 on
- Ensure lirc build against libusb-1.0; replace libusb-devel with
  pkgconfig(libusb-1.0)
- 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).
- Add missing dependency on libirman (boo#941883)
- Update way tmpfiles.d are created 
- Use correct symlinks for services
- 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
- Do not hard depend on systemd - all macro uses support soft
- Ignore absence of systemd-tmpfiles, it won't be present in the
  build env.
- Fix a typo in obsolete tag
- lirc-core provides and obsoletes lirc
- Fix lirc-disable-kernel-rc requirement
- 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
 
- fix bashism in lirc-codecs-regression-test.sh script
- add patches:
  * lirc-0.9.1a-fix-bashisms.patch
- 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.
- Update to version 0.9.1a
  + configuration file setup hotfix.
  + --output option hotfix.
- Changes from version 0.9.1
  + Added systemd support: unit files, socket activation.
  + Default config files are installed in /etc, use --install-etc 
    to disable.
  + Building kernel modules is not supported.
  + New config file lirc_options.conf with cli options default values.
  + Automagically sets the lirc protocol for /dev/rc devices.
  + Whitespace cleanup and git hook to enforce whitespace handling.
  + Docs are built as part of normal build process.
  + Bugfixes
  + Autotools update and Darwin fixes.
  + docs: Added new Configuration Guide
- Specfile clean-up
  + Remove obsolete macros
  + Use %configure
- Use systemd instead of sysvinit
- Drop sysconfig support 
- Add  disable-kernel-rc subpackage; allow user to easily replace
  in-kernel solution with lirc
- Add patches from Fedora
  + 0001-Fix-segfault-when-starting-lircd-AUR-41581.patch
  + 0002-lircd-Fix-bad-default-for-lircdfile.patch
  + 0003-0.9.1a-Bugfix-segfault-when-parsing-connect-in-confi.patch
  + 0004-lircd-fix-compiler-error-format-security-error.patch
- Install remote configuration files in the correct location
- Do not ghost lirc configuration files anymore; there are now
  real and installed by lirc
- Build with -fno-strict-aliasing; alsa module would break with 
  new gcc
- use _rundir macro 
- fix build with automake-1.13.1
- install the udev rules in /usr/lib/udev for factory and above 
- move udev rules files from /etc to /lib
- update to version 0.9.0:
  * Remove mceusb, streamzap, it8x, ene0100 drivers, as they're
    now redundant with upstream kernel drivers
  * fix oops unplugging igorplugusb receiver while in use
  * more error-checking for NULL irctl in various lirc_dev paths
  * add support for Monueal Moncaso IR to mplay driver
  * add another PNP device ID to lirc_it87
  * drop references to static chardev major number 61, we use dynamic
  * resync lirc_dev with what was merged in the kernel
  * reformat code using indent to look more like Linux kernel code
  * drop explicit support for kernels older than 2.6.18
  * adapt to using lirc.h as merged in the upstream linux kernel
  * non-LONG_IR_CODE option dropped, its been the default for years
  * use portable type definitions all over the place
  * drop an old GLIBC work-around for printing 64-bit values
  * fix timing-specific repeat-after-release issue
- drop lirc-0.8.7-lirc_h.diff and lirc-0.8.7-lirc_h_2.diff: fixed
  upstream
- clean spec file with spec-cleaner
- build with Igor Cesko receiver and transmitter diode support
- add libtool as buildrequire to avoid implicit dependency
- fix lircd not working with in-kernel drivers (bnc#668427)
- fix the LIRCD_LISTENPORT setting (bnc#661841)
- update to version 0.8.7
  * updated mceusb support to properly initialize 3rd-gen hardware
  * updated imon driver that doesn't corrupt their displays
  * hack to make not-in-lirc zilog driver function with larger values
- update to 0.8.7pre3 release
  * improved usb-uirt support for FreeBSD (John Wehle)
  * spurious locking complaint fixes for FreeBSD (John Wehle)
  * added support for new Command IR III hardware (Matthew Bodkin)
  * updated mceusb support to properly initialize 3rd-gen hardware
  * updated imon driver that doesn't corrupt their displays
  * hack to make not-in-lirc zilog driver function with larger values
  * added support for Aureal ATWF@83-W001 ESKY.CC remote (Romain Henriet)
  * added transmit support to driver for ENE CIR port
    (only few devices support that)
  * made generation of automatic release events in lircd more robust
  * added tira_raw driver for the Ira/Tira receivers that supports
    receiving in timing mode, the tira driver now supports transmit
    (Arnold Pakolitz)
  * added support for DFC USB InfraRed Remote Control (Davio Franke)
  * added support for simple transmitter circuit connected to
    soundcard (Bob van Loosen)
  * added support for Philips SRM 7500 RF remote (Henning Glawe)
- update to 0.8.7pre1 release
  * just minor bugfixes compared to previous cvs snapshot
- update to current CVS to fix build with newer kernels
- don't package files in /var/run
- fix package descriptions
- use correct location of devinput config (bnc#570665)
- use /dev/lirc0 as fallback (bnc#552455)
- rework init script
- add baselibs.conf as a source
- new version 0.8.6
  * added support for ENE KB3926 revision B/C/D (ENE0100) CIR port
    (found on some notebooks, e.g: Acer Aspire 5720G, HP Pavilion dv5)
    (Maxim Levitsky)
  * merged 1st-gen mceusb device support into lirc_mceusb2,
    renamed lirc_mceusb2 to lirc_mceusb
  * added support for putting iMON receviers into MCE/RC6 mode
  * added input subsystem mouse device support to iMON driver
  * improved iMON driver to handle dual-interface iMON devices
    via a single lirc device, reducing configuration complexity
  * added support for more iMON devices, including proper support
    for touchscreen iMON devices (Rene Harder)
  * improved iMON driver including touchscreen support
  * Linux input support added to lircmd
  * added support for IT8720 CIR port
  * moved default lircd, lircmd and lircrcd config file locations to
    /etc/lirc/lircd.conf, /etc/lirc/lircmd.conf and /etc/lirc/lircrc
  * moved lircd socket from /dev/lircd to /var/run/lirc/lircd
  * moved default pid file location from /var/run/lircd.pid to
    /var/run/lirc/lircd.pid
  * added support for XMP protocol
- remove Provides: lirc-devel from main package (bnc#539230)
- split package to lirc, lirc-remotes, lirc-devel and liblirc_client0
- new versio 0.8.5
  * added support for Winbond 8769L CIR port (e.g. found on Acer
    Aspire 6530G) (Juan J. Garcia de Soria)
  * added support for FTDI FT232-based IR Receiver
  * Linux input event generation using uinput
  * standardised namespace following Linux input conventions
  * added support for Awox RF/IR Remote (Arif)
  * added support for new iMon LCD devices
  * added support for Antec-branded iMon LCD and VFD devices
- obsolete old -XXbit packages (bnc#437293)
- don't BuildRequire i2c-tools on s390 as it doesn't exist there
- new version 0.8.4
  * added support for ITE8709 CIR port (Gregory Lardiere)
  * added pronto2lirc converter (Olavi Akerman)
  * support for include directive in lircd.conf
- set Required-Stop in init script
- fix build of hw_i2cuser on 11.0+ (bnc#387587)
- fix build
- BuildRequire linux-kernel-headers and libusb-devel to enable
  additional userspace drivers
- new version 0.8.3
  * added support for Samsung USB IR Receiver (Robert Schedel)
  * added support for Soundgraph iMON IR/LCD (Dean Harding)
  * added support for IRLink receiver (Maxim Muratov)
  * added support for VLSystem MPlay Blast (Benoit Laurent)
  * implemented SIMULATE command in irsend to simulate IR events
  * added user-space I2C driver (Adam Sampson)
  * added support for Hauppauge HVR-1300 (Jan Frey)
  * dropped support for 2.4 kernels
- added baselibs.conf file to build xxbit packages
  for multilib support
- add missing insserv_prereq
- add missing calls to restart_on_update and stop_on_removal macros 
- upgrade to 0.8.2 final, just minor changes
- require $remote_fs in init script (#285548)
- update to 0.8.2pre3:
  * added support for TechnoTrend USB IR receiver (Stefan Macher)
  * automatic release event generation in lircd
  * added support for Apple Mac mini USB IR Receiver (Stephen Williams)
  * added support for ADSTech USBX-707 USB IR Blaster (Jelle Foks)
  * periodically try to reopen lirc device if reading fails (probably
    because USB device has been removed)
  * added support for Creative USB IR Receiver (SB0540) (Benjamin Drung)
  * lirc_mceusb2 supports setting carrier frequency
  * added support for Asus DH remote (Brice DUBOST, Bernhard
    Frauendienst)
  * fixed show-stopper bug in RC-6 transmit code
  * added support for Kanam Accent (Niccolo Rigacci)
  * added support for SoundGraph iMON 2.4G DT & LT (Morten Bogeskov)
- don't install useless contrib stuff 
- add proper ldconfig and insserv calls
- make initscript to automatically install
  linux-input-layer-lircd.conf if lircd.conf doesn't exist and
  /dev/input/ir is used as device
- add  /etc/lircd.conf as %ghost
- don't package /var/run/lirc/lircd
- don't package all remotes to save space
- Add config for imon2 driver with missing keys and pad2key 
  addidtion from M. Brakemeier
- use optflags
- new version 0.8.1
  * added support for USB-UIRT
  * added transmitter support for new version of Windows Media
    Center transceiver
  * added support for Iguanaworks USB IR Transceiver
- fix excessive logging in devinput driver, use syslog (#218286)
- fix docu permissions 
- SYSFS{../name} is deprecated, use ATTRS{name} instead
- fix build with 2.6.18 (from cvs) 
- remove CFT2000 config file as it contains a strange proprietary
  notice (#148744)
- update to version 0.8.0
  * included kernel modules build with minor modifications (#147601)
- converted neededforbuild to BuildRequires
- added (empty) rest of LSB init script header 
- use different way for matching *IR* in 51-lirc.rules to get rid of
  udev.get_input_lirc.sh
- move lirc related udev stuff into lirc package (#114656)
- improve checks for device presence in init script to avoid
  starting an unconfigured lircd that just silently quits later.
  (#106055)
- remove dependencies from initscript to allow vdr to start earlier
- update input layer config file (#113852)
- don't fail if evdev is not available as module (#104558)
- fix quoting bug in init script (#102540).
- fix init script (#86271).
- updfate to version 0.7.1
- check if /dev/lircd is already a symlink before creating it (#71063)
- don't unload module when stopping lirc (#71063)
- add compatibility symlink (bug #67039).
- update to 0.7.0 final.
- move lircd sockets from /dev to /var/run/lirc (bug #44254).
- update to cvs [2004-08-20]
- add README.SUSE file (by lnussel)
- remove some files non-text files from documentation (bug #36349).
- fix lirc start script.
- update to cvs [2004-03-08]
- dropped global config file patch (merged into cvs).
- update to cvs [2004-03-05]
- init script fixes.
- update to cvs [2004-03-01]
- added input-layer-lircd.conf
- added global config file patch (by msvec@suse.cz).
- drop km_lirc.
- updated to cvs snapshot again [2004-01-16].
- updated to 0.7.0 cvs snapshot.
- Respect INSTALL_MOD_PATH.
- added ServiceRestart to sysconfig.lirc (#28893).
- fix i2c kernel module build failure.
- Add missing directory to filelist
- added metadata to sysconfig template [bugzilla #25077]
- added init script for lircd [bugzilla #24787]
- Fix invalid use of floating point in kernel.
- fixed module install failure (bug #24512).
- splitted up the patch.
- minor specfile tweaks.
- update -> 0.6.6 (rc tool for sending IR commands, bugfix for
  Winfast TV2000 card, SIR support for Actisys Act200L dongle,
  support for hardware connected to soundcard input, added support
  for Tekram M230 Mach64)
- added fix for drivers using std serial device by werner@suse.de
- touch all files to same date to avoid automake rerun
- Fix to build with 2.4.19-pre7.
- removed many unnecessary files from km_lirc (fixes bug #13733)
- update -> 0.6.5 (support for additional IR reveivers, bugfixes)
- added remotes tarball from lirc.org containing configs for a few
  hundred remote controls
- new version 0.6.4 (bugfix release)
- cleaned up spec file, now uses buildroot
- added example config files for remotes to %doc
- re-enabled parallel port driver
- changed --with-driver=none to =any to make lircd actually use
  remote hardware instead of switching into network only mode
  (fixes Bug #9655)
- Fix missing declarations.
- building lirc_dev module in Makefile.module (reqd. by lirc_i2c)
- fixed Makefile.module, configure call for building with
  "--with-driver=none"
- disabled parport module (no go with 2.4.3)
- kernel sources not needed any more
- building lirc_i2c module in Makefile.module
- update -> 0.6.3 final
- added suse_update_config before configure (fixes IA64)
- disabled useless building of drivers
- fixed building of shared libs
- added -I/usr/src/linux/include to kernel module Makefiles
- added lx_suse to neededforbuild
- update -> 0.6.3pre3 (needed for kernels 2.2.18 and 2.4.0)
- fixed oldconfig 
- Use default values for make oldconfig 
- fixed location of config file (/usr/etc -> /etc)
- fixed Makefile.module
- initial package
Stefan Seyfried's avatar Stefan Seyfried (seife) committed (revision 106)
rebase
Stefan Seyfried's avatar Stefan Seyfried (seife) accepted request 923297 from Johannes Segitz's avatar Johannes Segitz (jsegitz) (revision 105)
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
Stefan Seyfried's avatar Stefan Seyfried (seife) accepted request 923209 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 104)
- Revert "Require typelib packages": better to have rpm auto-detect
  them.
- Add gobject-introspection BuildRequires to have the typelib dep
  scanner on board.
Stefan Seyfried's avatar Stefan Seyfried (seife) accepted request 910628 from Stanislav Brabec's avatar Stanislav Brabec (sbrabec) (revision 103)
- Require typelib packages, otherwise lirc-setup fails to start.
buildservice-autocommit accepted request 877893 from Stefan Seyfried's avatar Stefan Seyfried (seife) (revision 102)
auto commit by copy to link target
Stefan Seyfried's avatar Stefan Seyfried (seife) accepted request 877891 from Stefan Seyfried's avatar Stefan Seyfried (seife) (revision 101)
switch away from the libusb-compat (0.1) to the maintained libusb 1.0
Stefan Seyfried's avatar Stefan Seyfried (seife) accepted request 858769 from Dirk Weber's avatar Dirk Weber (suse_weber) (revision 100)
(1/1) Installing: lirc-core-0.10.1-3.7.x86_64              [done]
Displaying revisions 1 - 20 of 119
openSUSE Build Service is sponsored by