Hello community,

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

Package is "brltty"

Changes:
--------
--- /work/SRC/openSUSE:Factory/brltty/brltty.changes    2014-10-29 
21:09:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.brltty.new/brltty.changes       2014-12-16 
14:50:42.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Nov 16 19:06:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in brltty-install script
+- add patches:
+  * brltty-5.1-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  brltty-5.1-fix-bashisms.patch

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

Other differences:
------------------
++++++ brltty.spec ++++++
--- /var/tmp/diff_new_pack.Y888iI/_old  2014-12-16 14:50:44.000000000 +0100
+++ /var/tmp/diff_new_pack.Y888iI/_new  2014-12-16 14:50:44.000000000 +0100
@@ -34,6 +34,7 @@
 Source0:        http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM brltty-python-prefix.patch vu...@opensuse.org -- 
Correctly install the python bindings
 Patch1:         brltty-python-prefix.patch
+Patch2:         brltty-5.1-fix-bashisms.patch
 Patch3:         brltty-5.0-speechd.diff
 
 BuildRequires:  bison
@@ -282,6 +283,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 %patch3 -p1
 sed -i "/#!.*/d" Tables/latex-access.ctb # Fix non-executable script warning
 # Fix "wrong-file-end-of-line-encoding" rpmlint warning

++++++ brltty-5.1-fix-bashisms.patch ++++++
diff -Ndur brltty-5.1/Programs/brltty-install 
brltty-5.1-fix-bashisms/Programs/brltty-install
--- brltty-5.1/Programs/brltty-install  2014-03-25 22:15:08.000000000 +0200
+++ brltty-5.1-fix-bashisms/Programs/brltty-install     2014-11-16 
21:14:27.689763981 +0200
@@ -40,7 +40,7 @@
 }
 makeDirectory()
 {
-   if [ ! -a "${1}" ]
+   if [ ! -e "${1}" ]
    then
       echo "Creating ${2} directory: ${1}"
       execute mkdir -p -- "${1}"
@@ -61,7 +61,7 @@
       then
          echo "Installing ${3}: ${2}/${f}"
          execute cp -p -- "${1}/${f}" "${2}"
-      elif [ -a "${1}/${f}" ]
+      elif [ -e "${1}/${f}" ]
       then
          programMessage "not a file: ${1}/${f}"
       else
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to