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:
committed by
Git OBS Bridge
parent
bac60b2734
commit
c580aee089
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user