OBS User unknown 2007-06-01 08:05:01 +00:00 committed by Git OBS Bridge
parent 17f0188278
commit 3180352552
8 changed files with 89 additions and 81 deletions

View File

@ -1,6 +1,6 @@
DIRS := $(wildcard $(src)/lirc_*)
DIRS := $(DIRS:$(src)/lirc_%=lirc_%/)
SKIP =
SKIP = lirc_gpio/
ARCH=$(shell uname -m)
ifneq ($(CONFIG_SMP),)

View File

@ -144,62 +144,6 @@
-include ../Makefile.common
\ No newline at end of file
+include ../Makefile.common
--- lirc-0.8.1/drivers/lirc_imon/Makefile.in 2007-01-07 13:45:12.000000000 +0100
+++ lirc-0.8.1/drivers/lirc_imon2/Makefile.in 2007-04-23 14:50:31.000000000 +0200
@@ -124,9 +124,9 @@
x_progs = @x_progs@
EXTRA_PROGRAMS = automake_dummy
-automake_dummy_SOURCES = lirc_imon.c
+automake_dummy_SOURCES = lirc_imon2.c
-module_DATA = lirc_imon.o
+module_DATA = lirc_imon2.o
KERNEL_LOCATION = @kerneldir@
@@ -142,12 +142,12 @@
CLEANFILES = $(module_DATA) .$(module_DATA).flags $(module_DATA:.o=.mod.c) $(module_DATA:.o=.@kernelext@) *~
-subdir = drivers/lirc_imon
+subdir = drivers/lirc_imon2
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
EXTRA_PROGRAMS = automake_dummy$(EXEEXT)
-am_automake_dummy_OBJECTS = lirc_imon.$(OBJEXT)
+am_automake_dummy_OBJECTS = lirc_imon2.$(OBJEXT)
automake_dummy_OBJECTS = $(am_automake_dummy_OBJECTS)
automake_dummy_LDADD = $(LDADD)
automake_dummy_DEPENDENCIES =
@@ -159,7 +159,7 @@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
depcomp = $(SHELL) $(top_srcdir)/depcomp
-@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/lirc_imon.Po
+@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/lirc_imon2.Po
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
@@ -189,7 +189,7 @@
-rm -f libtool
$(srcdir)/Makefile.in: Makefile.am $(srcdir)/../Makefile.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
cd $(top_srcdir) && \
- $(AUTOMAKE) --gnu drivers/lirc_imon/Makefile
+ $(AUTOMAKE) --gnu drivers/lirc_imon2/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && \
CONFIG_HEADERS= CONFIG_LINKS= \
@@ -204,7 +204,7 @@
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lirc_imon.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/lirc_imon2.Po@am__quote@
distclean-depend:
-rm -rf $(DEPDIR)
--- lirc-0.8.1/drivers/Makefile.am
+++ lirc-0.8.1/drivers/Makefile.am
@@ -15,6 +15,7 @@
@ -210,13 +154,3 @@
lirc_it87 \
lirc_mceusb \
lirc_mceusb2 \
--- lirc-0.8.1/drivers/Makefile.in
+++ lirc-0.8.1/drivers/Makefile.in
@@ -128,6 +128,7 @@
lirc_i2c \
lirc_igorplugusb \
lirc_imon \
+ lirc_imon2 \
lirc_it87 \
lirc_mceusb \
lirc_mceusb2 \

View File

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

3
lirc-0.8.2pre3.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Jun 1 09:47:17 CEST 2007 - lnussel@suse.de
- update to 0.8.2pre3:
* added support for TechnoTrend USB IR receiver (Stefan Macher)
* automatic release event generation in lircd
* added support for Apple Mac mini USB IR Receiver (Stephen Williams)
* added support for ADSTech USBX-707 USB IR Blaster (Jelle Foks)
* periodically try to reopen lirc device if reading fails (probably
because USB device has been removed)
* added support for Creative USB IR Receiver (SB0540) (Benjamin Drung)
* lirc_mceusb2 supports setting carrier frequency
* added support for Asus DH remote (Brice DUBOST, Bernhard
Frauendienst)
* fixed show-stopper bug in RC-6 transmit code
* added support for Kanam Accent (Niccolo Rigacci)
* added support for SoundGraph iMON 2.4G DT & LT (Morten Bogeskov)
--------------------------------------------------------------------
Fri Jun 1 09:29:45 CEST 2007 - lnussel@suse.de
- disable lirc_gpio as it doesn't build with 2.6.22
-------------------------------------------------------------------
Mon Apr 23 15:09:38 CEST 2007 - hvogel@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package lirc-kernel (Version 0.8.1)
# spec file for package lirc-kernel (Version 0.8.1_0.8.2pre3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,9 +16,9 @@ BuildRequires: kernel-source kernel-syms module-init-tools
License: GNU General Public License (GPL)
Group: System/Kernel
Summary: LIRC kernel modules
Version: 0.8.1
Release: 8
Source0: lirc-0.8.1.tar.bz2
Version: 0.8.1_0.8.2pre3
Release: 1
Source0: lirc-0.8.2pre3.tar.bz2
Source1: Makefile.module
Source2: Makefile.modsub
Patch: lirc-0.8.1-kernel_SLAB_ATOMIC.diff
@ -42,13 +42,14 @@ receivers for the serial port.
%prep
%setup -q -n lirc-%{version}
%setup -q -n lirc-0.8.2pre3
pushd drivers
cp -av lirc_imon lirc_imon2
mv lirc_imon2/lirc_imon.c lirc_imon2/lirc_imon2.c
popd
%patch -p1
#%patch -p1
%patch1 -p1
autoreconf -f -i
./configure --with-driver=all
cp -a drivers source
find source -name 'Makefile*'|xargs rm
@ -77,6 +78,23 @@ for flavor in %flavors_to_build; do
done
%changelog
* Fri Jun 01 2007 - lnussel@suse.de
- update to 0.8.2pre3:
* added support for TechnoTrend USB IR receiver (Stefan Macher)
* automatic release event generation in lircd
* added support for Apple Mac mini USB IR Receiver (Stephen Williams)
* added support for ADSTech USBX-707 USB IR Blaster (Jelle Foks)
* periodically try to reopen lirc device if reading fails (probably
because USB device has been removed)
* added support for Creative USB IR Receiver (SB0540) (Benjamin Drung)
* lirc_mceusb2 supports setting carrier frequency
* added support for Asus DH remote (Brice DUBOST, Bernhard
Frauendienst)
* fixed show-stopper bug in RC-6 transmit code
* added support for Kanam Accent (Niccolo Rigacci)
* added support for SoundGraph iMON 2.4G DT & LT (Morten Bogeskov)
* Fri Jun 01 2007 - lnussel@suse.de
- disable lirc_gpio as it doesn't build with 2.6.22
* Mon Apr 23 2007 - hvogel@suse.de
- Added imon2 driver that is a copy of imon with the pad2key
patch from M. Brakemeier

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jun 1 09:47:17 CEST 2007 - lnussel@suse.de
- update to 0.8.2pre3:
* added support for TechnoTrend USB IR receiver (Stefan Macher)
* automatic release event generation in lircd
* added support for Apple Mac mini USB IR Receiver (Stephen Williams)
* added support for ADSTech USBX-707 USB IR Blaster (Jelle Foks)
* periodically try to reopen lirc device if reading fails (probably
because USB device has been removed)
* added support for Creative USB IR Receiver (SB0540) (Benjamin Drung)
* lirc_mceusb2 supports setting carrier frequency
* added support for Asus DH remote (Brice DUBOST, Bernhard
Frauendienst)
* fixed show-stopper bug in RC-6 transmit code
* added support for Kanam Accent (Niccolo Rigacci)
* added support for SoundGraph iMON 2.4G DT & LT (Morten Bogeskov)
-------------------------------------------------------------------
Thu May 31 13:32:48 CEST 2007 - lnussel@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package lirc (Version 0.8.1)
# spec file for package lirc (Version 0.8.1_0.8.2pre3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -19,11 +19,11 @@ URL: http://www.lirc.org/
License: GNU General Public License (GPL)
Group: Hardware/Other
Autoreqprov: on
Version: 0.8.1
Release: 28
Version: 0.8.1_0.8.2pre3
Release: 1
PreReq: %fillup_prereq
Summary: Tools for Infrared Receivers
Source0: lirc-0.8.1.tar.bz2
Source0: lirc-0.8.2pre3.tar.bz2
Source4: rc.lirc
Source5: sysconfig.lirc
Source6: fix-remote-keys.pl
@ -47,7 +47,7 @@ control your computer with a remote control.
%prep
%setup -q
%setup -q -n lirc-0.8.2pre3
#%patch0 -p1 -b .hw
%patch1 -p1 -b .var
%patch2 -p1
@ -155,6 +155,21 @@ install -D -m 644 /dev/null %{buildroot}/etc/lircd.conf
rm -rf %{buildroot}
%changelog
* Fri Jun 01 2007 - lnussel@suse.de
- update to 0.8.2pre3:
* added support for TechnoTrend USB IR receiver (Stefan Macher)
* automatic release event generation in lircd
* added support for Apple Mac mini USB IR Receiver (Stephen Williams)
* added support for ADSTech USBX-707 USB IR Blaster (Jelle Foks)
* periodically try to reopen lirc device if reading fails (probably
because USB device has been removed)
* added support for Creative USB IR Receiver (SB0540) (Benjamin Drung)
* lirc_mceusb2 supports setting carrier frequency
* added support for Asus DH remote (Brice DUBOST, Bernhard
Frauendienst)
* fixed show-stopper bug in RC-6 transmit code
* added support for Kanam Accent (Niccolo Rigacci)
* added support for SoundGraph iMON 2.4G DT & LT (Morten Bogeskov)
* Thu May 31 2007 - lnussel@suse.de
- don't install useless contrib stuff
- add proper ldconfig and insserv calls