Accepting request 407856 from home:bruno_friedmann:branches:GNOME:Factory

Find last revision with optimized Packaging options
  + add missing exclude in rpmlintrc 
  + add BuildRequires for having QMUX over MBIM option

- Update to version 1.16.0
  + New `--enable-mbim-qmux' option during configure, which enables
  the support for using an MBIM control device as transport for the 
  QMI messages, only if the MBIM device implements the 
  "QMI service". This setting is automatically enabled if libmbim 
  >= 1.14.0 is found in the system, and can be explicitly disabled 
  with `--disable-mbim-qmux'.
  + New request/responses:
  ++ nas: new "Get LTE Cphy CA Info" request/response.
  ++ nas: new "Force Network Search" request/response.
  + qmi-network:
  ++ Fixed several bashisms.
  The following features which were backported to 1.14.x releases 
  are also present in libqmi 1.16.0:
  + Added compatibility symbols for some API breaks introduced in 1.14.0:
  ++ qmi_message_dms_set_service_programming_code_input_get_current
     was renamed to qmi_message_dms_set_service_programming_code_input_get_current_code.
  ++ qmi_message_dms_set_service_programming_code_input_get_new
     was renamed to qmi_message_dms_set_service_programming_code_input_get_new_code.
  ++ qmi_message_dms_set_service_programming_code_input_set_current
     was renamed to qmi_message_dms_set_service_programming_code_input_set_current_code.
  ++ qmi_message_dms_set_service_programming_code_input_set_new
     was renamed to qmi_message_dms_set_service_programming_code_input_set_new_code.
  ++ QMI_NAS_SIM_REJECT_STATE_SIM_VAILABLE was renamed to
     QMI_NAS_SIM_REJECT_STATE_SIM_AVAILABLE.
  + libqmi-glib:

OBS-URL: https://build.opensuse.org/request/show/407856
OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=14
This commit is contained in:
2016-07-20 07:03:59 +00:00
committed by Git OBS Bridge
parent d67eb72e6e
commit c1959f682f
5 changed files with 51 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
Name: libqmi
%define _soname libqmi-glib5
Version: 1.14.2
Version: 1.16.0
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
@@ -31,6 +31,7 @@ Source99: libqmi-rpmlintrc
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.32
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(mbim-glib) >= 1.14
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description