Accepting request 757165 from home:mnhauke
- 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. OBS-URL: https://build.opensuse.org/request/show/757165 OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=27
This commit is contained in:
parent
bac60b2734
commit
c580aee089
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aeb69f90c273467cce246176cba0967c6413f1995a976992770a597c4fe28c79
|
||||
size 995452
|
3
libqmi-1.24.2.tar.xz
Normal file
3
libqmi-1.24.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ae4e476f960dbc0d04b1c0368776eb78edffd4421f3e4c074bb2bfb6375b282
|
||||
size 997268
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 15 10:18:24 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user