Hello community, here is the log from the commit of package libqmi for openSUSE:Factory checked in at 2014-11-29 08:39:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqmi (Old) and /work/SRC/openSUSE:Factory/.libqmi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqmi" Changes: -------- --- /work/SRC/openSUSE:Factory/libqmi/libqmi.changes 2014-10-14 13:24:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libqmi.new/libqmi.changes 2014-11-29 08:39:34.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Nov 27 01:11:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in qmi-network script +- add patches: + * libqmi-1.10.2-fix-bashisms.patch + +------------------------------------------------------------------- New: ---- libqmi-1.10.2-fix-bashisms.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqmi.spec ++++++ --- /var/tmp/diff_new_pack.zopa9k/_old 2014-11-29 08:39:35.000000000 +0100 +++ /var/tmp/diff_new_pack.zopa9k/_new 2014-11-29 08:39:35.000000000 +0100 @@ -28,6 +28,7 @@ Url: http://cgit.freedesktop.org/libqmi/ Source0: http://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz Source99: libqmi-rpmlintrc +Patch0: %{name}-1.10.2-fix-bashisms.patch BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(gobject-2.0) @@ -66,6 +67,7 @@ %prep %setup -q +%patch0 -p1 %build %configure \ ++++++ libqmi-1.10.2-fix-bashisms.patch ++++++ diff -Ndur libqmi-1.10.2/utils/qmi-network.in libqmi-1.10.2-fix-bashisms/utils/qmi-network.in --- libqmi-1.10.2/utils/qmi-network.in 2014-06-16 17:39:11.000000000 +0300 +++ libqmi-1.10.2-fix-bashisms/utils/qmi-network.in 2014-11-27 03:10:12.692197726 +0200 @@ -47,10 +47,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]
