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
This commit is contained in:
parent
c537207453
commit
b764b23a5d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22cafe6b8432433aa58bedcf7db71111522ce6531bfe24e8e9b6058412cd31cf
|
||||
size 401688
|
3
libmbim-1.16.0.tar.xz
Normal file
3
libmbim-1.16.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c8ca50beeddd4b43309df5b698917268303bf176cea58fe4fe53d5bf0e93fac2
|
||||
size 453532
|
@ -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
|
||||
|
||||
|
14
libmbim.spec
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user