Hello community, here is the log from the commit of package libmbim for openSUSE:Factory checked in at 2015-02-03 11:38:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-02-01 12:28:44.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libmbim.new/libmbim.changes 2015-02-03 11:38:48.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Feb 1 09:10:57 UTC 2015 - [email protected] + +- Update to version 1.12.2: + + Fix assertion triggered by a bug in the removal of unreleased + transactions. + +------------------------------------------------------------------- Old: ---- libmbim-1.12.0.tar.xz New: ---- libmbim-1.12.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmbim.spec ++++++ --- /var/tmp/diff_new_pack.ps5FjB/_old 2015-02-03 11:38:49.000000000 +0100 +++ /var/tmp/diff_new_pack.ps5FjB/_new 2015-02-03 11:38:49.000000000 +0100 @@ -18,7 +18,7 @@ Name: libmbim -Version: 1.12.0 +Version: 1.12.2 Release: 0 Summary: Mobile Interface Broadband Model (MBIM) protocol License: GPL-2.0+ and LGPL-2.0+ ++++++ libmbim-1.12.0.tar.xz -> libmbim-1.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.12.0/NEWS new/libmbim-1.12.2/NEWS --- old/libmbim-1.12.0/NEWS 2015-01-09 12:49:17.000000000 +0100 +++ new/libmbim-1.12.2/NEWS 2015-01-28 20:40:23.000000000 +0100 @@ -1,4 +1,10 @@ +Overview of changes in libmbim 1.12.2 +---------------------------------------- + +* Fix assertion triggered by a bug in the removal of unreleased transactions. + + Overview of changes in libmbim 1.12 ---------------------------------------- @@ -186,4 +192,4 @@ Overview of changes in libmbim 0.0.1 ---------------------------------------- -Initial release. \ No newline at end of file +Initial release. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.12.0/configure new/libmbim-1.12.2/configure --- old/libmbim-1.12.0/configure 2015-01-13 14:25:20.000000000 +0100 +++ new/libmbim-1.12.2/configure 2015-01-28 20:41:07.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libmbim 1.12.0. +# Generated by GNU Autoconf 2.69 for libmbim 1.12.2. # # Report bugs to <[email protected]>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='libmbim' PACKAGE_TARNAME='libmbim' -PACKAGE_VERSION='1.12.0' -PACKAGE_STRING='libmbim 1.12.0' +PACKAGE_VERSION='1.12.2' +PACKAGE_STRING='libmbim 1.12.2' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1376,7 +1376,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.12.0 to adapt to many kinds of systems. +\`configure' configures libmbim 1.12.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1446,7 +1446,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libmbim 1.12.0:";; + short | recursive ) echo "Configuration of libmbim 1.12.2:";; esac cat <<\_ACEOF @@ -1587,7 +1587,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libmbim configure 1.12.0 +libmbim configure 1.12.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1865,7 +1865,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.12.0, which was +It was created by libmbim $as_me 1.12.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2733,7 +2733,7 @@ # Define the identity of the package. PACKAGE='libmbim' - VERSION='1.12.0' + VERSION='1.12.2' # Some tools Automake needs. @@ -12106,8 +12106,8 @@ MBIM_MAJOR_VERSION=1 MBIM_MINOR_VERSION=12 -MBIM_MICRO_VERSION=0 -MBIM_VERSION=1.12.0 +MBIM_MICRO_VERSION=2 +MBIM_VERSION=1.12.2 @@ -13638,7 +13638,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.12.0, which was +This file was extended by libmbim $as_me 1.12.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13704,7 +13704,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.12.0 +libmbim config.status 1.12.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.12.0/configure.ac new/libmbim-1.12.2/configure.ac --- old/libmbim-1.12.0/configure.ac 2015-01-13 14:24:31.000000000 +0100 +++ new/libmbim-1.12.2/configure.ac 2015-01-28 20:40:30.000000000 +0100 @@ -4,7 +4,7 @@ dnl The libmbim version number m4_define([mbim_major_version], [1]) m4_define([mbim_minor_version], [12]) -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.12.0/docs/man/mbim-network.1 new/libmbim-1.12.2/docs/man/mbim-network.1 --- old/libmbim-1.12.0/docs/man/mbim-network.1 2015-01-13 14:25:44.000000000 +0100 +++ new/libmbim-1.12.2/docs/man/mbim-network.1 2015-01-28 20:41:32.000000000 +0100 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.4. -.TH MBIM-NETWORK "1" "January 2015" "mbim-network 1.12.0" "User Commands" +.TH MBIM-NETWORK "1" "January 2015" "mbim-network 1.12.2" "User Commands" .SH NAME mbim-network \- Simple network management of MBIM devices .SH SYNOPSIS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.12.0/docs/man/mbimcli.1 new/libmbim-1.12.2/docs/man/mbimcli.1 --- old/libmbim-1.12.0/docs/man/mbimcli.1 2015-01-13 14:25:44.000000000 +0100 +++ new/libmbim-1.12.2/docs/man/mbimcli.1 2015-01-28 20:41:32.000000000 +0100 @@ -166,7 +166,7 @@ \fB\-V\fR, \fB\-\-version\fR Print version .PP -mbimcli 1.12.0 +mbimcli 1.12.2 Copyright (2013\-2014) 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. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.12.0/docs/reference/libmbim-glib/html/index.html new/libmbim-1.12.2/docs/reference/libmbim-glib/html/index.html --- old/libmbim-1.12.0/docs/reference/libmbim-glib/html/index.html 2015-01-13 14:26:24.000000000 +0100 +++ new/libmbim-1.12.2/docs/reference/libmbim-glib/html/index.html 2015-01-28 20:42:02.000000000 +0100 @@ -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.12.0 +<div><p class="releaseinfo">for libmbim-glib 1.12.2 </p></div> <div><p class="copyright">Copyright © 2013-2014 The libmbim-glib authors</p></div> <div><div class="legalnotice"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.12.0/docs/reference/libmbim-glib/html/libmbim-glib-Version-checks.html new/libmbim-1.12.2/docs/reference/libmbim-glib/html/libmbim-glib-Version-checks.html --- old/libmbim-1.12.0/docs/reference/libmbim-glib/html/libmbim-glib-Version-checks.html 2015-01-13 14:26:24.000000000 +0100 +++ new/libmbim-1.12.2/docs/reference/libmbim-glib/html/libmbim-glib-Version-checks.html 2015-01-28 20:42:02.000000000 +0100 @@ -84,7 +84,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.12.0/docs/reference/libmbim-glib/version.xml new/libmbim-1.12.2/docs/reference/libmbim-glib/version.xml --- old/libmbim-1.12.0/docs/reference/libmbim-glib/version.xml 2015-01-13 14:25:24.000000000 +0100 +++ new/libmbim-1.12.2/docs/reference/libmbim-glib/version.xml 2015-01-28 20:41:13.000000000 +0100 @@ -1 +1 @@ -1.12.0 +1.12.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.12.0/src/libmbim-glib/mbim-device.c new/libmbim-1.12.2/src/libmbim-glib/mbim-device.c --- old/libmbim-1.12.0/src/libmbim-glib/mbim-device.c 2015-01-09 12:49:17.000000000 +0100 +++ new/libmbim-1.12.2/src/libmbim-glib/mbim-device.c 2015-01-28 20:32:20.000000000 +0100 @@ -212,14 +212,17 @@ { Transaction *tr = NULL; + /* Only return transaction if it was released from the HT */ if (self->priv->transactions[type]) { tr = g_hash_table_lookup (self->priv->transactions[type], GUINT_TO_POINTER (transaction_id)); - if (tr && ((tr->type == expected_type) || (expected_type == MBIM_MESSAGE_TYPE_INVALID))) + if (tr && ((tr->type == expected_type) || (expected_type == MBIM_MESSAGE_TYPE_INVALID))) { /* If found, remove it from the HT */ g_hash_table_remove (self->priv->transactions[type], GUINT_TO_POINTER (transaction_id)); + return tr; + } } - return tr; + return NULL; } static gboolean diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmbim-1.12.0/src/libmbim-glib/mbim-version.h new/libmbim-1.12.2/src/libmbim-glib/mbim-version.h --- old/libmbim-1.12.0/src/libmbim-glib/mbim-version.h 2015-01-13 14:25:24.000000000 +0100 +++ new/libmbim-1.12.2/src/libmbim-glib/mbim-version.h 2015-01-28 20:41:12.000000000 +0100 @@ -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: -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
