From 981200c7f27e1a01e31a9fb1060703ef13081b8f3e38a1cafa39b221fad287dc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 7 Sep 2017 18:29:40 +0000 Subject: [PATCH] Accepting request 522034 from GNOME:Factory 1 OBS-URL: https://build.opensuse.org/request/show/522034 OBS-URL: https://build.opensuse.org/package/show/network/libmbim?expand=0&rev=23 --- libmbim-1.14.0.tar.xz | 3 --- libmbim-1.14.2.tar.xz | 3 +++ libmbim-plug-mem-leak.patch | 22 ---------------------- libmbim.changes | 17 +++++++++++++++++ libmbim.spec | 5 +---- 5 files changed, 21 insertions(+), 29 deletions(-) delete mode 100644 libmbim-1.14.0.tar.xz create mode 100644 libmbim-1.14.2.tar.xz delete mode 100644 libmbim-plug-mem-leak.patch diff --git a/libmbim-1.14.0.tar.xz b/libmbim-1.14.0.tar.xz deleted file mode 100644 index 0a5e689..0000000 --- a/libmbim-1.14.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b -size 401460 diff --git a/libmbim-1.14.2.tar.xz b/libmbim-1.14.2.tar.xz new file mode 100644 index 0000000..76115f5 --- /dev/null +++ b/libmbim-1.14.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22cafe6b8432433aa58bedcf7db71111522ce6531bfe24e8e9b6058412cd31cf +size 401688 diff --git a/libmbim-plug-mem-leak.patch b/libmbim-plug-mem-leak.patch deleted file mode 100644 index b884cdc..0000000 --- a/libmbim-plug-mem-leak.patch +++ /dev/null @@ -1,22 +0,0 @@ -From c68b1375f3729968a1d83feecc6df0f6cfd81746 Mon Sep 17 00:00:00 2001 -From: Aleksander Morgado -Date: Wed, 1 Feb 2017 23:05:40 +0100 -Subject: libmbim-glib,device: plug memleak in open timeout - -(cherry picked from commit f6249fee1710484a749a5b919ca130d36d64eb2d) - -diff --git a/src/libmbim-glib/mbim-device.c b/src/libmbim-glib/mbim-device.c -index a001940..c869ad7 100644 ---- a/src/libmbim-glib/mbim-device.c -+++ b/src/libmbim-glib/mbim-device.c -@@ -1281,6 +1281,7 @@ open_message_ready (MbimDevice *self, - - /* No more seconds left in the timeout... return error */ - } -+ g_error_free (error); - - g_debug ("open operation timed out: closed"); - self->priv->open_status = OPEN_STATUS_CLOSED; --- -cgit v0.10.2 - diff --git a/libmbim.changes b/libmbim.changes index 683d07e..1311b21 100644 --- a/libmbim.changes +++ b/libmbim.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Sep 7 15:06:56 UTC 2017 - zaitor@opensuse.org + +- Update to version 1.14.2: + + libmbim-glib: + - Added MBIM_READY_INFO_FLAG_NONE to MbimReadyInfoFlag. + - Fixed G_DEPRECATED_FOR annotations. + + mbim-proxy: + - Fixed segfault when device goes away while being opened. + - Avoid receiving signals from the parent process. + + mbimcli: + - Fix second ctrl+c handling. + - Add cancellability to the query-ip-configuration action. + + mbim-network: Fix bashisms. + + Several other minor improvements and fixes. +- Drop libmbim-plug-mem-leak.patch: Fixed upstream. + ------------------------------------------------------------------- Wed Mar 1 17:53:28 UTC 2017 - zaitor@opensuse.org diff --git a/libmbim.spec b/libmbim.spec index 81920b7..dc37a3c 100644 --- a/libmbim.spec +++ b/libmbim.spec @@ -18,15 +18,13 @@ Name: libmbim -Version: 1.14.0 +Version: 1.14.2 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/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM libmbim-plug-mem-leak.patch zaitor@opensuse.org -- Plug memory leak in open timeout -Patch0: libmbim-plug-mem-leak.patch BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(gobject-2.0) @@ -69,7 +67,6 @@ This package contain de bash completion command for mbimcli tools. %prep %setup -q -%patch0 -p1 %build %configure \