Accepting request 941787 from network

- Update to version 1.26.2:
  + The GUdev optional build/runtime requirement is now fully
    dropped, it's no longer used.
  + Implemented new link management operations, exclusively for the
    cdc_mbim driver for now. These new operations allow creating or
    deleting VLAN network interfaces in order to run multiplexed
    data sessions over one single physical network interface.
  + Added support for the Microsoft-defined SAR service, including
    the following operations:
    - MBIM_CID_MS_SAR_CONFIG
    - MBIM_CID_MS_SAR_TRANSMISSION_STATUS
  + libmbim-glib:
    - Logic updated to make sure full packets are written at once,
      instead of writing them in chunks.
    - Updated the "LTE attach status" APIs in order to avoid
      creating unneeded struct types in the interface. The older
      methods have been deprecated and maintained in the library
      for compatibility purposes only.
  + Bugfixes.
- Drop pkgconfig(gudev-1.0) BuildRequires: no longer used.

OBS-URL: https://build.opensuse.org/request/show/941787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmbim?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2021-12-22 19:17:47 +00:00 committed by Git OBS Bridge
commit 4092ea5338
4 changed files with 28 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:760465caaa1ccd699c14290e9791da456d5300dd11ebf4c1486151033e875dfd
size 511468

3
libmbim-1.26.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:10c77bf5b5eb8c92ba80e9b519923ad9b898362bc8e1928e2bc9a17eeba649af
size 561096

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Dec 20 22:07:09 UTC 2021 - Dirk Müller <dmueller@suse.com>
- Update to version 1.26.2:
+ The GUdev optional build/runtime requirement is now fully
dropped, it's no longer used.
+ Implemented new link management operations, exclusively for the
cdc_mbim driver for now. These new operations allow creating or
deleting VLAN network interfaces in order to run multiplexed
data sessions over one single physical network interface.
+ Added support for the Microsoft-defined SAR service, including
the following operations:
- MBIM_CID_MS_SAR_CONFIG
- MBIM_CID_MS_SAR_TRANSMISSION_STATUS
+ libmbim-glib:
- Logic updated to make sure full packets are written at once,
instead of writing them in chunks.
- Updated the "LTE attach status" APIs in order to avoid
creating unneeded struct types in the interface. The older
methods have been deprecated and maintained in the library
for compatibility purposes only.
+ Bugfixes.
- Drop pkgconfig(gudev-1.0) BuildRequires: no longer used.
-------------------------------------------------------------------
Fri Jan 22 18:02:46 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -18,7 +18,7 @@
Name: libmbim
Version: 1.24.6
Version: 1.26.2
Release: 0
Summary: Mobile Broadband Interface Model (MBIM) protocol
License: GPL-2.0-or-later AND LGPL-2.0-or-later
@ -33,7 +33,6 @@ BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.48
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gudev-1.0) >= 147
%description
libmbim is a glib-based library for talking to WWAN modems and devices