Hello community, here is the log from the commit of package libmbim for openSUSE:Factory checked in at 2019-04-28 19:56:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmbim (Old) and /work/SRC/openSUSE:Factory/.libmbim.new.5536 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmbim" Sun Apr 28 19:56:48 2019 rev:18 rq:697390 version:1.18.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libmbim/libmbim.changes 2019-01-10 15:16:31.622736626 +0100 +++ /work/SRC/openSUSE:Factory/.libmbim.new.5536/libmbim.changes 2019-04-28 19:56:49.711029945 +0200 @@ -1,0 +2,7 @@ +Sun Apr 14 11:01:24 UTC 2019 - Martin Hauke <[email protected]> + +- Fix wording in the package summary +- Update to version 1.18.2 + + mbim-proxy: + - Increased empty lifetime to 300s. +------------------------------------------------------------------- Old: ---- libmbim-1.18.0.tar.xz New: ---- libmbim-1.18.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmbim.spec ++++++ --- /var/tmp/diff_new_pack.lcXyqU/_old 2019-04-28 19:56:50.319029579 +0200 +++ /var/tmp/diff_new_pack.lcXyqU/_new 2019-04-28 19:56:50.327029574 +0200 @@ -18,9 +18,9 @@ Name: libmbim -Version: 1.18.0 +Version: 1.18.2 Release: 0 -Summary: Mobile Interface Broadband Model (MBIM) protocol +Summary: Mobile Broadband Interface Model (MBIM) protocol License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: Productivity/Networking/System URL: http://www.freedesktop.org/wiki/Software/libmbim/ ++++++ libmbim-1.18.0.tar.xz -> libmbim-1.18.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.18.0/ChangeLog new/libmbim-1.18.2/ChangeLog --- old/libmbim-1.18.0/ChangeLog 2019-01-08 13:52:39.000000000 +0100 +++ new/libmbim-1.18.2/ChangeLog 2019-03-07 17:26:13.000000000 +0100 @@ -1,3 +1,63 @@ +commit 3c5431e2efa900b6b174151824ac4b6d0d93aabc +Author: Aleksander Morgado <[email protected]> +Date: Wed Oct 10 16:08:33 2018 +0200 + + build: bump revision for next branch build + + configure.ac | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit cdf25b2853257d986e4a3c00993182d39649395f +Author: Aleksander Morgado <[email protected]> +Date: Thu Mar 7 15:11:57 2019 +0100 + + mbim-proxy: new '--empty-timeout=[SECS}' option + + We allow specifying how long the proxy should be kept running after + the last client/device has exited. + + src/mbim-proxy/mbim-proxy.c | 23 ++++++++++++++++++----- + 1 file changed, 18 insertions(+), 5 deletions(-) + +commit 27257959196e34d8312f3fd481ab94199e779026 +Author: Aleksander Morgado <[email protected]> +Date: Thu Mar 7 15:08:05 2019 +0100 + + mbim-proxy: new --no-exit option to avoid the proxy from exiting + + src/mbim-proxy/mbim-proxy.c | 26 +++++++++++++++++--------- + 1 file changed, 17 insertions(+), 9 deletions(-) + +commit 8a3c88eaa76e606b113000889bfa0f8d9901eb99 +Author: Aleksander Morgado <[email protected]> +Date: Thu Mar 7 15:04:04 2019 +0100 + + mbim-proxy: update default empty lifetime timeout to 300s + + src/mbim-proxy/mbim-proxy.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 92501dffafee34ac8ba358cc27c5bb89cd8a2625 +Author: Eric Caruso <[email protected]> +Date: Mon Feb 11 15:46:12 2019 -0800 + + Add .gitlab-ci.yml + + This allows us to run unit tests on every commit to the gitlab + instance. + + .gitlab-ci.yml | 15 +++++++++++++++ + 1 file changed, 15 insertions(+) + +commit 29b09c4d146c8d0a0cc12417ecdc3356fa5559da +Author: Aleksander Morgado <[email protected]> +Date: Tue Jan 8 14:01:58 2019 +0100 + + build: post-release version bump to 1.19.0 + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + commit 18cd1d2b3f21ca825f4d2eb31a058b1e43860f5b Author: Aleksander Morgado <[email protected]> Date: Tue Jan 8 13:38:27 2019 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.18.0/Makefile.in new/libmbim-1.18.2/Makefile.in --- old/libmbim-1.18.0/Makefile.in 2019-01-08 13:52:19.000000000 +0100 +++ new/libmbim-1.18.2/Makefile.in 2019-04-12 16:40:35.000000000 +0200 @@ -163,7 +163,7 @@ DIST_SUBDIRS = $(SUBDIRS) am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \ COPYING COPYING.LIB ChangeLog INSTALL NEWS README compile \ - config.guess config.sub install-sh ltmain.sh missing + config.guess config.sub depcomp install-sh ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.18.0/configure new/libmbim-1.18.2/configure --- old/libmbim-1.18.0/configure 2019-01-08 13:52:18.000000000 +0100 +++ new/libmbim-1.18.2/configure 2019-04-12 16:40:35.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libmbim 1.18.0. +# Generated by GNU Autoconf 2.69 for libmbim 1.18.2. # # Report bugs to <[email protected]>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='libmbim' PACKAGE_TARNAME='libmbim' -PACKAGE_VERSION='1.18.0' -PACKAGE_STRING='libmbim 1.18.0' +PACKAGE_VERSION='1.18.2' +PACKAGE_STRING='libmbim 1.18.2' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1397,7 +1397,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libmbim 1.18.0 to adapt to many kinds of systems. +\`configure' configures libmbim 1.18.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1467,7 +1467,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libmbim 1.18.0:";; + short | recursive ) echo "Configuration of libmbim 1.18.2:";; esac cat <<\_ACEOF @@ -1619,7 +1619,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libmbim configure 1.18.0 +libmbim configure 1.18.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1897,7 +1897,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libmbim $as_me 1.18.0, which was +It was created by libmbim $as_me 1.18.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2765,7 +2765,7 @@ # Define the identity of the package. PACKAGE='libmbim' - VERSION='1.18.0' + VERSION='1.18.2' # Some tools Automake needs. @@ -12235,8 +12235,8 @@ MBIM_MAJOR_VERSION=1 MBIM_MINOR_VERSION=18 -MBIM_MICRO_VERSION=0 -MBIM_VERSION=1.18.0 +MBIM_MICRO_VERSION=2 +MBIM_VERSION=1.18.2 @@ -14171,7 +14171,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libmbim $as_me 1.18.0, which was +This file was extended by libmbim $as_me 1.18.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14237,7 +14237,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libmbim config.status 1.18.0 +libmbim config.status 1.18.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.18.0/configure.ac new/libmbim-1.18.2/configure.ac --- old/libmbim-1.18.0/configure.ac 2019-01-08 13:51:41.000000000 +0100 +++ new/libmbim-1.18.2/configure.ac 2019-04-12 16:40:10.000000000 +0200 @@ -4,7 +4,7 @@ dnl The libmbim version number m4_define([mbim_major_version], [1]) m4_define([mbim_minor_version], [18]) -m4_define([mbim_micro_version], [0]) +m4_define([mbim_micro_version], [2]) m4_define([mbim_version], [mbim_major_version.mbim_minor_version.mbim_micro_version]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.18.0/docs/man/mbim-network.1 new/libmbim-1.18.2/docs/man/mbim-network.1 --- old/libmbim-1.18.0/docs/man/mbim-network.1 2019-01-08 13:52:37.000000000 +0100 +++ new/libmbim-1.18.2/docs/man/mbim-network.1 2019-02-26 14:25:29.000000000 +0100 @@ -1,87 +0,0 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. -.TH MBIM-NETWORK "1" "January 2019" "mbim-network 1.18.0" "User Commands" -.SH NAME -mbim-network \- Simple network management of MBIM devices -.SH SYNOPSIS -.B mbim-network -[\fI\,OPTIONS\/\fR] [\fI\,DEVICE\/\fR] [\fI\,COMMAND\/\fR] -.SH DESCRIPTION -Simple network management of MBIM devices -.SS "Commands:" -.TP -start -Start network connection -.TP -stop -Stop network connection -.TP -status -Query network connection status -.SH OPTIONS -.TP -\fB\-\-profile\fR=\fI\,[PATH]\/\fR -Use the profile in the specified path -.TP -\fB\-\-help\fR, \fB\-h\fR -Show help options -.TP -\fB\-\-version\fR -Show version -.PP -Notes: -.IP -1) [DEVICE] is given as the full path to the cdc\-wdm character -device, e.g.: -.IP -\fI\,/dev/cdc\-wdm0\/\fP -.IP -2) The mbim\-network script requires a profile to work. Unless -explicitly specified with `\-\-profile', the file is assumed to -be available in the following path: -.IP -\fI\,/etc/mbim\-network.conf\/\fP -.IP -3) The APN to use should be configured in the profile, in the -following way (e.g. assuming APN is called 'internet'): -.IP -APN=internet -.IP -4) Optional APN user/password strings may be given in the -following way: -.IP -APN_USER=user -APN_PASS=password -.IP -5) If APN user/password is specified, the authentication protocol -to use (one of PAP, CHAP or MSCHAPV2) must also be specified in -the following way: -.IP -APN_AUTH=protocol -.IP -6) If you want to instruct the mbim\-network script to use the -mbim\-proxy setup, you can do so by configuring the following line -in the profile: -.IP -PROXY=yes -.IP -7) Once the mbim\-network script reports a successful connection -you still need to run a DHCP client on the associated WWAN network -interface. -.SH COPYRIGHT -Copyright \(co 2013\-2018 Aleksander Morgado -License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl\-2.0.html> -.br -This is free software: you are free to change and redistribute it. -There is NO WARRANTY, to the extent permitted by law. -.SH "SEE ALSO" -The full documentation for -.B mbim-network -is maintained as a Texinfo manual. If the -.B info -and -.B mbim-network -programs are properly installed at your site, the command -.IP -.B info mbim-network -.PP -should give you access to the complete manual. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.18.0/docs/man/mbimcli.1 new/libmbim-1.18.2/docs/man/mbimcli.1 --- old/libmbim-1.18.0/docs/man/mbimcli.1 2019-01-08 13:52:37.000000000 +0100 +++ new/libmbim-1.18.2/docs/man/mbimcli.1 2019-04-12 16:38:57.000000000 +0200 @@ -1,227 +0,0 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. -.TH MBIMCLI "1" "January 2019" "mbimcli " "User Commands" -.SH NAME -mbimcli \- Control MBIM devices -.SH DESCRIPTION -.SS "Usage:" -.IP -lt\-mbimcli [OPTION?] \- Control MBIM devices -.SS "Help Options:" -.TP -\fB\-h\fR, \fB\-\-help\fR -Show help options -.TP -\fB\-\-help\-all\fR -Show all help options -.TP -\fB\-\-help\-basic\-connect\fR -Show Basic Connect Service options -.TP -\fB\-\-help\-phonebook\fR -Show Phonebook Service options -.TP -\fB\-\-help\-dss\fR -Show Device Service Stream options -.TP -\fB\-\-help\-ms\-firmware\-id\fR -Show Microsoft Firmware ID Service options -.TP -\fB\-\-help\-ms\-host\-shutdown\fR -Show Microsoft Host Shutdown Service options -.TP -\fB\-\-help\-atds\fR -Show AT&T Device Service options -.TP -\fB\-\-help\-intel\-firmware\-update\fR -Show Intel Firmware Update Service options -.TP -\fB\-\-help\-ms\-basic\-connect\-extensions\fR -Show Microsoft Basic Connect Extensions Service options -.PP -Basic Connect options -.TP -\fB\-\-query\-device\-caps\fR -Query device capabilities -.TP -\fB\-\-query\-subscriber\-ready\-status\fR -Query subscriber ready status -.TP -\fB\-\-query\-radio\-state\fR -Query radio state -.TP -\fB\-\-set\-radio\-state\fR=\fI\,[\/\fR(on|off)] -Set radio state -.TP -\fB\-\-query\-device\-services\fR -Query device services -.TP -\fB\-\-query\-pin\-state\fR -Query PIN state -.TP -\fB\-\-enter\-pin\fR=\fI\,[\/\fR(current PIN)] -Enter PIN -.TP -\fB\-\-change\-pin\fR=\fI\,[\/\fR(current PIN),(new PIN)] -Change PIN -.TP -\fB\-\-enable\-pin\fR=\fI\,[\/\fR(current PIN)] -Enable PIN -.TP -\fB\-\-disable\-pin\fR=\fI\,[\/\fR(current PIN)] -Disable PIN -.TP -\fB\-\-enter\-puk\fR=\fI\,[\/\fR(PUK),(new PIN)] -Enter PUK -.TP -\fB\-\-query\-pin\-list\fR -Query PIN list -.TP -\fB\-\-query\-home\-provider\fR -Query home provider -.TP -\fB\-\-query\-preferred\-providers\fR -Query preferred providers -.TP -\fB\-\-query\-visible\-providers\fR -Query visible providers -.TP -\fB\-\-query\-registration\-state\fR -Query registration state -.TP -\fB\-\-register\-automatic\fR -Launch automatic registration -.TP -\fB\-\-query\-signal\-state\fR -Query signal state -.TP -\fB\-\-query\-packet\-service\-state\fR -Query packet service state -.TP -\fB\-\-attach\-packet\-service\fR -Attach to the packet service -.TP -\fB\-\-detach\-packet\-service\fR -Detach from the packet service -.TP -\fB\-\-query\-connection\-state\fR=\fI\,[SessionID]\/\fR -Query connection state (SessionID is optional, defaults to 0) -.TP -\fB\-\-connect\fR=\fI\,[\/\fR"key=value,..."] -Connect (allowed keys: session\-id, apn, ip\-type (ipv4|ipv6|ipv4v6), auth (PAP|CHAP|MSCHAPV2), username, password) -.TP -\fB\-\-query\-ip\-configuration\fR=\fI\,[SessionID]\/\fR -Query IP configuration (SessionID is optional, defaults to 0) -.TP -\fB\-\-disconnect\fR=\fI\,[SessionID]\/\fR -Disconnect (SessionID is optional, defaults to 0) -.TP -\fB\-\-query\-packet\-statistics\fR -Query packet statistics -.TP -\fB\-\-query\-ip\-packet\-filters\fR=\fI\,[SessionID]\/\fR -Query IP packet filters (SessionID is optional, defaults to 0) -.PP -Phonebook options -.TP -\fB\-\-phonebook\-query\-configuration\fR -Query the phonebook configuration -.TP -\fB\-\-phonebook\-read\fR=\fI\,[\/\fR(Phonebook index)] -Read phonebook entry with given index -.TP -\fB\-\-phonebook\-read\-all\fR -Read all phonebook entries -.TP -\fB\-\-phonebook\-write\fR=\fI\,[\/\fR(Name),(Number)[,(Index)]] -Add new phonebook entry or update an existing one -.TP -\fB\-\-phonebook\-delete\fR=\fI\,[\/\fR(Phonebook index)] -Delete phonebook entry with given index -.TP -\fB\-\-phonebook\-delete\-all\fR -Delete all phonebook entries -.PP -Device Service Stream options -.TP -\fB\-\-dss\-connect\fR=\fI\,[\/\fR(UUID),(Session ID)] -Connect DSS session -.TP -\fB\-\-dss\-disconnect\fR=\fI\,[\/\fR(UUID),(Session ID)] -Disconnect DSS session -.PP -Microsoft Firmware ID options -.TP -\fB\-\-ms\-query\-firmware\-id\fR -Query firmware ID -.PP -Microsoft Host Shutdown options -.TP -\fB\-\-ms\-notify\-host\-shutdown\fR -Notify that host is shutting down -.PP -AT&T Device Service options -.TP -\fB\-\-atds\-query\-signal\fR -Query signal info -.TP -\fB\-\-atds\-query\-location\fR -Query cell location -.PP -Intel Firmware Update Service options -.TP -\fB\-\-intel\-modem\-reboot\fR -Reboot modem -.PP -Microsoft Basic Connect Extensions options -.TP -\fB\-\-ms\-query\-pco\fR=\fI\,[SessionID]\/\fR -Query PCO value (SessionID is optional, defaults to 0) -.TP -\fB\-\-ms\-query\-lte\-attach\-configuration\fR -Query LTE attach configuration -.TP -\fB\-\-ms\-query\-lte\-attach\-status\fR -Query LTE attach status -.SS "Application Options:" -.TP -\fB\-d\fR, \fB\-\-device\fR=\fI\,[PATH]\/\fR -Specify device path -.TP -\fB\-p\fR, \fB\-\-device\-open\-proxy\fR -Request to use the 'mbim\-proxy' proxy -.TP -\fB\-\-no\-open\fR=\fI\,[Transaction\/\fR ID] -Do not explicitly open the MBIM device before running the command -.TP -\fB\-\-no\-close\fR -Do not close the MBIM device after running the command -.TP -\fB\-\-noop\fR -Don't run any command -.TP -\fB\-v\fR, \fB\-\-verbose\fR -Run action with verbose logs, including the debug ones -.TP -\fB\-\-silent\fR -Run action with no logs; not even the error/warning ones -.TP -\fB\-V\fR, \fB\-\-version\fR -Print version -.PP -mbimcli 1.18.0 -Copyright \(co 2013\-2019 Aleksander Morgado -License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl\-2.0.html> -This is free software: you are free to change and redistribute it. -There is NO WARRANTY, to the extent permitted by law. -.SH "SEE ALSO" -The full documentation for -.B mbimcli -is maintained as a Texinfo manual. If the -.B info -and -.B mbimcli -programs are properly installed at your site, the command -.IP -.B info mbimcli -.PP -should give you access to the complete manual. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.18.0/docs/reference/libmbim-glib/html/index.html new/libmbim-1.18.2/docs/reference/libmbim-glib/html/index.html --- old/libmbim-1.18.0/docs/reference/libmbim-glib/html/index.html 2019-01-08 13:52:41.000000000 +0100 +++ new/libmbim-1.18.2/docs/reference/libmbim-glib/html/index.html 2019-04-12 16:44:59.000000000 +0200 @@ -14,7 +14,7 @@ <div class="titlepage"> <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libmbim-glib Reference Manual</p></th></tr></table></div> -<div><p class="releaseinfo">for libmbim-glib 1.18.0 +<div><p class="releaseinfo">for libmbim-glib 1.18.2 </p></div> <div><p class="copyright">Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 The libmbim-glib authors</p></div> <div><div class="legalnotice"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.18.0/docs/reference/libmbim-glib/html/libmbim-glib-Version-checks.html new/libmbim-1.18.2/docs/reference/libmbim-glib/html/libmbim-glib-Version-checks.html --- old/libmbim-1.18.0/docs/reference/libmbim-glib/html/libmbim-glib-Version-checks.html 2019-01-08 13:52:41.000000000 +0100 +++ new/libmbim-1.18.2/docs/reference/libmbim-glib/html/libmbim-glib-Version-checks.html 2019-04-12 16:44:59.000000000 +0200 @@ -132,7 +132,7 @@ <hr> <div class="refsect2"> <a name="MBIM-MICRO-VERSION:CAPS"></a><h3>MBIM_MICRO_VERSION</h3> -<pre class="programlisting">#define MBIM_MICRO_VERSION (0) +<pre class="programlisting">#define MBIM_MICRO_VERSION (2) </pre> <p>Evaluates to the micro version number of libmbim-glib which this source compiled against.</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.18.0/docs/reference/libmbim-glib/version.xml new/libmbim-1.18.2/docs/reference/libmbim-glib/version.xml --- old/libmbim-1.18.0/docs/reference/libmbim-glib/version.xml 2019-01-08 13:52:24.000000000 +0100 +++ new/libmbim-1.18.2/docs/reference/libmbim-glib/version.xml 2019-04-12 16:40:38.000000000 +0200 @@ -1 +1 @@ -1.18.0 +1.18.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.18.0/src/libmbim-glib/mbim-version.h new/libmbim-1.18.2/src/libmbim-glib/mbim-version.h --- old/libmbim-1.18.0/src/libmbim-glib/mbim-version.h 2019-01-08 13:52:24.000000000 +0100 +++ new/libmbim-1.18.2/src/libmbim-glib/mbim-version.h 2019-04-12 16:40:38.000000000 +0200 @@ -51,7 +51,7 @@ * Evaluates to the micro version number of libmbim-glib which this source * compiled against. */ -#define MBIM_MICRO_VERSION (0) +#define MBIM_MICRO_VERSION (2) /** * MBIM_CHECK_VERSION: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.18.0/src/mbim-proxy/mbim-proxy.c new/libmbim-1.18.2/src/mbim-proxy/mbim-proxy.c --- old/libmbim-1.18.0/src/mbim-proxy/mbim-proxy.c 2019-01-08 13:51:41.000000000 +0100 +++ new/libmbim-1.18.2/src/mbim-proxy/mbim-proxy.c 2019-04-12 16:40:10.000000000 +0200 @@ -36,7 +36,7 @@ #define PROGRAM_NAME "mbim-proxy" #define PROGRAM_VERSION PACKAGE_VERSION -#define EMPTY_PROXY_LIFETIME_SECS 30 +#define EMPTY_PROXY_LIFETIME_SECS 300 /* Globals */ static GMainLoop *loop;
