Hello community,

here is the log from the commit of package libmbim for openSUSE:Factory checked 
in at 2018-01-25 12:38:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmbim (Old)
 and      /work/SRC/openSUSE:Factory/.libmbim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmbim"

Thu Jan 25 12:38:33 2018 rev:14 rq:568074 version:1.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmbim/libmbim.changes  2017-11-09 
14:03:00.403727956 +0100
+++ /work/SRC/openSUSE:Factory/.libmbim.new/libmbim.changes     2018-01-25 
12:38:34.320177812 +0100
@@ -1,0 +2,29 @@
+Mon Jan 22 02:06:52 UTC 2018 - [email protected]
+
+- Update to version 1.16.0:
+  + All the code base was ported to use the GTask based
+    asynchronous operations support instead of the deprecated
+    GSimpleAsyncResult.
+  + New support for AT&T Device Service and Intel Firmware Update
+    Service.
+  + libmbim-glib:
+    - Added:
+      . MBIM_STATUS_ERROR_CONTEXT_NOT_SUPPORTED to MbimStatusError.
+      . Support to detect already open MBIM channels on the Sierra
+        Wireless EM7345.
+    - Avoid using iconv() directly for the UTF-16BE conversions,
+      which makes it possible to use libmbim on systems with a stub
+      iconv() implementation.
+    - Prefer realpath() to canonicalize_file_name().
+    - Added MBIM_READY_INFO_FLAG_NONE to MbimReadyInfoFlag.
+  + mbimcli:
+    - New: --query-ip-packet-filters, --query-pin-list action,
+      --atds-query-signal, --atds-query-location and
+      --intel-modem-reboot actions.
+    - Add cancellability to the query-ip-configuration action.
+  + mbim-proxy: Avoid receiving signals from the parent process.
+- Add pkgconfig(gio-unix-2.0) BuildRequires: it was being pulled
+  by another pkgconfig module that live in glib2-devel package and
+  used already.
+
+-------------------------------------------------------------------

Old:
----
  libmbim-1.14.2.tar.xz

New:
----
  libmbim-1.16.0.tar.xz

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

Other differences:
------------------
++++++ libmbim.spec ++++++
--- /var/tmp/diff_new_pack.BF3Mb8/_old  2018-01-25 12:38:34.844153350 +0100
+++ /var/tmp/diff_new_pack.BF3Mb8/_new  2018-01-25 12:38:34.848153163 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmbim
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           libmbim
-Version:        1.14.2
+Version:        1.16.0
 Release:        0
 Summary:        Mobile Interface Broadband Model (MBIM) protocol
 License:        GPL-2.0+ AND LGPL-2.0+
@@ -28,7 +28,8 @@
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  pkgconfig(gio-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.32
+BuildRequires:  pkgconfig(gio-unix-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.36
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gudev-1.0) >= 147
 
@@ -88,7 +89,7 @@
 %postun -n libmbim-glib4 -p /sbin/ldconfig
 
 %files
-%doc README COPYING
+%doc COPYING NEWS
 %{_bindir}/mbim-network
 %{_bindir}/mbimcli
 %{_libexecdir}/mbim-proxy
@@ -96,9 +97,14 @@
 %{_mandir}/man1/mbimcli.1%{?ext_man}
 
 %files -n libmbim-glib4
+%doc COPYING.LIB
 %{_libdir}/libmbim-glib.so.*
 
 %files devel
+%doc AUTHORS README
+# Own these directories to not depend on gtk-doc
+%dir %{_datadir}/gtk-doc
+%dir %{_datadir}/gtk-doc/html
 %doc %{_datadir}/gtk-doc/html/libmbim-glib/
 %{_includedir}/libmbim-glib/
 %{_libdir}/libmbim-glib.so

++++++ libmbim-1.14.2.tar.xz -> libmbim-1.16.0.tar.xz ++++++
++++ 30327 lines of diff (skipped)


Reply via email to