From 72dd99bcba16f9beaf22976e927d515bc80495a24eaea359d5704c9ffd7017e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sun, 26 Aug 2018 10:55:48 +0000 Subject: [PATCH 1/2] Accepting request 631540 from home:mnhauke - Update to version 1.16.2 + mbimcli: - Fix SNR reporting in --atds-query-signal output. - Longer timeout (60s) in --disconnect. - Add "ip-type" property to --connect + libmbim-glib: - Fix printing message in Intel Firmware Update service. - Fix error reporting when unknown status. OBS-URL: https://build.opensuse.org/request/show/631540 OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=31 --- libmbim-1.16.0.tar.xz | 3 --- libmbim-1.16.2.tar.xz | 3 +++ libmbim.changes | 12 ++++++++++++ libmbim.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 libmbim-1.16.0.tar.xz create mode 100644 libmbim-1.16.2.tar.xz diff --git a/libmbim-1.16.0.tar.xz b/libmbim-1.16.0.tar.xz deleted file mode 100644 index 0265fd5..0000000 --- a/libmbim-1.16.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8ca50beeddd4b43309df5b698917268303bf176cea58fe4fe53d5bf0e93fac2 -size 453532 diff --git a/libmbim-1.16.2.tar.xz b/libmbim-1.16.2.tar.xz new file mode 100644 index 0000000..c06a272 --- /dev/null +++ b/libmbim-1.16.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb494fee2c200daf4f5cc8a40061d24a3dfafe8c59151c95c6a826fd96dcb262 +size 455096 diff --git a/libmbim.changes b/libmbim.changes index f4cf222..40272fc 100644 --- a/libmbim.changes +++ b/libmbim.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Aug 25 19:54:09 UTC 2018 - mardnh@gmx.de + +- Update to version 1.16.2 + + mbimcli: + - Fix SNR reporting in --atds-query-signal output. + - Longer timeout (60s) in --disconnect. + - Add "ip-type" property to --connect + + libmbim-glib: + - Fix printing message in Intel Firmware Update service. + - Fix error reporting when unknown status. + ------------------------------------------------------------------- Wed Feb 28 16:35:35 UTC 2018 - dimstar@opensuse.org diff --git a/libmbim.spec b/libmbim.spec index 37b0bd6..b49c2ca 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -18,10 +18,10 @@ Name: libmbim -Version: 1.16.0 +Version: 1.16.2 Release: 0 Summary: Mobile Interface Broadband Model (MBIM) protocol -License: GPL-2.0+ AND LGPL-2.0+ +License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: Productivity/Networking/System URL: http://www.freedesktop.org/wiki/Software/libmbim/ Source: http://www.freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz @@ -58,7 +58,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol. %package -n mbimcli-bash-completion Summary: Bash completion for mbimcli -License: GPL-2.0+ AND LGPL-2.0+ +License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: Productivity/Networking/System BuildRequires: bash-completion Requires: bash-completion From 3c9424b2ca0c2f99b777f4617725ab68ac0a7707cdfa5c4a28178cf90dfa39f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sun, 26 Aug 2018 10:56:09 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=32 --- libmbim.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmbim.changes b/libmbim.changes index 40272fc..902e8c1 100644 --- a/libmbim.changes +++ b/libmbim.changes @@ -1,11 +1,11 @@ ------------------------------------------------------------------- Sat Aug 25 19:54:09 UTC 2018 - mardnh@gmx.de -- Update to version 1.16.2 +- Update to version 1.16.2: + mbimcli: - Fix SNR reporting in --atds-query-signal output. - Longer timeout (60s) in --disconnect. - - Add "ip-type" property to --connect + - Add "ip-type" property to --connect. + libmbim-glib: - Fix printing message in Intel Firmware Update service. - Fix error reporting when unknown status.