Hello community,

here is the log from the commit of package libmbim for openSUSE:Factory checked 
in at 2014-11-18 22:44:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-02-04 
19:25:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmbim.new/libmbim.changes     2014-11-18 
22:44:53.000000000 +0100
@@ -1,0 +2,38 @@
+Mon Oct 20 12:09:00 UTC 2014 - [email protected]
+
+- Update to version 1.10.0:
+  + API break: Flag values in 'MbimRegistrationFlag' were updated
+    to match the ones in the MBIM documentation.
+  + Implemented a new 'mbim-proxy', which allows sharing a single
+    MBIM control port among different processes. The usage of the
+    proxy is optional, and can be requested by specifying the
+    MBIM_DEVICE_OPEN_FLAGS_PROXY flag in the new
+    mbim_device_open_full() method. The 'mbimcli' command line tool
+    was also extended with a new '--device-open-proxy,-p' option,
+    to allow requesting the use of the proxy process.
+  + New 'removed' signal added to the MbimDevice, to notify when
+    the underlying connection to the device is lost (e.g. lost
+    connection to the mbim-proxy, or lost access to the MBIM
+    control port).
+  + Added support for registering and using custom services.
+  + Added additional GMM cause codes to MbimNwError.
+  + Transactions are now matched not only by ID but also by type.
+  + Several other minor improvements and fixes.
+- Changes from version 1.8.0:
+  + Added support for additional MBIM messages:
+    - MBIM_CID_MS_FIRMWARE_ID_GET
+    - MBIM_CID_MS_HOST_SHUTDOWN_NOTIFY
+  + Updated mbimcli with new commands:
+    - --set-radio-state
+    - --ms-query-firmware-id
+    - --ms-notify-host-shutdown
+    - --dss-connect
+    - --dss-disconnect
+  + Several enums and functions were renamed, and marked as
+    deprecated. A small layer is given to provide backwards
+    compatibility.
+  + Several other minor improvements and fixes.
+- Rename libmbim-glib0 subpackage to libmbim-glib4, following
+  upstreams soname change.
+
+-------------------------------------------------------------------

Old:
----
  libmbim-1.6.0.tar.xz

New:
----
  libmbim-1.10.0.tar.xz

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

Other differences:
------------------
++++++ libmbim.spec ++++++
--- /var/tmp/diff_new_pack.G9M7QD/_old  2014-11-18 22:44:54.000000000 +0100
+++ /var/tmp/diff_new_pack.G9M7QD/_new  2014-11-18 22:44:54.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           libmbim
-Version:        1.6.0
+Version:        1.10.0
 Release:        0
 Summary:        Mobile Interface Broadband Model (MBIM) protocol
 License:        GPL-2.0+ and LGPL-2.0+
@@ -35,12 +35,12 @@
 libmbim is a glib-based library for talking to WWAN modems and devices
 which speak the Mobile Interface Broadband Model (MBIM) protocol.
 
-%package -n libmbim-glib0
+%package -n libmbim-glib4
 Summary:        Mobile Interface Broadband Model (MBIM) protocol
 License:        LGPL-2.1+
 Group:          System/Libraries
 
-%description -n libmbim-glib0
+%description -n libmbim-glib4
 libmbim is a glib-based library for talking to WWAN modems and devices
 which speak the Mobile Interface Broadband Model (MBIM) protocol.
 
@@ -48,7 +48,7 @@
 Summary:        Mobile Interface Broadband Model (MBIM) protocol - Development 
files
 License:        LGPL-2.1+
 Group:          Development/Languages/C and C++
-Requires:       libmbim-glib0 = %{version}
+Requires:       libmbim-glib4 = %{version}
 
 %description devel
 libmbim is a glib-based library for talking to WWAN modems and devices
@@ -66,19 +66,20 @@
 %make_install
 find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
 
-%post -n libmbim-glib0 -p /sbin/ldconfig
+%post -n libmbim-glib4 -p /sbin/ldconfig
 
-%postun -n libmbim-glib0 -p /sbin/ldconfig
+%postun -n libmbim-glib4 -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %doc README COPYING
 %{_bindir}/mbim-network
 %{_bindir}/mbimcli
+%{_libexecdir}/mbim-proxy
 %{_mandir}/man1/mbim-network.1%{?ext_man}
 %{_mandir}/man1/mbimcli.1%{?ext_man}
 
-%files -n libmbim-glib0
+%files -n libmbim-glib4
 %defattr(-,root,root)
 %{_libdir}/libmbim-glib.so.*
 

++++++ libmbim-1.6.0.tar.xz -> libmbim-1.10.0.tar.xz ++++++
++++ 47422 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to