Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 47857aab04 | |||
| ff92a4632f | |||
| aa1be9e5b6 | |||
| 368ac372ac |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.freedesktop.org/mobile-broadband/libmbim.git</param>
|
||||
<param name="revision">refs/tags/1.30.0</param>
|
||||
<param name="revision">1.34.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
||||
BIN
libmbim-1.30.0.obscpio
LFS
BIN
libmbim-1.30.0.obscpio
LFS
Binary file not shown.
3
libmbim-1.34.0.obscpio
Normal file
3
libmbim-1.34.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c145c8b02d127fe9b13cf7f963bb708aaa9229458a7a6867481dd44147c120ff
|
||||
size 2050060
|
||||
@@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 08:40:02 UTC 2026 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.34.0:
|
||||
+ Build:
|
||||
- New "-Dmbim_groupname=<name>" meson build option to restrict
|
||||
MBIM kernel device access to a given Unix group and root. The
|
||||
access check works in parallel to the "-Dmbim_username"
|
||||
option; passing either check allows access to the kernel
|
||||
device (eg, logical OR).
|
||||
+ New Intel AT Tunnel service, including the following
|
||||
operations: MBIM_CID_INTEL_AT_TUNNEL_AT_COMMAND
|
||||
+ Extended the SMS service: MBIM_CID_SMS_CONFIGURATION now
|
||||
supports notifications
|
||||
+ mbimcli:
|
||||
- New '--sms-query-configuration' and
|
||||
'--sms-query-message-store-status' actions
|
||||
- New '--atds-query-rat' and '--atds-query-operators' actions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 4 06:38:28 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.33.1dev:
|
||||
+ mbimcli:
|
||||
- add ATDS Query Operators support
|
||||
- bump Basic Connect --query-visible-providers timeout to 240s
|
||||
- add ATDS RAT query support
|
||||
- add --sms-query-configuration option
|
||||
- add --sms-query-message-store-status
|
||||
- add test infrastructure and testcases for quectel QDU command
|
||||
parsing
|
||||
- intel-attunnel: new service, set-at-command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 24 09:04:23 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.32.0:
|
||||
+ New Fibocom service
|
||||
+ New Compal service
|
||||
+ Extend the Quectel service
|
||||
+ New '--sms-read' and '--sms-delete' actions.
|
||||
+ New '--compal-query-at-command', '--fibocom-set-at-command',
|
||||
and '--quectel-set-at-command' actions
|
||||
+ New MS Basic Connect '--ms-set-lte-attach-configuration'
|
||||
+ New Basic Connect '--set-register-state' to allow automatic or
|
||||
manual registration configuration
|
||||
+ Renamed Basic Connect '--query-registration-state' to
|
||||
'--query-register-state' to be consistent with other actions.
|
||||
Old name is kept as an alias for compatibility
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 15:57:56 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: libmbim
|
||||
version: 1.30.0
|
||||
mtime: 1697025724
|
||||
commit: 8415687e4f30ae5e36f407f179c8147f1529725c
|
||||
version: 1.34.0
|
||||
mtime: 1767466967
|
||||
commit: 2bca5d22137883f348cb117597746483637491db
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libmbim
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
# 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.30.0
|
||||
Version: 1.34.0
|
||||
Release: 0
|
||||
Summary: Mobile Broadband Interface Model (MBIM) protocol
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user