Hello community,

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

Package is "libmbim"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmbim/libmbim.changes  2016-03-26 
15:09:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmbim.new/libmbim.changes     2016-07-28 
23:42:17.000000000 +0200
@@ -1,0 +2,42 @@
+Mon Jul 11 20:03:00 UTC 2016 - br...@ioda-net.ch
+
+- Update to version 1.14.0:
+  + New support for the 'QMI over MBIM' service, so that clients
+    can use libqmi to build messages and libmbim to transport them.
+  + The GUDev library, which we use to read the max message size
+    from the USB descriptor, is now optional. When configuring, it
+    will be used by default only if it's found. It can also be
+    explicitly disabled using the new configure  switch
+    '--without-udev' or explicitly enabled using '--with-udev'.
+    If GUDev isn't used, libmbim-glib will rely on sysfs directly.
+  + libmbim-glib updates: Added support for building messages of
+    custom services.
+  + mbim-network updates:
+    - Added support for loading profiles from different paths using
+      the new '--profile' option. This makes it possible to use 
+      mbim-network with multiple devices running in the same
+      system.
+    - Added support to allow specifying APN user (APN_USER),
+      password (APN_PASS) and authentication type (APN_AUTH) in the
+      profile.
+    - Added support to allow using the mbim-proxy setup by
+      configuring it in the profile file (PROXY=yes).
+  + Several other minor improvements and fixes.
+  + The following features which were backported to 1.12.x releases
+    are also present in libmbim 1.14.0:
+    - mbimcli updates:
+      . Updated '--connect' arguments to allow specifying
+        "key=value" pairs. The old legacy
+        "[(APN),(PAP|CHAP|MSCHAPV2),(Username),(Password)]" format
+        is kept as valid for backwards compatibility, although it
+        should be assumed deprecated.
+      . Longer timeouts for connect/register operations.
+      . Report IP configuration when connected.
+      . Allow specifying session ids.
+  + libmbim-glib updates: Probing retry interval increased to 5s.
+ - Split out mbimcli-bash-completion package, requiring and
+   supplementing bash-completion.
+- Pass --with-udev to configure: new config parameter, but keeping
+  the old behavior (it was non-optional before).
+
+-------------------------------------------------------------------

Old:
----
  libmbim-1.12.4.tar.xz

New:
----
  libmbim-1.14.0.tar.xz

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

Other differences:
------------------
++++++ libmbim.spec ++++++
--- /var/tmp/diff_new_pack.bDcrcm/_old  2016-07-28 23:42:18.000000000 +0200
+++ /var/tmp/diff_new_pack.bDcrcm/_new  2016-07-28 23:42:18.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           libmbim
-Version:        1.12.4
+Version:        1.14.0
 Release:        0
 Summary:        Mobile Interface Broadband Model (MBIM) protocol
 License:        GPL-2.0+ and LGPL-2.0+
@@ -54,11 +54,23 @@
 libmbim is a glib-based library for talking to WWAN modems and devices
 which speak the Mobile Interface Broadband Model (MBIM) protocol.
 
+%package -n mbimcli-bash-completion
+Summary:        Bash completion for mbimcli
+License:        GPL-2.0+ and LGPL-2.0+
+Group:          Productivity/Networking/System
+Supplements:    packageand(%{name}:bash-completion)
+BuildRequires:  bash-completion
+Requires:       bash-completion
+
+%description -n mbimcli-bash-completion
+This package contain de bash completion command for mbimcli tools.
+
 %prep
 %setup -q
 
 %build
 %configure \
+    --with-udev \
     --disable-static
 make %{?_smp_mflags}
 
@@ -90,4 +102,8 @@
 %{_libdir}/libmbim-glib.so
 %{_libdir}/pkgconfig/mbim-glib.pc
 
+%files -n mbimcli-bash-completion
+%defattr(-,root,root)
+%{_datadir}/bash-completion/completions/mbimcli
+
 %changelog

++++++ libmbim-1.12.4.tar.xz -> libmbim-1.14.0.tar.xz ++++++
++++ 11170 lines of diff (skipped)


Reply via email to