Hello community,

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

Package is "libmbim"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmbim/libmbim.changes  2014-11-18 
22:44:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmbim.new/libmbim.changes     2014-12-08 
16:55:59.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 27 01:00:00 UTC 2014 - Led <[email protected]>
+
+- Add libmbim-1.10.0-fix-bashisms.patch: fix bashisms in
+  mbim-network script.
+
+-------------------------------------------------------------------

New:
----
  libmbim-1.10.0-fix-bashisms.patch

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

Other differences:
------------------
++++++ libmbim.spec ++++++
--- /var/tmp/diff_new_pack.ft02Gr/_old  2014-12-08 16:56:00.000000000 +0100
+++ /var/tmp/diff_new_pack.ft02Gr/_new  2014-12-08 16:56:00.000000000 +0100
@@ -25,6 +25,8 @@
 Group:          Productivity/Networking/System
 Url:            http://www.freedesktop.org/wiki/Software/libmbim/
 Source:         
http://www.freedesktop.org/software/libmbim/libmbim-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM libmbim-1.10.0-fix-bashisms.patch [email protected]
+Patch1:         libmbim-1.10.0-fix-bashisms.patch
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gobject-2.0)
@@ -56,6 +58,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure \

++++++ libmbim-1.10.0-fix-bashisms.patch ++++++
diff -Ndur libmbim-1.10.0/utils/mbim-network.in 
libmbim-1.10.0-fix-bashisms/utils/mbim-network.in
--- libmbim-1.10.0/utils/mbim-network.in        2014-01-22 12:17:48.000000000 
+0200
+++ libmbim-1.10.0-fix-bashisms/utils/mbim-network.in   2014-11-27 
02:57:48.792248052 +0200
@@ -50,10 +50,10 @@
 }
 
 if [ $# -ne 2 ]; then
-    if [ $1 == "--help" ]; then
+    if [ "$1" = "--help" ]; then
         help
         exit 0
-    elif [ $1 == "--version" ]; then
+    elif [ "$1" = "--version" ]; then
         version
         exit 0
     fi
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to