Accepting request 264288 from vdr
1 OBS-URL: https://build.opensuse.org/request/show/264288 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lirc?expand=0&rev=56
This commit is contained in:
commit
750e9f03f4
12
lirc-0.9.1a-fix-bashisms.patch
Normal file
12
lirc-0.9.1a-fix-bashisms.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Ndur lirc-0.9.1a/contrib/lirc-codecs-regression-test.sh lirc-0.9.1a-fix-bashisms/contrib/lirc-codecs-regression-test.sh
|
||||
--- lirc-0.9.1a/contrib/lirc-codecs-regression-test.sh 2014-08-06 23:22:28.000000000 +0300
|
||||
+++ lirc-0.9.1a-fix-bashisms/contrib/lirc-codecs-regression-test.sh 2014-11-29 01:05:51.156914190 +0200
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
REMOTES=remotes
|
||||
|
||||
-find -L $REMOTES -type f -print0|xargs -0 -n 1 echo|while read;
|
||||
+find -L $REMOTES -type f -print0|xargs -0 -n 1 echo|while read REPLY;
|
||||
do
|
||||
# Skip invalid configs with 'one 0 0', see
|
||||
# http://sourceforge.net/p/lirc/mailman/message/32297923
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 28 23:08:00 UTC 2014 - Led <ledest@gmail.com>
|
||||
|
||||
- fix bashism in lirc-codecs-regression-test.sh script
|
||||
- add patches:
|
||||
* lirc-0.9.1a-fix-bashisms.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 19 00:08:12 UTC 2014 - crrodriguez@opensuse.org
|
||||
|
||||
|
@ -42,6 +42,7 @@ Patch1: 0002-lircd-Fix-bad-default-for-lircdfile.patch
|
||||
Patch2: 0003-0.9.1a-Bugfix-segfault-when-parsing-connect-in-confi.patch
|
||||
# PATCH-FEATURE-UPSTREAM 0004-lircd-fix-compiler-error-format-security-error.patch --fix compiler error=format-security error
|
||||
Patch3: 0004-lircd-fix-compiler-error-format-security-error.patch
|
||||
Patch4: lirc-0.9.1a-fix-bashisms.patch
|
||||
# PATCH-FEATURE-UPSTREAM -- lirc config for iMON-PAD remote
|
||||
Patch90: imon2_conf.patch
|
||||
BuildRequires: fdupes
|
||||
@ -131,6 +132,7 @@ Udev rule which disables the kernel built-in handling of infrared devices
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch90 -p1
|
||||
cp %{SOURCE8} .
|
||||
%if %{defined _rundir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user