Hello community, here is the log from the commit of package libcroco for openSUSE:Factory checked in at 2015-12-23 08:48:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcroco (Old) and /work/SRC/openSUSE:Factory/.libcroco.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcroco" Changes: -------- --- /work/SRC/openSUSE:Factory/libcroco/libcroco.changes 2015-12-18 21:50:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libcroco.new/libcroco.changes 2015-12-23 08:48:37.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Dec 17 13:11:16 UTC 2015 - zai...@opensuse.org + +- Update to version 0.6.11: + + Fix regression in cr_tknzr_consume_chars. + + Misc bug fixes. + +------------------------------------------------------------------- Old: ---- libcroco-0.6.10.tar.xz New: ---- libcroco-0.6.11.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcroco.spec ++++++ --- /var/tmp/diff_new_pack.yMs2nr/_old 2015-12-23 08:48:38.000000000 +0100 +++ /var/tmp/diff_new_pack.yMs2nr/_new 2015-12-23 08:48:38.000000000 +0100 @@ -17,7 +17,7 @@ Name: libcroco -Version: 0.6.10 +Version: 0.6.11 Release: 0 Summary: CSS2 Parser Library License: LGPL-2.1 ++++++ libcroco-0.6.10.tar.xz -> libcroco-0.6.11.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcroco-0.6.10/ChangeLog new/libcroco-0.6.11/ChangeLog --- old/libcroco-0.6.10/ChangeLog 2015-12-13 19:25:16.000000000 +0100 +++ new/libcroco-0.6.11/ChangeLog 2015-12-17 14:02:44.000000000 +0100 @@ -1,3 +1,59 @@ +commit d8a1a160186a45a5852abc06916f9e452ace9e00 +Author: Ignacio Casal Quinteiro <i...@gnome.org> +Date: Thu Dec 17 14:02:15 2015 +0100 + + Release 0.6.11 + + NEWS | 4 ++++ + 1 file changed, 4 insertions(+) + +commit f4f9e6d897bcb7dff768dda66a9e62c80137d7f5 +Author: Florian Müllner <fmuell...@gnome.org> +Date: Thu Dec 17 00:32:09 2015 +0100 + + Fix regression in cr_tknzr_consume_chars() + + Commit bc9b2c339e introduced an intermediate variable to account + for the difference in signedness between cr_tknzr_consume_chars() + and cr_input_consume_chars(), but missed that the variable in + question is an in-out variable that requires proper initialization. + + https://bugzilla.gnome.org/show_bug.cgi?id=759565 + + src/cr-tknzr.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 387857601cf0cbbac468e0f2620daca5d2a8c095 +Author: Marek Chalupa <mchqwe...@gmail.com> +Date: Tue Dec 15 17:58:52 2015 +0100 + + Fix comparison warning + + Logical ! was only applied to the left side of the comparison + + https://bugzilla.gnome.org/show_bug.cgi?id=758394 + + src/cr-sel-eng.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 1e3112a925e09a1f54a30af2e2c0cfb85d139100 +Author: Ignacio Casal Quinteiro <i...@gnome.org> +Date: Sun Dec 13 19:27:07 2015 +0100 + + Post release version bump + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit ef5d47e32dcbcd2ec181b23021e583720902f199 +Author: Ignacio Casal Quinteiro <i...@gnome.org> +Date: Sun Dec 13 19:25:48 2015 +0100 + + Release 0.6.10 + + NEWS | 3 +++ + 1 file changed, 3 insertions(+) + commit 956078a3cf703b3de5117659a50fae1bc00e8c20 Author: Руслан Ижбулатов <lrn1...@gmail.com> Date: Sat Oct 31 22:47:43 2015 +0000 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcroco-0.6.10/NEWS new/libcroco-0.6.11/NEWS --- old/libcroco-0.6.10/NEWS 2015-12-13 19:24:51.000000000 +0100 +++ new/libcroco-0.6.11/NEWS 2015-12-17 14:01:38.000000000 +0100 @@ -1,3 +1,7 @@ +0.6.11 + * Fix regression in cr_tknzr_consume_chars (Florian Müllner) + * Misc bug fixes + 0.6.10 * Misc bug fixes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcroco-0.6.10/configure new/libcroco-0.6.11/configure --- old/libcroco-0.6.10/configure 2015-12-13 19:24:29.000000000 +0100 +++ new/libcroco-0.6.11/configure 2015-12-17 14:01:57.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libcroco 0.6.10. +# Generated by GNU Autoconf 2.69 for libcroco 0.6.11. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=libcroco>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='libcroco' PACKAGE_TARNAME='libcroco' -PACKAGE_VERSION='0.6.10' -PACKAGE_STRING='libcroco 0.6.10' +PACKAGE_VERSION='0.6.11' +PACKAGE_STRING='libcroco 0.6.11' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=libcroco' PACKAGE_URL='' @@ -1368,7 +1368,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 libcroco 0.6.10 to adapt to many kinds of systems. +\`configure' configures libcroco 0.6.11 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1438,7 +1438,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libcroco 0.6.10:";; + short | recursive ) echo "Configuration of libcroco 0.6.11:";; esac cat <<\_ACEOF @@ -1569,7 +1569,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libcroco configure 0.6.10 +libcroco configure 0.6.11 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1847,7 +1847,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libcroco $as_me 0.6.10, which was +It was created by libcroco $as_me 0.6.11, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2784,7 +2784,7 @@ # Define the identity of the package. PACKAGE='libcroco' - VERSION='0.6.10' + VERSION='0.6.11' cat >>confdefs.h <<_ACEOF @@ -13556,7 +13556,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libcroco $as_me 0.6.10, which was +This file was extended by libcroco $as_me 0.6.11, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -13622,7 +13622,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libcroco config.status 0.6.10 +libcroco config.status 0.6.11 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/libcroco-0.6.10/configure.ac new/libcroco-0.6.11/configure.ac --- old/libcroco-0.6.10/configure.ac 2015-10-31 12:01:48.000000000 +0100 +++ new/libcroco-0.6.11/configure.ac 2015-12-13 19:27:02.000000000 +0100 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.64) -AC_INIT([libcroco],[0.6.10],[http://bugzilla.gnome.org/enter_bug.cgi?product=libcroco],[libcroco]) +AC_INIT([libcroco],[0.6.11],[http://bugzilla.gnome.org/enter_bug.cgi?product=libcroco],[libcroco]) AC_CONFIG_SRCDIR([src/cr-input.c]) AC_CANONICAL_HOST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcroco-0.6.10/libcroco-0.6.pc new/libcroco-0.6.11/libcroco-0.6.pc --- old/libcroco-0.6.10/libcroco-0.6.pc 2015-12-13 19:24:36.000000000 +0100 +++ new/libcroco-0.6.11/libcroco-0.6.pc 2015-12-17 14:02:03.000000000 +0100 @@ -4,7 +4,7 @@ includedir=${prefix}/include Name: libcroco -Version: 0.6.10 +Version: 0.6.11 Description: a CSS2 Parsing and manipulation Library in C. Requires: glib-2.0 libxml-2.0 Libs: -L${libdir} -lcroco-0.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcroco-0.6.10/libcroco.spec new/libcroco-0.6.11/libcroco.spec --- old/libcroco-0.6.10/libcroco.spec 2015-12-13 19:24:33.000000000 +0100 +++ new/libcroco-0.6.11/libcroco.spec 2015-12-17 14:02:00.000000000 +0100 @@ -2,7 +2,7 @@ Name: libcroco Summary: CSS2 parser library -Version: 0.6.10 +Version: 0.6.11 Release: 1 License: LGPL Group: System/Libraries diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcroco-0.6.10/src/cr-sel-eng.c new/libcroco-0.6.11/src/cr-sel-eng.c --- old/libcroco-0.6.10/src/cr-sel-eng.c 2014-09-17 14:58:16.000000000 +0200 +++ new/libcroco-0.6.11/src/cr-sel-eng.c 2015-12-15 19:11:35.000000000 +0100 @@ -126,7 +126,7 @@ if (strqcmp (a_sel->content.pseudo->name->stryng->str, "lang", 4) - || !a_sel->content.pseudo->type == FUNCTION_PSEUDO) { + || a_sel->content.pseudo->type != FUNCTION_PSEUDO) { cr_utils_trace_info ("This handler is for :lang only"); return CR_BAD_PSEUDO_CLASS_SEL_HANDLER_ERROR; } @@ -167,7 +167,7 @@ if (strcmp (a_sel->content.pseudo->name->stryng->str, "first-child") - || !a_sel->content.pseudo->type == IDENT_PSEUDO) { + || a_sel->content.pseudo->type != IDENT_PSEUDO) { cr_utils_trace_info ("This handler is for :first-child only"); return CR_BAD_PSEUDO_CLASS_SEL_HANDLER_ERROR; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcroco-0.6.10/src/cr-tknzr.c new/libcroco-0.6.11/src/cr-tknzr.c --- old/libcroco-0.6.10/src/cr-tknzr.c 2015-12-13 19:23:40.000000000 +0100 +++ new/libcroco-0.6.11/src/cr-tknzr.c 2015-12-17 14:00:33.000000000 +0100 @@ -1901,7 +1901,7 @@ enum CRStatus cr_tknzr_consume_chars (CRTknzr * a_this, guint32 a_char, glong * a_nb_char) { - gulong consumed; + gulong consumed = *(gulong *) a_nb_char; enum CRStatus status; g_return_val_if_fail (a_this && PRIVATE (a_this) && PRIVATE (a_this)->input, CR_BAD_PARAM_ERROR);