Hello community,

here is the log from the commit of package libmbim for openSUSE:Factory checked 
in at 2015-02-01 12:28: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-12-08 
16:55:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmbim.new/libmbim.changes     2015-02-01 
12:28:44.000000000 +0100
@@ -1,0 +2,30 @@
+Wed Jan 28 15:46:04 UTC 2015 - [email protected]
+
+- Update to version 1.12.0:
+  + New `--enable-mbim-username' option during configure, which
+    allows specifying which will be the user owning the
+    /dev/cdc-wdm character devices of all MBIM modems (udev rules
+    are installed to change file ownership). If this option is
+    used, the mbim-proxy will only allow connections from processes
+    running by the specified user or by the root user.
+  + Function error messages can now be returned by the MbimDevice
+    as responses to `Command', `Open' or `Close' messages. Users of
+    the library should not assume the type of message returned to
+    the previous actions.
+  + The MbimProxy will monitor for 'NotOpened' errors, and when one
+    detected it will directly close the internal MbimDevice. Any
+    subsequent request sent by clients to that specific device will
+    be aborted with a proxy-generated 'NotOpened' error. Clients
+    will need to explicitly reopen the ports in that case.
+  + The API now has a new mbim_message_response_get_result() method
+    which allows getting a GError from a message which may be of a
+    specific type (e.g. a `Command Done' message in response to a
+    `Command' request) or instead the generic `Function Error'
+    message type. Users of the library can use this new method to
+    avoid assuming the type of message returned.
+  + Other bugfixes and minor improvements:
+    - Attach timeout and idle events to the thread-default context.
+    - Fix bashisms in the mbim-network script.
+- Drop libmbim-1.10.0-fix-bashisms.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  libmbim-1.10.0-fix-bashisms.patch
  libmbim-1.10.0.tar.xz

New:
----
  libmbim-1.12.0.tar.xz

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

Other differences:
------------------
++++++ libmbim.spec ++++++
--- /var/tmp/diff_new_pack.9LrsqF/_old  2015-02-01 12:28:45.000000000 +0100
+++ /var/tmp/diff_new_pack.9LrsqF/_new  2015-02-01 12:28:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmbim
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,15 +18,13 @@
 
 
 Name:           libmbim
-Version:        1.10.0
+Version:        1.12.0
 Release:        0
 Summary:        Mobile Interface Broadband Model (MBIM) protocol
 License:        GPL-2.0+ and LGPL-2.0+
 Group:          Productivity/Networking/System
 Url:            http://www.freedesktop.org/wiki/Software/libmbim/
-Source:         
http://www.freedesktop.org/software/libmbim/libmbim-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM libmbim-1.10.0-fix-bashisms.patch [email protected]
-Patch1:         libmbim-1.10.0-fix-bashisms.patch
+Source:         
http://www.freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gobject-2.0)
@@ -58,7 +56,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure \

++++++ libmbim-1.10.0.tar.xz -> libmbim-1.12.0.tar.xz ++++++
++++ 33635 lines of diff (skipped)

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

Reply via email to