From b435172fec1771d6e1c72bc8c7e361e76663b326a8d0b5e24795d5345b8f72b2 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Tue, 15 Feb 2022 06:39:01 +0000 Subject: [PATCH] Accepting request 954415 from home:dirkmueller:Factory - update to 1.30.4: ** meson: switch to use the new python module in meson. ** meson: added a new boolean 'man' option in the meson setup to explicitly enable or disable building the man pages. ** meson: removed the option to detect if rmnet is supported. ** meson: multiple updates to use newer meson features like install_dir(), install_mode() or summary(). ** meson: options 'mbim_qmux' and 'qrtr' are enabled by default and must be explicitly disabled if they're not needed, there is no attempt to autodetect whether they can be enabled or not. * qmi-proxy: ** Remove assert when attempting to close ghost device. * qmi-firmware-update: ** Use defaults if FLASH variables not reported, enabling support to flash the new Sierra Wireless EM9190 and EM9191 modules. * Several other minor improvements and fixes. OBS-URL: https://build.opensuse.org/request/show/954415 OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=45 --- libqmi-1.30.2.tar.xz | 3 --- libqmi-1.30.2.tar.xz.asc | 6 ------ libqmi-1.30.4.tar.xz | 3 +++ libqmi-1.30.4.tar.xz.asc | 6 ++++++ libqmi.changes | 20 ++++++++++++++++++++ libqmi.spec | 2 +- 6 files changed, 30 insertions(+), 10 deletions(-) delete mode 100644 libqmi-1.30.2.tar.xz delete mode 100644 libqmi-1.30.2.tar.xz.asc create mode 100644 libqmi-1.30.4.tar.xz create mode 100644 libqmi-1.30.4.tar.xz.asc diff --git a/libqmi-1.30.2.tar.xz b/libqmi-1.30.2.tar.xz deleted file mode 100644 index ae56ebf..0000000 --- a/libqmi-1.30.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be01ece0ea2c2194cbea5744bf5aaf06c04ba5fb7ec7887a13116c76d114fedd -size 1239408 diff --git a/libqmi-1.30.2.tar.xz.asc b/libqmi-1.30.2.tar.xz.asc deleted file mode 100644 index 3dc18d8..0000000 --- a/libqmi-1.30.2.tar.xz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iF0EABECAB0WIQTYjWuQGY+SSnhwXYw8rVM5iXP/+gUCYTX5FAAKCRA8rVM5iXP/ -+iU6AJ0bU1az0qARgi6iLfi043CYGm1GtgCcClZz910PQMb0vPeFh3VBwOYe9Og= -=iJ6Q ------END PGP SIGNATURE----- diff --git a/libqmi-1.30.4.tar.xz b/libqmi-1.30.4.tar.xz new file mode 100644 index 0000000..2f343b8 --- /dev/null +++ b/libqmi-1.30.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d7da30a4f8d1185f37cba289cfaf1dfcd04a58f2f76d6acfdf5b85312d6ed6 +size 1241912 diff --git a/libqmi-1.30.4.tar.xz.asc b/libqmi-1.30.4.tar.xz.asc new file mode 100644 index 0000000..420e818 --- /dev/null +++ b/libqmi-1.30.4.tar.xz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQTYjWuQGY+SSnhwXYw8rVM5iXP/+gUCYgY1agAKCRA8rVM5iXP/ ++kl3AJ0UAMJMZDwYKv676q/jltDbqJJ9CACeNwaUv1vdYC1qDXrZuMG1pUsztV8= +=WoIK +-----END PGP SIGNATURE----- diff --git a/libqmi.changes b/libqmi.changes index dd3e9fd..5af42b6 100644 --- a/libqmi.changes +++ b/libqmi.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Feb 14 23:17:26 UTC 2022 - Dirk Müller + +- update to 1.30.4: + ** meson: switch to use the new python module in meson. + ** meson: added a new boolean 'man' option in the meson setup to explicitly + enable or disable building the man pages. + ** meson: removed the option to detect if rmnet is supported. + ** meson: multiple updates to use newer meson features like install_dir(), + install_mode() or summary(). + ** meson: options 'mbim_qmux' and 'qrtr' are enabled by default and must be + explicitly disabled if they're not needed, there is no attempt to + autodetect whether they can be enabled or not. + * qmi-proxy: + ** Remove assert when attempting to close ghost device. + * qmi-firmware-update: + ** Use defaults if FLASH variables not reported, enabling support to flash + the new Sierra Wireless EM9190 and EM9191 modules. + * Several other minor improvements and fixes. + ------------------------------------------------------------------- Mon Dec 20 23:02:07 UTC 2021 - Martin Hauke diff --git a/libqmi.spec b/libqmi.spec index b63d526..ba7b2d3 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -19,7 +19,7 @@ %define _soname libqmi-glib5 Name: libqmi -Version: 1.30.2 +Version: 1.30.4 Release: 0 # NOTE: The file headers state LESSER GPL, which is a mistake. The upstream intended license is LIBRARY GPL 2.0+ Summary: Library to control QMI devices