Hello community,

here is the log from the commit of package lirc for openSUSE:Factory checked in 
at 2014-12-09 09:16:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lirc (Old)
 and      /work/SRC/openSUSE:Factory/.lirc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lirc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lirc/lirc.changes        2014-10-29 
21:09:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lirc.new/lirc.changes   2014-12-09 
09:16:30.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Nov 28 23:08:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashism in lirc-codecs-regression-test.sh script
+- add patches:
+  * lirc-0.9.1a-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  lirc-0.9.1a-fix-bashisms.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lirc.spec ++++++
--- /var/tmp/diff_new_pack.H5vh1e/_old  2014-12-09 09:16:32.000000000 +0100
+++ /var/tmp/diff_new_pack.H5vh1e/_new  2014-12-09 09:16:32.000000000 +0100
@@ -42,6 +42,7 @@
 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 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 %patch90 -p1
 cp %{SOURCE8} .
 %if %{defined _rundir}

++++++ lirc-0.9.1a-fix-bashisms.patch ++++++
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
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to