Accepting request 391422 from home:Zaitor:branches:network

New upstream release, might contain surprises since there is a API/ABI breaks, even if its claimed to have some compatability added back

OBS-URL: https://build.opensuse.org/request/show/391422
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=13
This commit is contained in:
Rusmir Duško 2016-04-23 21:41:14 +00:00 committed by Git OBS Bridge
parent d2e4ee679e
commit d67eb72e6e
4 changed files with 45 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d23a397d9c963f637c99622df74ed08a2ba2276552c21eea1ed1d05eeafc82a7
size 707400

3
libqmi-1.14.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6283b80aea1b2721523e5229087764b4d6a1c9f53488690fa16a11adff4a0040
size 760984

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sat Apr 9 11:03:29 UTC 2016 - zaitor@opensuse.org
- Update to version 1.14.2:
+ Added compatibility symbols for some API breaks introduced in
1.14.0:
+ This release will recover the old names and still keep the new
ones around for compatibility.
+ libqmi-glib: Fixed QMI_DMS_BAND_CAPABILITY_BC_15 enum value so
that it isn't treated as a negative value. This may actually be
treated as a minor ABI break.
+ qmicli: Fixed --dms-get-band-capabilities output on 32-bit
platforms.
+ Fixed license text of the voice service implementation.
- Changes from version 1.14.0:
+ This version comes with a couple of small API breaks:
+ ECIO value type in "NAS Event Report Indication" is given as
unsigned.
+ ECIO value in ECIO List array type in "NAS Get Signal Strenght"
is given as unsigned.
+ QMI_NAS_SIM_REJECT_STATE_SIM_AVAILABLE enum name was fixed.
+ The library and tools now support working with modems which
only implement raw IP (i.e. no ethernet headers) in the WWAN
interface. This relies on the kernel to expose
'/sys/class/net/<WWAN>/qmi/raw_ip' sysfs files for each WWAN
network interface (available since Linux 4.5-rc1).
+ New initial support for the 'Voice' service.
+ The qmicli tool has been updated with several new
functionalities.
+ The qmi-network helper script has been updated with several new
features.
+ Added command completion support in qmicli.
+ Other bugfixes and minor improvements.
- Bump soname following upstream changes, and as a result: rename
subpackage to libqmi-glib5.
-------------------------------------------------------------------
Wed Mar 23 20:42:43 UTC 2016 - jengelh@inai.de

View File

@ -18,8 +18,8 @@
Name: libqmi
%define _soname libqmi-glib1
Version: 1.12.8
%define _soname libqmi-glib5
Version: 1.14.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
@ -88,6 +88,10 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
%doc COPYING
%{_bindir}/qmi-network
%{_bindir}/qmicli
# Own dirs to avoid depending on them while building
%dir %{_datadir}/bash-completion
%dir %{_datadir}/bash-completion/completions
%{_datadir}/bash-completion/completions/qmicli
%{_libexecdir}/qmi-proxy
%{_mandir}/man1/qmi-network.1%{?ext_man}
%{_mandir}/man1/qmicli.1%{?ext_man}