Files
libmbim/_service
Dominique Leuenberger ff92a4632f - 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

- 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

- Update to version 1.33.1dev:
  + mbimcli:
    - add ATDS Query Operators support

OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=72
2026-01-26 16:14:58 +00:00

16 lines
544 B
XML

<?xml version="1.0"?>
<services>
<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">1.34.0</param>
<param name="versionformat">@PARENT_TAG@</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual" />
</services>