From 568ed9d8146ab4270864fb5a097d9095559daae06a75df448f71c14495afc119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 27 Feb 2020 10:31:53 +0000 Subject: [PATCH] Accepting request 779866 from home:mnhauke - Update to version 1.24.6: libqmi-glib: * Fixed the close operation logic to make sure that a reopen done right away doesn't close the wrong endpoint. * Updated string reading logic to make sure that all strings are valid UTF-8. * Updated string reading logic to attempt parsing as GSM7 or UCS2 if the initial UTF-8 validation fails. * Renamed TLV 0x15 in the "WDA Get Data Format" message, and added new compat methods for the old name. * Fixed the format of the NITZ information TLV, and added new compat methods for the old name. * Fixed the format of the Home Network 3GPP2 TLV, and added new compat methods for the old name. * Several other minor improvements and fixes. OBS-URL: https://build.opensuse.org/request/show/779866 OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=30 --- libqmi-1.24.4.tar.xz | 3 --- libqmi-1.24.6.tar.xz | 3 +++ libqmi.changes | 19 +++++++++++++++++++ libqmi.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 libqmi-1.24.4.tar.xz create mode 100644 libqmi-1.24.6.tar.xz diff --git a/libqmi-1.24.4.tar.xz b/libqmi-1.24.4.tar.xz deleted file mode 100644 index 5f2c926..0000000 --- a/libqmi-1.24.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0316badec92ff32f51fe6278e6046968d2272a26608995deedd8e4afb563918a -size 996656 diff --git a/libqmi-1.24.6.tar.xz b/libqmi-1.24.6.tar.xz new file mode 100644 index 0000000..83bc4bd --- /dev/null +++ b/libqmi-1.24.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1325257bc16de7b2b443fa689826c993474bdbd6e78c7a1e60e527269b44d8c9 +size 986752 diff --git a/libqmi.changes b/libqmi.changes index 1bb6e7a..0d40278 100644 --- a/libqmi.changes +++ b/libqmi.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Feb 27 10:06:34 UTC 2020 - Martin Hauke + +- Update to version 1.24.6: + libqmi-glib: + * Fixed the close operation logic to make sure that a reopen done + right away doesn't close the wrong endpoint. + * Updated string reading logic to make sure that all strings are + valid UTF-8. + * Updated string reading logic to attempt parsing as GSM7 or UCS2 + if the initial UTF-8 validation fails. + * Renamed TLV 0x15 in the "WDA Get Data Format" message, and added + new compat methods for the old name. + * Fixed the format of the NITZ information TLV, and added new + compat methods for the old name. + * Fixed the format of the Home Network 3GPP2 TLV, and added new + compat methods for the old name. + * Several other minor improvements and fixes. + ------------------------------------------------------------------- Wed Jan 15 20:15:53 UTC 2020 - Martin Hauke diff --git a/libqmi.spec b/libqmi.spec index 9aa508b..dc2b883 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -20,7 +20,7 @@ %define _soname libqmi-glib5 Name: libqmi -Version: 1.24.4 +Version: 1.24.6 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