Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package exo for openSUSE:Factory checked in at 2021-04-15 16:57:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exo (Old) and /work/SRC/openSUSE:Factory/.exo.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exo" Thu Apr 15 16:57:08 2021 rev:73 rq:884800 version:4.16.2 Changes: -------- --- /work/SRC/openSUSE:Factory/exo/exo.changes 2021-03-29 18:21:24.790239860 +0200 +++ /work/SRC/openSUSE:Factory/.exo.new.12324/exo.changes 2021-04-15 16:57:26.786677065 +0200 @@ -1,0 +2,7 @@ +Mon Apr 12 12:14:46 UTC 2021 - Marcel Kuehlhorn <[email protected]> + +- Update to version 4.16.2 + * Properly initialize GdkRectangle to prevent crash + (gxo#xfce/exo#57) + +------------------------------------------------------------------- Old: ---- exo-4.16.1.tar.bz2 New: ---- exo-4.16.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exo.spec ++++++ --- /var/tmp/diff_new_pack.A0dWp9/_old 2021-04-15 16:57:27.330677925 +0200 +++ /var/tmp/diff_new_pack.A0dWp9/_new 2021-04-15 16:57:27.334677931 +0200 @@ -20,7 +20,7 @@ %define libname_gtk3 libexo-2-0 %bcond_with git Name: exo -Version: 4.16.1 +Version: 4.16.2 Release: 0 Summary: Application Development Library for Xfce License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ exo-4.16.1.tar.bz2 -> exo-4.16.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/exo-4.16.1/ChangeLog new/exo-4.16.2/ChangeLog --- old/exo-4.16.1/ChangeLog 2021-03-12 10:49:08.000000000 +0100 +++ new/exo-4.16.2/ChangeLog 2021-04-12 13:46:47.000000000 +0200 @@ -1,3 +1,27 @@ +commit 94d2348ba7773d54ab6974e8f242fa26dd823e58 +Author: Alexander Schwinn <[email protected]> +Date: Mon Apr 12 13:34:52 2021 +0200 + + Properly initialize GdkRectangle to prevent crash (Issue #57) + + Crash happens when assertions are enabled in gtk packages. + + See as well: https://gitlab.xfce.org/xfce/thunar/-/issues/556 + + Fixes #57 + +commit f8fa125a443ee860f38539ad2f337dbbd6c35cfd +Author: Alexander Schwinn <[email protected]> +Date: Fri Mar 12 10:51:30 2021 +0100 + + Back to development + +commit 09affd558c5491880fbbd2c3aa798e69cb17f9d2 +Author: Alexander Schwinn <[email protected]> +Date: Fri Mar 12 10:50:45 2021 +0100 + + Updates for release + commit 02ba4ce27700fe22cc3e9fe73932b1cd920883a7 Author: Romain Bouvier <[email protected]> Date: Sat Jan 30 22:33:00 2021 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/exo-4.16.1/NEWS new/exo-4.16.2/NEWS --- old/exo-4.16.1/NEWS 2021-03-12 10:47:11.000000000 +0100 +++ new/exo-4.16.2/NEWS 2021-04-12 13:38:27.000000000 +0200 @@ -1,3 +1,8 @@ +4.16.2 +====== +- Properly initialize GdkRectangle to prevent crash (Issue #57) + + 4.16.1 ====== - Revamp the documentation to modernize and uniformize accross diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/exo-4.16.1/configure new/exo-4.16.2/configure --- old/exo-4.16.1/configure 2021-03-12 10:48:59.000000000 +0100 +++ new/exo-4.16.2/configure 2021-04-12 13:46:37.000000000 +0200 @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac 02ba4ce2. +# From configure.ac 94d2348b. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for exo 4.16.1. +# Generated by GNU Autoconf 2.69 for exo 4.16.2. # # Report bugs to <https://gitlab.xfce.org/xfce/exo>. # @@ -594,8 +594,8 @@ # Identity of this package. PACKAGE_NAME='exo' PACKAGE_TARNAME='exo' -PACKAGE_VERSION='4.16.1' -PACKAGE_STRING='exo 4.16.1' +PACKAGE_VERSION='4.16.2' +PACKAGE_STRING='exo 4.16.2' PACKAGE_BUGREPORT='https://gitlab.xfce.org/xfce/exo' PACKAGE_URL='' @@ -1482,7 +1482,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 exo 4.16.1 to adapt to many kinds of systems. +\`configure' configures exo 4.16.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1558,7 +1558,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of exo 4.16.1:";; + short | recursive ) echo "Configuration of exo 4.16.2:";; esac cat <<\_ACEOF @@ -1704,7 +1704,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -exo configure 4.16.1 +exo configure 4.16.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2076,7 +2076,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by exo $as_me 4.16.1, which was +It was created by exo $as_me 4.16.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3056,7 +3056,7 @@ # Define the identity of the package. PACKAGE='exo' - VERSION='4.16.1' + VERSION='4.16.2' cat >>confdefs.h <<_ACEOF @@ -3336,7 +3336,7 @@ LIBEXO_VERSION_API=2 LIBEXO_VERSION_MAJOR=4 LIBEXO_VERSION_MINOR=16 -LIBEXO_VERSION_MICRO=1 +LIBEXO_VERSION_MICRO=2 @@ -18524,7 +18524,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by exo $as_me 4.16.1, which was +This file was extended by exo $as_me 4.16.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18590,7 +18590,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -exo config.status 4.16.1 +exo config.status 4.16.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/exo-4.16.1/configure.ac new/exo-4.16.2/configure.ac --- old/exo-4.16.1/configure.ac 2021-03-12 10:48:51.000000000 +0100 +++ new/exo-4.16.2/configure.ac 2021-04-12 13:46:29.000000000 +0200 @@ -18,9 +18,9 @@ m4_define([libexo_version_api], [2]) m4_define([libexo_version_major], [4]) m4_define([libexo_version_minor], [16]) -m4_define([libexo_version_micro], [1]) +m4_define([libexo_version_micro], [2]) m4_define([libexo_version_nano], []) -m4_define([libexo_version_build], [02ba4ce2]) +m4_define([libexo_version_build], [94d2348b]) m4_define([libexo_version_tag], []) m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])]) @@ -42,7 +42,7 @@ AC_INIT([exo], [libexo_version], [https://gitlab.xfce.org/xfce/exo]) AC_PREREQ([2.60]) AC_CONFIG_MACRO_DIRS([m4]) -AC_REVISION([02ba4ce2]) +AC_REVISION([94d2348b]) AC_CANONICAL_TARGET() dnl *************************** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/exo-4.16.1/docs/man/exo-open.1 new/exo-4.16.2/docs/man/exo-open.1 --- old/exo-4.16.1/docs/man/exo-open.1 2021-03-12 10:43:50.000000000 +0100 +++ new/exo-4.16.2/docs/man/exo-open.1 2021-04-05 23:49:58.000000000 +0200 @@ -2,12 +2,12 @@ .\" Title: exo-open .\" Author: [see the "Author" section] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 03/12/2021 +.\" Date: 04/05/2021 .\" Manual: Xfce User\*(Aqs Manual .\" Source: Xfce .\" Language: English .\" -.TH "EXO\-OPEN" "1" "03/12/2021" "Xfce" "Xfce User\*(Aqs Manual" +.TH "EXO\-OPEN" "1" "04/05/2021" "Xfce" "Xfce User\*(Aqs Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/exo-4.16.1/docs/reference/html/index.html new/exo-4.16.2/docs/reference/html/index.html --- old/exo-4.16.1/docs/reference/html/index.html 2021-03-12 10:49:41.000000000 +0100 +++ new/exo-4.16.2/docs/reference/html/index.html 2021-04-12 13:47:19.000000000 +0200 @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">exo Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - For exo 4.16.1. + For exo 4.16.2. The latest version of this documentation can be found on-line at <a class="ulink" href="https://developer.xfce.org/exo/index.html" target="_top">https://developer.xfce.org/exo/</a>. </p></div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/exo-4.16.1/exo/exo-config.h new/exo-4.16.2/exo/exo-config.h --- old/exo-4.16.1/exo/exo-config.h 2021-03-12 10:49:07.000000000 +0100 +++ new/exo-4.16.2/exo/exo-config.h 2021-04-12 13:46:46.000000000 +0200 @@ -55,7 +55,7 @@ * compile time, rather than from the library linked against at * application run time. **/ -#define EXO_MICRO_VERSION 1 +#define EXO_MICRO_VERSION 2 /** * EXO_CHECK_VERSION: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/exo-4.16.1/exo/exo-icon-view.c new/exo-4.16.2/exo/exo-icon-view.c --- old/exo-4.16.1/exo/exo-icon-view.c 2021-02-28 14:29:23.000000000 +0100 +++ new/exo-4.16.2/exo/exo-icon-view.c 2021-04-12 13:37:35.000000000 +0200 @@ -3565,6 +3565,7 @@ { GdkRectangle cell_area, aligned_area; + cell_area.x = cell_area.y = 0; cell_area.width = req.width; cell_area.height = req.height;
