Hello community,

here is the log from the commit of package libqmi for openSUSE:Factory checked 
in at 2016-07-28 23:42:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqmi (Old)
 and      /work/SRC/openSUSE:Factory/.libqmi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqmi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqmi/libqmi.changes    2016-05-05 
08:11:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libqmi.new/libqmi.changes       2016-07-28 
23:42:11.000000000 +0200
@@ -1,0 +2,45 @@
+Tue Jul 12 07:20:33 UTC 2016 - br...@ioda-net.ch
+
+- Packaging 
+  + add missing exclude in rpmlintrc 
+  + add BuildRequires for having QMUX over MBIM option
+
+-------------------------------------------------------------------
+Mon Jul 11 19:22:33 UTC 2016 - br...@ioda-net.ch
+
+- 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:
+  ++ Fixed QMI_DMS_BAND_CAPABILITY_BC_15 enum value so that it 
+  isn't treated as a negative value.
+
+  + qmicli:
+  ++ Fixed --dms-get-band-capabilities output on 32-bit platforms.
+  ++ Fixed license text of the voice service implementation.
+
+-------------------------------------------------------------------

Old:
----
  libqmi-1.14.2.tar.xz

New:
----
  libqmi-1.16.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libqmi.spec ++++++
--- /var/tmp/diff_new_pack.IhSLCW/_old  2016-07-28 23:42:12.000000000 +0200
+++ /var/tmp/diff_new_pack.IhSLCW/_new  2016-07-28 23:42:12.000000000 +0200
@@ -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 @@
 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

++++++ libqmi-1.14.2.tar.xz -> libqmi-1.16.0.tar.xz ++++++
++++ 55517 lines of diff (skipped)

++++++ libqmi-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.IhSLCW/_old  2016-07-28 23:42:13.000000000 +0200
+++ /var/tmp/diff_new_pack.IhSLCW/_new  2016-07-28 23:42:13.000000000 +0200
@@ -1,2 +1,3 @@
 # The main package is called libqmi but is not shared lib.. elimintate false 
warning.
 addFilter("libqmi-tools\..*: W: shlib-policy-missing-lib");
+addFilter("libqmi-tools\..*: W: shlib-policy-nonversioned-dir");


Reply via email to