From b764b23a5d57757f38051c55d2c2a24c1d02bbf4e9ae9bbc5b04430aec71418f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 22 Jan 2018 09:57:53 +0000 Subject: [PATCH] Accepting request 568017 from home:luc14n0:branches:network Update to version 1.16.0. OBS-URL: https://build.opensuse.org/request/show/568017 OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=27 --- libmbim-1.14.2.tar.xz | 3 --- libmbim-1.16.0.tar.xz | 3 +++ libmbim.changes | 29 +++++++++++++++++++++++++++++ libmbim.spec | 14 ++++++++++---- 4 files changed, 42 insertions(+), 7 deletions(-) delete mode 100644 libmbim-1.14.2.tar.xz create mode 100644 libmbim-1.16.0.tar.xz diff --git a/libmbim-1.14.2.tar.xz b/libmbim-1.14.2.tar.xz deleted file mode 100644 index 76115f5..0000000 --- a/libmbim-1.14.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22cafe6b8432433aa58bedcf7db71111522ce6531bfe24e8e9b6058412cd31cf -size 401688 diff --git a/libmbim-1.16.0.tar.xz b/libmbim-1.16.0.tar.xz new file mode 100644 index 0000000..0265fd5 --- /dev/null +++ b/libmbim-1.16.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ca50beeddd4b43309df5b698917268303bf176cea58fe4fe53d5bf0e93fac2 +size 453532 diff --git a/libmbim.changes b/libmbim.changes index d442622..6ac8ed9 100644 --- a/libmbim.changes +++ b/libmbim.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Jan 22 02:06:52 UTC 2018 - luc14n0@linuxmail.org + +- 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. + ------------------------------------------------------------------- Thu Nov 2 09:06:32 UTC 2017 - mpluskal@suse.com diff --git a/libmbim.spec b/libmbim.spec index 83462fa..540ee5c 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -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 @@ Source: http://www.freedesktop.org/software/libmbim/%{name}-%{version}.t 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 @@ make %{?_smp_mflags} check %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 @@ make %{?_smp_mflags} check %{_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