- 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.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) OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=21
This commit is contained in:
parent
e850610a4e
commit
c627c099ff
@ -1,26 +0,0 @@
|
||||
From 1fc45f896bfc0384a5bddab41e38036d4f012811 Mon Sep 17 00:00:00 2001
|
||||
From: Ludwig Nussel <ludwig.nussel@suse.de>
|
||||
Date: Wed, 12 May 2010 11:12:01 +0200
|
||||
Subject: [PATCH] add missing format args
|
||||
|
||||
---
|
||||
drivers/lirc_dev/lirc_dev.c | 3 ++-
|
||||
1 files changed, 2 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/drivers/lirc_dev/lirc_dev.c b/drivers/lirc_dev/lirc_dev.c
|
||||
index 02db7f4..93e894e 100644
|
||||
--- a/drivers/lirc_dev/lirc_dev.c
|
||||
+++ b/drivers/lirc_dev/lirc_dev.c
|
||||
@@ -754,7 +754,8 @@ static int irctl_ioctl(struct inode *inode, struct file *file,
|
||||
case LIRC_SET_REC_MODE:
|
||||
case LIRC_SET_SEND_MODE:
|
||||
printk(KERN_NOTICE LOGHEAD "userspace uses outdated ioctl "
|
||||
- "please update your lirc installation\n");
|
||||
+ "please update your lirc installation\n",
|
||||
+ ir->d.name, ir->d.minor);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
--
|
||||
1.6.4.2
|
||||
|
3
lirc-0.8.7-pre3.tar.bz2
Normal file
3
lirc-0.8.7-pre3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f370aa54b9eb0cf67e2c310b7ab44bde5f81139d011f01ec7f8f5cd4ba5ea43c
|
||||
size 832068
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c28f39906be5ba2175b15a3b010297730552b82b0c0c5015f68dc2117a3ff884
|
||||
size 489965
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 08:15:44 UTC 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 14:06:23 UTC 2010 - lnussel@suse.de
|
||||
|
||||
- update to 0.8.7pre1 release
|
||||
* just minor bugfixes compared to previous cvs snapshot
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 12 09:22:57 UTC 2010 - lnussel@suse.de
|
||||
|
||||
|
@ -18,19 +18,23 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define snapshot 0.8.7_0CVS201005120922
|
||||
%define snapshot 0.8.7-pre3
|
||||
%if 0%{?snapshot:1}
|
||||
%define snapshot_rpmver %{lua: \
|
||||
v=string.gsub(rpm.expand("%snapshot"), "-", "") \
|
||||
print (v) }
|
||||
%endif
|
||||
|
||||
Name: lirc-kernel
|
||||
BuildRequires: kernel-source kernel-syms module-init-tools
|
||||
License: GPLv2+
|
||||
Group: System/Kernel
|
||||
Summary: LIRC kernel modules
|
||||
Version: 0.8.6%{?snapshot:_%snapshot}
|
||||
Version: 0.8.6%{?snapshot:_%snapshot_rpmver}
|
||||
Release: 1
|
||||
Source0: lirc-%{?snapshot}%{!?snapshot:%version}.tar.bz2
|
||||
Source1: Makefile.module
|
||||
Source2: Makefile.modsub
|
||||
Patch1: 0001-add-missing-format-args.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExcludeArch: s390 s390x
|
||||
%suse_kernel_module_package -n lirc kdump um debug
|
||||
@ -54,7 +58,6 @@ receivers for the serial port.
|
||||
|
||||
%prep
|
||||
%setup -q -n lirc-%{?snapshot}%{!?snapshot:%version}
|
||||
%patch1 -p1
|
||||
autoreconf -f -i
|
||||
PYTHON=/usr/bin/python \
|
||||
./configure --with-driver=all
|
||||
|
28
lirc.changes
28
lirc.changes
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 08:15:44 UTC 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 14:06:23 UTC 2010 - lnussel@suse.de
|
||||
|
||||
- update to 0.8.7pre1 release
|
||||
* just minor bugfixes compared to previous cvs snapshot
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 12 09:22:57 UTC 2010 - lnussel@suse.de
|
||||
|
||||
|
@ -17,7 +17,12 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define snapshot 0.8.7_0CVS201005120922
|
||||
%define snapshot 0.8.7-pre3
|
||||
%if 0%{?snapshot:1}
|
||||
%define snapshot_rpmver %{lua: \
|
||||
v=string.gsub(rpm.expand("%snapshot"), "-", "") \
|
||||
print (v) }
|
||||
%endif
|
||||
|
||||
Name: lirc
|
||||
BuildRequires: alsa-devel xorg-x11-devel
|
||||
@ -52,7 +57,7 @@ AutoReqProv: on
|
||||
Obsoletes: lirc-64bit
|
||||
%endif
|
||||
#
|
||||
Version: 0.8.6%{?snapshot:_%snapshot}
|
||||
Version: 0.8.6%{?snapshot:_%snapshot_rpmver}
|
||||
Release: 1
|
||||
PreReq: %fillup_prereq %insserv_prereq
|
||||
Summary: Tools for Infrared Receivers
|
||||
|
Loading…
x
Reference in New Issue
Block a user