diff --git a/libqmi-1.24.0.tar.xz b/libqmi-1.24.0.tar.xz deleted file mode 100644 index b7ad102..0000000 --- a/libqmi-1.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aeb69f90c273467cce246176cba0967c6413f1995a976992770a597c4fe28c79 -size 995452 diff --git a/libqmi-1.24.2.tar.xz b/libqmi-1.24.2.tar.xz new file mode 100644 index 0000000..6f05bc6 --- /dev/null +++ b/libqmi-1.24.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae4e476f960dbc0d04b1c0368776eb78edffd4421f3e4c074bb2bfb6375b282 +size 997268 diff --git a/libqmi.changes b/libqmi.changes index aa36e38..4d15ee7 100644 --- a/libqmi.changes +++ b/libqmi.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Dec 15 10:18:24 UTC 2019 - Martin Hauke + +- Update to version 1.24.2: + + libqmi-glib: + - message: fixed message creation on big endian systems. + - message: added missing services in + get_version_introduced_full(). + - message: updated printable_full() to allow a NULL + line_prefix. + - device: updated response reception logic to make sure we + check the message id before attempting to parse the + contents, and if the message id doesn't match we return an + early QMI_CORE_ERROR_UNEXPECTED_MESSAGE error. + + pkgconfig: + - Added libmbim dependency in Libs.Private, if built with + QMI-over-MBIM support. + + qmi-proxy: + - Updated to always use the realpath of the QMI device file, + so that users using different symlinks to the same device + file don't get transaction ids mixed up. + + Several other minor improvements and fixes. + ------------------------------------------------------------------- Fri Nov 8 11:49:40 UTC 2019 - Bjørn Lie diff --git a/libqmi.spec b/libqmi.spec index 4632eac..609f9cc 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -20,7 +20,7 @@ %define _soname libqmi-glib5 Name: libqmi -Version: 1.24.0 +Version: 1.24.2 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 @@ -87,6 +87,9 @@ sed -i "s|env python|python3|g" build-aux/qmi-codegen/* %make_install find %{buildroot} -type f -name "*.la" -delete -print +%check +make %{?_smp_mflags} check + %post -n %{_soname} -p /sbin/ldconfig %postun -n %{_soname} -p /sbin/ldconfig