diff --git a/0001-add-missing-format-args.diff b/0001-add-missing-format-args.diff deleted file mode 100644 index 952d25a..0000000 --- a/0001-add-missing-format-args.diff +++ /dev/null @@ -1,26 +0,0 @@ -From 1fc45f896bfc0384a5bddab41e38036d4f012811 Mon Sep 17 00:00:00 2001 -From: Ludwig Nussel -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 - diff --git a/lirc-0.8.7-pre3.tar.bz2 b/lirc-0.8.7-pre3.tar.bz2 new file mode 100644 index 0000000..7d0db25 --- /dev/null +++ b/lirc-0.8.7-pre3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f370aa54b9eb0cf67e2c310b7ab44bde5f81139d011f01ec7f8f5cd4ba5ea43c +size 832068 diff --git a/lirc-0.8.7_0CVS201005120922.tar.bz2 b/lirc-0.8.7_0CVS201005120922.tar.bz2 deleted file mode 100644 index 0cbbc80..0000000 --- a/lirc-0.8.7_0CVS201005120922.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c28f39906be5ba2175b15a3b010297730552b82b0c0c5015f68dc2117a3ff884 -size 489965 diff --git a/lirc-kernel.changes b/lirc-kernel.changes index b1b7957..834a519 100644 --- a/lirc-kernel.changes +++ b/lirc-kernel.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 diff --git a/lirc-kernel.spec b/lirc-kernel.spec index 068b716..0b5ceab 100644 --- a/lirc-kernel.spec +++ b/lirc-kernel.spec @@ -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 diff --git a/lirc.changes b/lirc.changes index 626b7fc..cae7cdd 100644 --- a/lirc.changes +++ b/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 diff --git a/lirc.spec b/lirc.spec index b9a94e4..392c248 100644 --- a/lirc.spec +++ b/lirc.spec @@ -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