Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

lirc-tools-gui-0.9.4c-2.34 RPM for s390x

From OpenSuSE Leap 15.3 for s390x

Name: lirc-tools-gui Distribution: SUSE Linux Enterprise 15
Version: 0.9.4c Vendor: SUSE LLC <https://www.suse.com/>
Release: 2.34 Build date: Sat May 26 10:25:30 2018
Group: Hardware/Other Build host: s390lp5
Size: 50823 Source RPM: lirc-0.9.4c-2.34.src.rpm
Packager: https://www.suse.com/
Url: http://www.lirc.org/
Summary: LIRC GUI tools
Some seldom used X11-based tools for debugging lirc configurations.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sat Mar 10 2018 dimstar@opensuse.org
  - 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.
* Tue Nov 08 2016 p.drouand@gmail.com
  - Move workarounds to %prep section
  - Add lirc-configure-libudev.patch (boo#1008764)
* Thu Nov 03 2016 p.drouand@gmail.com
  - Fix %pre script
* Wed Nov 02 2016 p.drouand@gmail.com
  - Add lirc-lib-curl_poll.h-Ensure-build-on-unconfiguredclients.patch
* Fri Oct 21 2016 p.drouand@gmail.com
  - 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
* Wed Jun 29 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 2016 p.drouand@gmail.com
  - 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
* Thu Mar 17 2016 pgajdos@suse.com
  - remove lirc.4 as this is part of man-pages from 4.05 on
* Sun Dec 06 2015 p.drouand@gmail.com
  - Ensure lirc build against libusb-1.0; replace libusb-devel with
    pkgconfig(libusb-1.0)
* Sun Oct 25 2015 mpluskal@suse.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 mpluskal@suse.com
  - Add missing dependency on libirman (boo#941883)
  - Update way tmpfiles.d are created
  - Use correct symlinks for services
* Mon Sep 07 2015 p.drouand@gmail.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 jengelh@inai.de
  - Do not hard depend on systemd - all macro uses support soft
* Fri Jul 31 2015 dimstar@opensuse.org
  - Ignore absence of systemd-tmpfiles, it won't be present in the
    build env.
* Mon Mar 23 2015 p.drouand@gmail.com
  - Fix a typo in obsolete tag
* Thu Mar 19 2015 p.drouand@gmail.com
  - lirc-core provides and obsoletes lirc
  - Fix lirc-disable-kernel-rc requirement
* Tue Feb 17 2015 p.drouand@gmail.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 <ledest@gmail.com>
  - fix bashism in lirc-codecs-regression-test.sh script
  - add patches:
    * lirc-0.9.1a-fix-bashisms.patch
* Sun Oct 19 2014 crrodriguez@opensuse.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.
* Sun Sep 21 2014 p.drouand@gmail.com
  - 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
* Thu May 08 2014 ro@suse.de
  - use _rundir macro
* Sat Mar 02 2013 seife+obs@b1-systems.com
  - fix build with automake-1.13.1
* Tue Nov 27 2012 alinm.elena@gmail.com
  - install the udev rules in /usr/lib/udev for factory and above
* Tue Feb 21 2012 lnussel@suse.de
  - move udev rules files from /etc to /lib
* Mon Feb 20 2012 fisiu@opensuse.org
  - 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
* Mon Feb 20 2012 fisiu@opensuse.org
  - build with Igor Cesko receiver and transmitter diode support
* Thu Nov 24 2011 coolo@suse.com
  - add libtool as buildrequire to avoid implicit dependency
* Wed Feb 09 2011 lnussel@suse.de
  - fix lircd not working with in-kernel drivers (bnc#668427)
* Mon Jan 10 2011 lnussel@suse.de
  - fix the LIRCD_LISTENPORT setting (bnc#661841)
* Tue Sep 07 2010 lnussel@suse.de
  - 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
* Mon Sep 06 2010 lnussel@suse.de
  - 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)
* Mon May 17 2010 lnussel@suse.de
  - update to 0.8.7pre1 release
    * just minor bugfixes compared to previous cvs snapshot
* Wed May 12 2010 lnussel@suse.de
  - update to current CVS to fix build with newer kernels
* Tue May 04 2010 lnussel@suse.de
  - don't package files in /var/run
  - fix package descriptions
* Fri Mar 12 2010 lnussel@suse.de
  - use correct location of devinput config (bnc#570665)
  - use /dev/lirc0 as fallback (bnc#552455)
  - rework init script
* Fri Dec 18 2009 jengelh@medozas.de
  - add baselibs.conf as a source
* Wed Sep 16 2009 lnussel@suse.de
  - 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
* Wed Sep 16 2009 lnussel@suse.de
  - remove Provides: lirc-devel from main package (bnc#539230)
* Mon May 25 2009 lnussel@suse.de
  - split package to lirc, lirc-remotes, lirc-devel and liblirc_client0
* Mon May 25 2009 lnussel@suse.de
  - 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

Files

/usr/bin/irxevent
/usr/bin/xmode2
/usr/share/man/man1/irxevent.1.gz
/usr/share/man/man1/xmode2.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 15:01:09 2024