From d67eb72e6e499996144bb72c9238f4a0c90b2e250913c798e90192b510ff2ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rusmir=20Du=C5=A1ko?= Date: Sat, 23 Apr 2016 21:41:14 +0000 Subject: [PATCH] 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 --- libqmi-1.12.8.tar.xz | 3 --- libqmi-1.14.2.tar.xz | 3 +++ libqmi.changes | 36 ++++++++++++++++++++++++++++++++++++ libqmi.spec | 8 ++++++-- 4 files changed, 45 insertions(+), 5 deletions(-) delete mode 100644 libqmi-1.12.8.tar.xz create mode 100644 libqmi-1.14.2.tar.xz diff --git a/libqmi-1.12.8.tar.xz b/libqmi-1.12.8.tar.xz deleted file mode 100644 index 46dff5a..0000000 --- a/libqmi-1.12.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d23a397d9c963f637c99622df74ed08a2ba2276552c21eea1ed1d05eeafc82a7 -size 707400 diff --git a/libqmi-1.14.2.tar.xz b/libqmi-1.14.2.tar.xz new file mode 100644 index 0000000..99a656a --- /dev/null +++ b/libqmi-1.14.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6283b80aea1b2721523e5229087764b4d6a1c9f53488690fa16a11adff4a0040 +size 760984 diff --git a/libqmi.changes b/libqmi.changes index f7a252f..029b987 100644 --- a/libqmi.changes +++ b/libqmi.changes @@ -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//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 diff --git a/libqmi.spec b/libqmi.spec index 3237e4c..221d46c 100644 --- a/libqmi.spec +++ b/libqmi.spec @@ -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}