From fc89a5c57d79d832de1399abd5c765a53499de606c3f7c195522ac352b0b69db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 8 Jan 2019 21:34:43 +0000 Subject: [PATCH 1/2] Accepting request 663838 from home:mnhauke - Update to version 1.18.0 + New Microsoft Basic Connect Extensions service, that includes new commands to manage Protocol Configuration Operations (PCO) as well as LTE attach status and settings. + libmbim-glib: . Added support to fully print all message contents, including all fields, when traces are enabled. . Added support for QMI indications over MBIM. . Added additional cause codes to MbimNwError. . Fixed signal emission in device, so that it's done before completing transaction task. + mbim-proxy: . Fixed the management of subscribed events, so that the lists are maintained per-device. + mbimcli: . New '--ms-query-pco' action. . New '--ms-query-lte-attach-configuration' action. . New '--ms-query-lte-attach-status' action. + Several other minor improvements and fixes. OBS-URL: https://build.opensuse.org/request/show/663838 OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=34 --- libmbim-1.16.2.tar.xz | 3 --- libmbim-1.18.0.tar.xz | 3 +++ libmbim.changes | 23 +++++++++++++++++++++++ libmbim.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 libmbim-1.16.2.tar.xz create mode 100644 libmbim-1.18.0.tar.xz diff --git a/libmbim-1.16.2.tar.xz b/libmbim-1.16.2.tar.xz deleted file mode 100644 index c06a272..0000000 --- a/libmbim-1.16.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb494fee2c200daf4f5cc8a40061d24a3dfafe8c59151c95c6a826fd96dcb262 -size 455096 diff --git a/libmbim-1.18.0.tar.xz b/libmbim-1.18.0.tar.xz new file mode 100644 index 0000000..727946d --- /dev/null +++ b/libmbim-1.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf40128d83d087946a7d8577e735526202e034d52f90047735329609097b282 +size 474768 diff --git a/libmbim.changes b/libmbim.changes index 902e8c1..565e6ea 100644 --- a/libmbim.changes +++ b/libmbim.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Jan 8 20:40:43 UTC 2019 - mardnh@gmx.de + +- Update to version 1.18.0 + + New Microsoft Basic Connect Extensions service, that includes + new commands to manage Protocol Configuration Operations (PCO) + as well as LTE attach status and settings. + + libmbim-glib: + . Added support to fully print all message contents, including + all fields, when traces are enabled. + . Added support for QMI indications over MBIM. + . Added additional cause codes to MbimNwError. + . Fixed signal emission in device, so that it's done before + completing transaction task. + + mbim-proxy: + . Fixed the management of subscribed events, so that the lists are + maintained per-device. + + mbimcli: + . New '--ms-query-pco' action. + . New '--ms-query-lte-attach-configuration' action. + . New '--ms-query-lte-attach-status' action. + + Several other minor improvements and fixes. + ------------------------------------------------------------------- Sat Aug 25 19:54:09 UTC 2018 - mardnh@gmx.de diff --git a/libmbim.spec b/libmbim.spec index b49c2ca..68581e8 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -1,7 +1,7 @@ # # spec file for package libmbim # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: libmbim -Version: 1.16.2 +Version: 1.18.0 Release: 0 Summary: Mobile Interface Broadband Model (MBIM) protocol License: GPL-2.0-or-later AND LGPL-2.0-or-later From 31b7eaa9635aeca2a23ece4a4a364bf07489ad2d9c04954d06467971f85db941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 8 Jan 2019 21:36:53 +0000 Subject: [PATCH 2/2] Tweak OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=35 --- libmbim.changes | 35 +++++++++++++++++------------------ libmbim.spec | 2 +- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/libmbim.changes b/libmbim.changes index 565e6ea..defbd78 100644 --- a/libmbim.changes +++ b/libmbim.changes @@ -2,24 +2,23 @@ Tue Jan 8 20:40:43 UTC 2019 - mardnh@gmx.de - Update to version 1.18.0 - + New Microsoft Basic Connect Extensions service, that includes - new commands to manage Protocol Configuration Operations (PCO) - as well as LTE attach status and settings. - + libmbim-glib: - . Added support to fully print all message contents, including - all fields, when traces are enabled. - . Added support for QMI indications over MBIM. - . Added additional cause codes to MbimNwError. - . Fixed signal emission in device, so that it's done before - completing transaction task. - + mbim-proxy: - . Fixed the management of subscribed events, so that the lists are - maintained per-device. - + mbimcli: - . New '--ms-query-pco' action. - . New '--ms-query-lte-attach-configuration' action. - . New '--ms-query-lte-attach-status' action. - + Several other minor improvements and fixes. + + New Microsoft Basic Connect Extensions service, that includes + new commands to manage Protocol Configuration Operations (PCO) + as well as LTE attach status and settings. + + libmbim-glib: + - Added support to fully print all message contents, including + all fields, when traces are enabled. + - Added support for QMI indications over MBIM. + - Added additional cause codes to MbimNwError. + - Fixed signal emission in device, so that it's done before + completing transaction task. + + mbim-proxy: Fixed the management of subscribed events, so that + the lists are maintained per-device. + + mbimcli: + - New '--ms-query-pco' action. + - New '--ms-query-lte-attach-configuration' action. + - New '--ms-query-lte-attach-status' action. + + Several other minor improvements and fixes. ------------------------------------------------------------------- Sat Aug 25 19:54:09 UTC 2018 - mardnh@gmx.de diff --git a/libmbim.spec b/libmbim.spec index 68581e8..3daf0d8 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ #