From e850610a4e3355827031a8bceb26e9a8470313c52a4dcf69677b0049bbdb2313 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 25 May 2010 16:40:53 +0000 Subject: [PATCH 1/6] Accepting request 40637 from vdr checked in (request 40637) OBS-URL: https://build.opensuse.org/request/show/40637 OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=20 --- 0001-add-missing-format-args.diff | 26 ++++++++++++++++++++++++++ lirc-0.8.7_0CVS201005120922.tar.bz2 | 3 +++ lirc-0.8.7pre1.tar.bz2 | 3 --- lirc-kernel.changes | 6 ------ lirc-kernel.spec | 4 +++- lirc.changes | 6 ------ lirc.spec | 2 +- 7 files changed, 33 insertions(+), 17 deletions(-) create mode 100644 0001-add-missing-format-args.diff create mode 100644 lirc-0.8.7_0CVS201005120922.tar.bz2 delete mode 100644 lirc-0.8.7pre1.tar.bz2 diff --git a/0001-add-missing-format-args.diff b/0001-add-missing-format-args.diff new file mode 100644 index 0000000..952d25a --- /dev/null +++ b/0001-add-missing-format-args.diff @@ -0,0 +1,26 @@ +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_0CVS201005120922.tar.bz2 b/lirc-0.8.7_0CVS201005120922.tar.bz2 new file mode 100644 index 0000000..0cbbc80 --- /dev/null +++ b/lirc-0.8.7_0CVS201005120922.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28f39906be5ba2175b15a3b010297730552b82b0c0c5015f68dc2117a3ff884 +size 489965 diff --git a/lirc-0.8.7pre1.tar.bz2 b/lirc-0.8.7pre1.tar.bz2 deleted file mode 100644 index f3f15d5..0000000 --- a/lirc-0.8.7pre1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fd79d83e1de6d64dea809a5877738609c124ee68a639f3165bdd246b3ffb4be -size 792651 diff --git a/lirc-kernel.changes b/lirc-kernel.changes index 97ad2d3..b1b7957 100644 --- a/lirc-kernel.changes +++ b/lirc-kernel.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -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 3fa5b14..068b716 100644 --- a/lirc-kernel.spec +++ b/lirc-kernel.spec @@ -18,7 +18,7 @@ # norootforbuild # icecream 0 -%define snapshot 0.8.7pre1 +%define snapshot 0.8.7_0CVS201005120922 Name: lirc-kernel BuildRequires: kernel-source kernel-syms module-init-tools @@ -30,6 +30,7 @@ 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 @@ -53,6 +54,7 @@ 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 d908cb8..626b7fc 100644 --- a/lirc.changes +++ b/lirc.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -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 104a782..b9a94e4 100644 --- a/lirc.spec +++ b/lirc.spec @@ -17,7 +17,7 @@ # norootforbuild -%define snapshot 0.8.7pre1 +%define snapshot 0.8.7_0CVS201005120922 Name: lirc BuildRequires: alsa-devel xorg-x11-devel From c627c099fff52cc96ba7a20b026f5a5e07ab8bb5b7d598a3314f0c54d042e397 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Mon, 6 Sep 2010 08:42:52 +0000 Subject: [PATCH 2/6] - 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 --- 0001-add-missing-format-args.diff | 26 -------------------------- lirc-0.8.7-pre3.tar.bz2 | 3 +++ lirc-0.8.7_0CVS201005120922.tar.bz2 | 3 --- lirc-kernel.changes | 28 ++++++++++++++++++++++++++++ lirc-kernel.spec | 11 +++++++---- lirc.changes | 28 ++++++++++++++++++++++++++++ lirc.spec | 9 +++++++-- 7 files changed, 73 insertions(+), 35 deletions(-) delete mode 100644 0001-add-missing-format-args.diff create mode 100644 lirc-0.8.7-pre3.tar.bz2 delete mode 100644 lirc-0.8.7_0CVS201005120922.tar.bz2 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 From b854bc02178d267f68e2340eadbccc3dcbca13fd3dc936d42ebb3682d54bc653 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 7 Sep 2010 08:03:35 +0000 Subject: [PATCH 3/6] use fedora style pre release versioning OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=22 --- lirc-kernel.spec | 15 +++++---------- lirc.spec | 15 +++++---------- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/lirc-kernel.spec b/lirc-kernel.spec index 0b5ceab..7985cd2 100644 --- a/lirc-kernel.spec +++ b/lirc-kernel.spec @@ -18,21 +18,16 @@ # norootforbuild # icecream 0 -%define snapshot 0.8.7-pre3 -%if 0%{?snapshot:1} -%define snapshot_rpmver %{lua: \ -v=string.gsub(rpm.expand("%snapshot"), "-", "") \ -print (v) } -%endif +%define snapshot pre3 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_rpmver} -Release: 1 -Source0: lirc-%{?snapshot}%{!?snapshot:%version}.tar.bz2 +Version: 0.8.7 +Release: %{?snapshot:0.}.%{?snapshot:.%snapshot} +Source0: http://downloads.sourceforge.net/project/lirc/LIRC/%version/lirc-%version%{?snapshot:-%snapshot}.tar.bz2 Source1: Makefile.module Source2: Makefile.modsub BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -57,7 +52,7 @@ receivers for the serial port. %prep -%setup -q -n lirc-%{?snapshot}%{!?snapshot:%version} +%setup -q -n lirc-%{version}%{?snapshot:-%snapshot} autoreconf -f -i PYTHON=/usr/bin/python \ ./configure --with-driver=all diff --git a/lirc.spec b/lirc.spec index 392c248..feda05f 100644 --- a/lirc.spec +++ b/lirc.spec @@ -17,12 +17,7 @@ # norootforbuild -%define snapshot 0.8.7-pre3 -%if 0%{?snapshot:1} -%define snapshot_rpmver %{lua: \ -v=string.gsub(rpm.expand("%snapshot"), "-", "") \ -print (v) } -%endif +%define snapshot pre3 Name: lirc BuildRequires: alsa-devel xorg-x11-devel @@ -57,11 +52,11 @@ AutoReqProv: on Obsoletes: lirc-64bit %endif # -Version: 0.8.6%{?snapshot:_%snapshot_rpmver} -Release: 1 +Version: 0.8.7 +Release: %{?snapshot:0.}.%{?snapshot:.%snapshot} PreReq: %fillup_prereq %insserv_prereq Summary: Tools for Infrared Receivers -Source0: http://downloads.sourceforge.net/project/lirc/LIRC/%version/lirc-%{?snapshot}%{!?snapshot:%version}.tar.bz2 +Source0: http://downloads.sourceforge.net/project/lirc/LIRC/%version/lirc-%version%{?snapshot:-%snapshot}.tar.bz2 Source1: baselibs.conf Source4: rc.lirc Source5: sysconfig.lirc @@ -129,7 +124,7 @@ the 'lirc' package has to be configured and started. %prep -%setup -q -n %{name}-%{?snapshot}%{!?snapshot:%version} +%setup -q -n %{name}-%{version}%{?snapshot:-%snapshot} #%patch0 -p1 -b .hw %patch2 -p1 cp %{SOURCE8} . From bf2ecfee87bf984a14abc21e351277c81a48a4aa97925753ff4377bf962f9498 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Tue, 7 Sep 2010 08:07:54 +0000 Subject: [PATCH 4/6] - 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 OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=23 --- lirc-0.8.7-pre3.tar.bz2 | 3 --- lirc-0.8.7.tar.bz2 | 3 +++ lirc-kernel.changes | 8 ++++++++ lirc-kernel.spec | 2 +- lirc.changes | 8 ++++++++ lirc.spec | 2 +- 6 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 lirc-0.8.7-pre3.tar.bz2 create mode 100644 lirc-0.8.7.tar.bz2 diff --git a/lirc-0.8.7-pre3.tar.bz2 b/lirc-0.8.7-pre3.tar.bz2 deleted file mode 100644 index 7d0db25..0000000 --- a/lirc-0.8.7-pre3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f370aa54b9eb0cf67e2c310b7ab44bde5f81139d011f01ec7f8f5cd4ba5ea43c -size 832068 diff --git a/lirc-0.8.7.tar.bz2 b/lirc-0.8.7.tar.bz2 new file mode 100644 index 0000000..1d90a3d --- /dev/null +++ b/lirc-0.8.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e431454f266c4ddc209c3cc84fc506cac6092eb5124b4f3dcc215c8584ea7a39 +size 832187 diff --git a/lirc-kernel.changes b/lirc-kernel.changes index 834a519..79e4d77 100644 --- a/lirc-kernel.changes +++ b/lirc-kernel.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 7 08:07:12 UTC 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 6 08:15:44 UTC 2010 - lnussel@suse.de diff --git a/lirc-kernel.spec b/lirc-kernel.spec index 7985cd2..d6c0305 100644 --- a/lirc-kernel.spec +++ b/lirc-kernel.spec @@ -18,7 +18,7 @@ # norootforbuild # icecream 0 -%define snapshot pre3 +#define snapshot pre3 Name: lirc-kernel BuildRequires: kernel-source kernel-syms module-init-tools diff --git a/lirc.changes b/lirc.changes index cae7cdd..d7b8352 100644 --- a/lirc.changes +++ b/lirc.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Sep 7 08:07:12 UTC 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 6 08:15:44 UTC 2010 - lnussel@suse.de diff --git a/lirc.spec b/lirc.spec index feda05f..8c3e868 100644 --- a/lirc.spec +++ b/lirc.spec @@ -17,7 +17,7 @@ # norootforbuild -%define snapshot pre3 +#define snapshot pre3 Name: lirc BuildRequires: alsa-devel xorg-x11-devel From c55c455be386a7927796522d50a8e27ada0251456b0a59cab6d48f9e27e36add Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 9 Sep 2010 14:09:04 +0000 Subject: [PATCH 5/6] Accepting request 47345 from vdr checked in (request 47345) OBS-URL: https://build.opensuse.org/request/show/47345 OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=24 --- lirc-0.8.7.tar.bz2 | 3 --- lirc-0.8.7pre1.tar.bz2 | 3 +++ lirc-kernel.changes | 30 ------------------------------ lirc-kernel.spec | 10 +++++----- lirc.changes | 30 ------------------------------ lirc.spec | 10 +++++----- 6 files changed, 13 insertions(+), 73 deletions(-) delete mode 100644 lirc-0.8.7.tar.bz2 create mode 100644 lirc-0.8.7pre1.tar.bz2 diff --git a/lirc-0.8.7.tar.bz2 b/lirc-0.8.7.tar.bz2 deleted file mode 100644 index 1d90a3d..0000000 --- a/lirc-0.8.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e431454f266c4ddc209c3cc84fc506cac6092eb5124b4f3dcc215c8584ea7a39 -size 832187 diff --git a/lirc-0.8.7pre1.tar.bz2 b/lirc-0.8.7pre1.tar.bz2 new file mode 100644 index 0000000..f3f15d5 --- /dev/null +++ b/lirc-0.8.7pre1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd79d83e1de6d64dea809a5877738609c124ee68a639f3165bdd246b3ffb4be +size 792651 diff --git a/lirc-kernel.changes b/lirc-kernel.changes index 79e4d77..97ad2d3 100644 --- a/lirc-kernel.changes +++ b/lirc-kernel.changes @@ -1,33 +1,3 @@ -------------------------------------------------------------------- -Tue Sep 7 08:07:12 UTC 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 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 diff --git a/lirc-kernel.spec b/lirc-kernel.spec index d6c0305..3fa5b14 100644 --- a/lirc-kernel.spec +++ b/lirc-kernel.spec @@ -18,16 +18,16 @@ # norootforbuild # icecream 0 -#define snapshot pre3 +%define snapshot 0.8.7pre1 Name: lirc-kernel BuildRequires: kernel-source kernel-syms module-init-tools License: GPLv2+ Group: System/Kernel Summary: LIRC kernel modules -Version: 0.8.7 -Release: %{?snapshot:0.}.%{?snapshot:.%snapshot} -Source0: http://downloads.sourceforge.net/project/lirc/LIRC/%version/lirc-%version%{?snapshot:-%snapshot}.tar.bz2 +Version: 0.8.6%{?snapshot:_%snapshot} +Release: 1 +Source0: lirc-%{?snapshot}%{!?snapshot:%version}.tar.bz2 Source1: Makefile.module Source2: Makefile.modsub BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -52,7 +52,7 @@ receivers for the serial port. %prep -%setup -q -n lirc-%{version}%{?snapshot:-%snapshot} +%setup -q -n lirc-%{?snapshot}%{!?snapshot:%version} autoreconf -f -i PYTHON=/usr/bin/python \ ./configure --with-driver=all diff --git a/lirc.changes b/lirc.changes index d7b8352..d908cb8 100644 --- a/lirc.changes +++ b/lirc.changes @@ -1,33 +1,3 @@ -------------------------------------------------------------------- -Tue Sep 7 08:07:12 UTC 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 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 diff --git a/lirc.spec b/lirc.spec index 8c3e868..104a782 100644 --- a/lirc.spec +++ b/lirc.spec @@ -17,7 +17,7 @@ # norootforbuild -#define snapshot pre3 +%define snapshot 0.8.7pre1 Name: lirc BuildRequires: alsa-devel xorg-x11-devel @@ -52,11 +52,11 @@ AutoReqProv: on Obsoletes: lirc-64bit %endif # -Version: 0.8.7 -Release: %{?snapshot:0.}.%{?snapshot:.%snapshot} +Version: 0.8.6%{?snapshot:_%snapshot} +Release: 1 PreReq: %fillup_prereq %insserv_prereq Summary: Tools for Infrared Receivers -Source0: http://downloads.sourceforge.net/project/lirc/LIRC/%version/lirc-%version%{?snapshot:-%snapshot}.tar.bz2 +Source0: http://downloads.sourceforge.net/project/lirc/LIRC/%version/lirc-%{?snapshot}%{!?snapshot:%version}.tar.bz2 Source1: baselibs.conf Source4: rc.lirc Source5: sysconfig.lirc @@ -124,7 +124,7 @@ the 'lirc' package has to be configured and started. %prep -%setup -q -n %{name}-%{version}%{?snapshot:-%snapshot} +%setup -q -n %{name}-%{?snapshot}%{!?snapshot:%version} #%patch0 -p1 -b .hw %patch2 -p1 cp %{SOURCE8} . From 3a5dfaec9e93b0df071490e6a77a6588773176207f9d6083a8eae181305e34dc Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 9 Sep 2010 14:09:05 +0000 Subject: [PATCH 6/6] Updating link to change in openSUSE:Factory/lirc revision 37.0 OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=124546c89c90f8f8268b21edfe03fff4 --- lirc-0.8.7.tar.bz2 | 3 +++ lirc-0.8.7pre1.tar.bz2 | 3 --- lirc-kernel.changes | 30 ++++++++++++++++++++++++++++++ lirc-kernel.spec | 9 ++++----- lirc.changes | 30 ++++++++++++++++++++++++++++++ lirc.spec | 9 ++++----- 6 files changed, 71 insertions(+), 13 deletions(-) create mode 100644 lirc-0.8.7.tar.bz2 delete mode 100644 lirc-0.8.7pre1.tar.bz2 diff --git a/lirc-0.8.7.tar.bz2 b/lirc-0.8.7.tar.bz2 new file mode 100644 index 0000000..1d90a3d --- /dev/null +++ b/lirc-0.8.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e431454f266c4ddc209c3cc84fc506cac6092eb5124b4f3dcc215c8584ea7a39 +size 832187 diff --git a/lirc-0.8.7pre1.tar.bz2 b/lirc-0.8.7pre1.tar.bz2 deleted file mode 100644 index f3f15d5..0000000 --- a/lirc-0.8.7pre1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fd79d83e1de6d64dea809a5877738609c124ee68a639f3165bdd246b3ffb4be -size 792651 diff --git a/lirc-kernel.changes b/lirc-kernel.changes index 97ad2d3..79e4d77 100644 --- a/lirc-kernel.changes +++ b/lirc-kernel.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Sep 7 08:07:12 UTC 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 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 diff --git a/lirc-kernel.spec b/lirc-kernel.spec index 3fa5b14..fcfda40 100644 --- a/lirc-kernel.spec +++ b/lirc-kernel.spec @@ -1,5 +1,5 @@ # -# spec file for package lirc-kernel (Version 0.8.6MACRO) +# spec file for package lirc-kernel (Version 0.8.7) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,16 +18,15 @@ # norootforbuild # icecream 0 -%define snapshot 0.8.7pre1 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.7 Release: 1 -Source0: lirc-%{?snapshot}%{!?snapshot:%version}.tar.bz2 +Source0: http://downloads.sourceforge.net/project/lirc/LIRC/%version/lirc-%version%{?snapshot:-%snapshot}.tar.bz2 Source1: Makefile.module Source2: Makefile.modsub BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -52,7 +51,7 @@ receivers for the serial port. %prep -%setup -q -n lirc-%{?snapshot}%{!?snapshot:%version} +%setup -q -n lirc-%{version}%{?snapshot:-%snapshot} autoreconf -f -i PYTHON=/usr/bin/python \ ./configure --with-driver=all diff --git a/lirc.changes b/lirc.changes index d908cb8..d7b8352 100644 --- a/lirc.changes +++ b/lirc.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Sep 7 08:07:12 UTC 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 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 diff --git a/lirc.spec b/lirc.spec index 104a782..62d13a4 100644 --- a/lirc.spec +++ b/lirc.spec @@ -1,5 +1,5 @@ # -# spec file for package lirc (Version 0.8.6MACRO) +# spec file for package lirc (Version 0.8.7) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,7 +17,6 @@ # norootforbuild -%define snapshot 0.8.7pre1 Name: lirc BuildRequires: alsa-devel xorg-x11-devel @@ -52,11 +51,11 @@ AutoReqProv: on Obsoletes: lirc-64bit %endif # -Version: 0.8.6%{?snapshot:_%snapshot} +Version: 0.8.7 Release: 1 PreReq: %fillup_prereq %insserv_prereq Summary: Tools for Infrared Receivers -Source0: http://downloads.sourceforge.net/project/lirc/LIRC/%version/lirc-%{?snapshot}%{!?snapshot:%version}.tar.bz2 +Source0: http://downloads.sourceforge.net/project/lirc/LIRC/%version/lirc-%version%{?snapshot:-%snapshot}.tar.bz2 Source1: baselibs.conf Source4: rc.lirc Source5: sysconfig.lirc @@ -124,7 +123,7 @@ the 'lirc' package has to be configured and started. %prep -%setup -q -n %{name}-%{?snapshot}%{!?snapshot:%version} +%setup -q -n %{name}-%{version}%{?snapshot:-%snapshot} #%patch0 -p1 -b .hw %patch2 -p1 cp %{SOURCE8} .