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
This commit is contained in:
parent
7d0fecb86f
commit
4fcaa0f5a8
3
lirc-0.8.7.tar.bz2
Normal file
3
lirc-0.8.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e431454f266c4ddc209c3cc84fc506cac6092eb5124b4f3dcc215c8584ea7a39
|
||||
size 832187
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fd79d83e1de6d64dea809a5877738609c124ee68a639f3165bdd246b3ffb4be
|
||||
size 792651
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
30
lirc.changes
30
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
|
||||
|
||||
|
@ -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} .
|
||||
|
Loading…
x
Reference in New Issue
Block a user