parent
3462c826c9
commit
34cdc2ea64
@ -1,91 +1,25 @@
|
||||
From 7c8034be8a79dce219b60cce3afcf39f1b85d004 Mon Sep 17 00:00:00 2001
|
||||
From: Jarod Wilson <jarod@redhat.com>
|
||||
Date: Fri, 25 Mar 2011 18:27:31 -0400
|
||||
Subject: [PATCH] Start lirc 0.9.1-git
|
||||
From 08fc775629662fbdeae05b020e0c6ff9a5d45ccf Mon Sep 17 00:00:00 2001
|
||||
From: Alec Leamas <leamas@nowhere.net>
|
||||
Date: Tue, 15 Oct 2013 11:19:15 +0200
|
||||
Subject: [PATCH] patch18
|
||||
|
||||
Signed-off-by: Jarod Wilson <jarod@redhat.com>
|
||||
---
|
||||
ANNOUNCE | 4 ++--
|
||||
NEWS | 8 ++++++--
|
||||
configure.ac | 2 +-
|
||||
doc/html-source/index.html | 2 +-
|
||||
setup.sh | 2 +-
|
||||
5 files changed, 11 insertions(+), 7 deletions(-)
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/ANNOUNCE b/ANNOUNCE
|
||||
index 4db8756..da33538 100644
|
||||
--- a/ANNOUNCE
|
||||
+++ b/ANNOUNCE
|
||||
@@ -1,8 +1,8 @@
|
||||
-LIRC - Linux Infrared Remote Control, Version: 0.9.0-git
|
||||
+LIRC - Linux Infrared Remote Control, Version: 0.9.1-git
|
||||
|
||||
Copyright (C) 1996 Ralph Metzler <rjkm@thp.uni-koeln.de>
|
||||
Copyright (C) 1998-2010 Christoph Bartelmus <lirc@bartelmus.de>
|
||||
-Copyright (C) 2010 Jarod Wilson <jarod@redhat.com>
|
||||
+Copyright (C) 2010-2011 Jarod Wilson <jarod@redhat.com>
|
||||
(according to GNU General Public Licence 2.0 or later)
|
||||
|
||||
LIRC is a package that allows you to decode and send infra-red signals
|
||||
diff --git a/NEWS b/NEWS
|
||||
index 08d1abf..c097f0d 100644
|
||||
--- a/NEWS
|
||||
+++ b/NEWS
|
||||
@@ -1,4 +1,9 @@
|
||||
-0.9.0-git: UNDER DEVELOPMENT
|
||||
+0.9.1-git: UNDER DEVELOPMENT
|
||||
+ * TBD
|
||||
+
|
||||
+0.9.0: 03/25/11
|
||||
+ * Remove mceusb, streamzap, it8x, ene0100 drivers, as they're
|
||||
+ now redundant with upstream kernel drivers
|
||||
* fix oops unplugging igorplugusb receiver while in use (special
|
||||
thanks to Timo Boettcher for providing hardware)
|
||||
* more error-checking for NULL irctl in various lirc_dev paths
|
||||
@@ -13,7 +18,6 @@
|
||||
* use portable type definitions all over the place
|
||||
* drop an old GLIBC work-around for printing 64-bit values
|
||||
* fix timing-specific repeat-after-release issue (Christoph Bartelmus)
|
||||
- * renamed lirc_ite8709 to lirc_it85 and updated (Yan-Min Lin, ITE)
|
||||
|
||||
0.8.7: 09/06/10
|
||||
* improved usb-uirt support for FreeBSD (John Wehle)
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 485b8f3..4fedee1 100644
|
||||
index e47eff0..750264f 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -7,7 +7,7 @@ AC_INIT
|
||||
AC_CONFIG_SRCDIR([daemons/lircd.c])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
-AM_INIT_AUTOMAKE(lirc, 0.9.0-git)
|
||||
-AM_INIT_AUTOMAKE(lirc, 0.9.0)
|
||||
+AM_INIT_AUTOMAKE(lirc, 0.9.1-git)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
CFLAGS="${CFLAGS--O2 -g -Wall}"
|
||||
diff --git a/doc/html-source/index.html b/doc/html-source/index.html
|
||||
index 77bf381..0e44f83 100644
|
||||
--- a/doc/html-source/index.html
|
||||
+++ b/doc/html-source/index.html
|
||||
@@ -1,5 +1,5 @@
|
||||
<A NAME="welcome"></A><HR>
|
||||
- <H1 ALIGN="CENTER">Welcome to the LIRC 0.9.0-git Manual</H1>
|
||||
+ <H1 ALIGN="CENTER">Welcome to the LIRC 0.9.1-git Manual</H1>
|
||||
<HR WIDTH="70%">
|
||||
|
||||
<P>
|
||||
diff --git a/setup.sh b/setup.sh
|
||||
index 6220cda..9a3bdec 100755
|
||||
--- a/setup.sh
|
||||
+++ b/setup.sh
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
|
||||
-LIRC_VERSION="0.9.0-git"
|
||||
+LIRC_VERSION="0.9.1-git"
|
||||
|
||||
#############################################################################
|
||||
## Default Values
|
||||
--
|
||||
1.8.3.1
|
||||
|
||||
|
@ -0,0 +1,43 @@
|
||||
From 55870fd91d8e36927f6807931ecd1cfa49ce4ed1 Mon Sep 17 00:00:00 2001
|
||||
From: Alec Leamas <leamas.alec@gmail.com>
|
||||
Date: Fri, 18 Oct 2013 00:21:44 +0200
|
||||
Subject: [PATCH] lircs: use systemctl instead of sysV init.
|
||||
|
||||
---
|
||||
lirc-0.9.0/contrib/lircs | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/contrib/lircs b/contrib/lircs
|
||||
index 1db2f2a..47350f9 100755
|
||||
--- a/contrib/lircs
|
||||
+++ b/contrib/lircs
|
||||
@@ -24,7 +24,7 @@
|
||||
CONFIG_FILE=${HOME}/.lircrc
|
||||
|
||||
# any editor to edit LIRC config file
|
||||
-FILE_EDITOR=vim
|
||||
+FILE_EDITOR=${EDITOR:-vim}
|
||||
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ start_clients () {
|
||||
restart_lircd () {
|
||||
if [ "${USER}" = "root" ]; then
|
||||
# change this if your Linux system keeps the init scripts elsewhere
|
||||
- /sbin/init.d/lircd restart
|
||||
+ systemctl restart lircd.service
|
||||
else
|
||||
echo "`basename ${0}`: you must be 'root' to restart the LIRC daemon (lircd)."
|
||||
exit 1
|
||||
@@ -58,7 +58,7 @@ restart_lircd () {
|
||||
stop_lircd () {
|
||||
if [ "${USER}" = "root" ]; then
|
||||
# change this if your Linux system keeps the init scripts elsewhere
|
||||
- /sbin/init.d/lircd stop
|
||||
+ systemctl stop lircd.service
|
||||
else
|
||||
echo "`basename ${0}`: you must be 'root' to stop the LIRC daemon (lircd)."
|
||||
exit 1
|
||||
--
|
||||
1.8.3.1
|
||||
|
@ -1,26 +1,25 @@
|
||||
From 7635b1e321bf2f98468ae4f2233e28e3d78505cb Mon Sep 17 00:00:00 2001
|
||||
From f23dfe414e95def3c094a344f7b27eedd06b062e Mon Sep 17 00:00:00 2001
|
||||
From: Alec Leamas <leamas@nowhere.net>
|
||||
Date: Fri, 11 Oct 2013 05:50:12 +0200
|
||||
Subject: [PATCH] configure-ac: revert to git branch
|
||||
Date: Tue, 15 Oct 2013 11:07:25 +0200
|
||||
Subject: [PATCH] Reverting to 0.9.1-git (base for upstream patches)
|
||||
|
||||
rebasing for further changes to match upstream merge request.
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 5a9b31d..9efe2f9 100644
|
||||
index 052908b..51ee9a5 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -7,7 +7,7 @@ AC_INIT
|
||||
AC_CONFIG_SRCDIR([daemons/lircd.c])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
|
||||
-AM_INIT_AUTOMAKE(lirc, 0.9.0)
|
||||
+AM_INIT_AUTOMAKE(lirc, 0.9.1-git)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
||||
CFLAGS="${CFLAGS--O2 -g -Wall}"
|
||||
--
|
||||
--
|
||||
1.8.3.1
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
SUBSYSTEM=="rc", ATTR{protocols}="lirc"
|
Loading…
Reference in new issue