From 26793a5d663cc6d74b4544e2dcf7f32c52ca4a0edf3d90f317c2bda25f6f3e3a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 30 May 2022 11:07:57 +0000 Subject: [PATCH] Accepting request 979736 from home:dirkmueller:Factory - update to 1.26.4: * meson: force building doc on normal builds, not only during install. * meson: fix 'export_packages' in GIR setup. * compat: deprecate the MbimLteAttachStatus type. * net-port-manager: use unaligned netlink attribute length. * include MBIM proxy control service in docs. * codegen: add section doc for each service. * utils: add missing short description in section. * compat: add missing MbimLteAttachStatus doc. * device: add missing mbim_device_list_links() doc. * device: fix MbimDevice 'device-in-session' property doc. * version: add missing MBIM_CHECK_VERSION() documentation. * device: fix wrong reference to QmiDevice * Several other minor improvements and fixes. OBS-URL: https://build.opensuse.org/request/show/979736 OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=62 --- libmbim-1.26.2.tar.xz | 3 --- libmbim-1.26.4.tar.xz | 3 +++ libmbim.changes | 18 ++++++++++++++++++ libmbim.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 libmbim-1.26.2.tar.xz create mode 100644 libmbim-1.26.4.tar.xz diff --git a/libmbim-1.26.2.tar.xz b/libmbim-1.26.2.tar.xz deleted file mode 100644 index 3ae1fa1..0000000 --- a/libmbim-1.26.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10c77bf5b5eb8c92ba80e9b519923ad9b898362bc8e1928e2bc9a17eeba649af -size 561096 diff --git a/libmbim-1.26.4.tar.xz b/libmbim-1.26.4.tar.xz new file mode 100644 index 0000000..51d6ce1 --- /dev/null +++ b/libmbim-1.26.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f688cec4c4586a17575f5e327448ce62f2000ef6a07c9e4589873d4a68568ad9 +size 566188 diff --git a/libmbim.changes b/libmbim.changes index a246c93..246cbb3 100644 --- a/libmbim.changes +++ b/libmbim.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun May 29 19:31:10 UTC 2022 - Dirk Müller + +- update to 1.26.4: + * meson: force building doc on normal builds, not only during install. + * meson: fix 'export_packages' in GIR setup. + * compat: deprecate the MbimLteAttachStatus type. + * net-port-manager: use unaligned netlink attribute length. + * include MBIM proxy control service in docs. + * codegen: add section doc for each service. + * utils: add missing short description in section. + * compat: add missing MbimLteAttachStatus doc. + * device: add missing mbim_device_list_links() doc. + * device: fix MbimDevice 'device-in-session' property doc. + * version: add missing MBIM_CHECK_VERSION() documentation. + * device: fix wrong reference to QmiDevice + * Several other minor improvements and fixes. + ------------------------------------------------------------------- Mon Dec 20 22:07:09 UTC 2021 - Dirk Müller diff --git a/libmbim.spec b/libmbim.spec index 7b612b0..f39a19a 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -1,7 +1,7 @@ # # spec file for package libmbim # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # 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.26.2 +Version: 1.26.4 Release: 0 Summary: Mobile Broadband Interface Model (MBIM) protocol License: GPL-2.0-or-later AND LGPL-2.0-or-later