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
This commit is contained in:
OBS User autobuild 2010-09-09 14:09:04 +00:00 committed by Git OBS Bridge
parent a8d6078b12
commit 7d0fecb86f
6 changed files with 13 additions and 73 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e431454f266c4ddc209c3cc84fc506cac6092eb5124b4f3dcc215c8584ea7a39
size 832187

3
lirc-0.8.7pre1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fd79d83e1de6d64dea809a5877738609c124ee68a639f3165bdd246b3ffb4be
size 792651

View File

@ -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

View File

@ -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.}<CI_CNT>.<B_CNT>%{?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

View File

@ -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

View File

@ -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.}<CI_CNT>.<B_CNT>%{?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} .