Hello community, here is the log from the commit of package mate-utils for openSUSE:Factory checked in at 2019-06-19 20:58:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-utils (Old) and /work/SRC/openSUSE:Factory/.mate-utils.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-utils" Wed Jun 19 20:58:17 2019 rev:25 rq:704755 version:1.22.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mate-utils/mate-utils.changes 2019-05-16 22:05:19.798550483 +0200 +++ /work/SRC/openSUSE:Factory/.mate-utils.new.4811/mate-utils.changes 2019-06-19 20:58:18.969976561 +0200 @@ -1,0 +2,14 @@ +Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin <[email protected]> + +- Update to version 1.22.1: + * Fix -Werror=cast-function-type with GCC 8. + * mate-disk-usage-analyzer: Fix a memory leak. + * GEN png icons from svg files. + * Update documenters in the about dialogue. + * mate-dictionary: Use g_strjoin to build licence text. + * Use program-name and title in gtk_show_about_dialog call. + * help: Update copyright. + * Update translations. +- Rebase mate-utils-gtk-3.20.patch. + +------------------------------------------------------------------- Old: ---- mate-utils-1.22.0.tar.xz New: ---- mate-utils-1.22.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-utils.spec ++++++ --- /var/tmp/diff_new_pack.xqhxqr/_old 2019-06-19 20:58:19.845977346 +0200 +++ /var/tmp/diff_new_pack.xqhxqr/_new 2019-06-19 20:58:19.845977346 +0200 @@ -20,7 +20,7 @@ %define sover_dict 6 %define _version 1.22 Name: mate-utils -Version: 1.22.0 +Version: 1.22.1 Release: 0 Summary: MATE Desktop utilities License: GPL-2.0-or-later AND LGPL-2.0-or-later AND GFDL-1.1-only @@ -31,10 +31,12 @@ Patch0: mate-utils-gtk-3.20.patch BuildRequires: fdupes BuildRequires: gcc-c++ +BuildRequires: inkscape BuildRequires: itstool BuildRequires: mate-common >= %{_version} BuildRequires: pkgconfig BuildRequires: popt-devel +BuildRequires: rsvg-view BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(atk) @@ -154,8 +156,7 @@ This package contains development files for libmatedict. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 # Do not build the pt lingua for the search tool help to solve build issues. sed -i 's/^\(IGNORE_HELP_LINGUAS =\)/\1 pt/' gsearchtool/help/Makefile.am ++++++ mate-utils-1.22.0.tar.xz -> mate-utils-1.22.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/mate-utils/mate-utils-1.22.0.tar.xz /work/SRC/openSUSE:Factory/.mate-utils.new.4811/mate-utils-1.22.1.tar.xz differ: char 25, line 1 ++++++ mate-utils-gtk-3.20.patch ++++++ --- /var/tmp/diff_new_pack.xqhxqr/_old 2019-06-19 20:58:19.901977396 +0200 +++ /var/tmp/diff_new_pack.xqhxqr/_new 2019-06-19 20:58:19.901977396 +0200 @@ -1,6 +1,6 @@ --- a/baobab/src/baobab.c +++ b/baobab/src/baobab.c -@@ -1002,8 +1002,14 @@ on_chart_button_release (BaobabChart *ch +@@ -1000,8 +1000,14 @@ on_chart_button_release (BaobabChart *ch baobab_chart_can_zoom_out (baobab.current_chart)); /* show the menu */ @@ -52,7 +52,7 @@ if (error != NULL) { --- a/configure.ac +++ b/configure.ac -@@ -59,10 +59,10 @@ AC_SUBST(LIBGDICT_LT_VERSION) +@@ -69,10 +69,10 @@ AC_SUBST(LIBGDICT_LT_VERSION) dnl pkg-config check @@ -82,7 +82,7 @@ if (error) { GtkWidget * dialog; -@@ -1386,8 +1391,14 @@ file_button_release_event_cb (GtkWidget +@@ -1380,8 +1385,14 @@ file_button_release_event_cb (GtkWidget file = g_strdup (((show_app_list == TRUE) ? locale_file_first : NULL)); build_popup_menu_for_file (gsearch, file); @@ -97,8 +97,8 @@ g_free (file); } -@@ -1886,8 +1897,14 @@ key_press_cb (GtkWidget * widget, - g_list_free (list); +@@ -1876,8 +1887,14 @@ key_press_cb (GtkWidget * widget, + g_list_free_full (list, (GDestroyNotify) gtk_tree_path_free); if (!no_files_found) { +#if GTK_CHECK_VERSION (3, 22, 0) @@ -194,7 +194,7 @@ GtkWidget *error_dialog; --- a/mate-dictionary/src/gdict-sidebar.c +++ b/mate-dictionary/src/gdict-sidebar.c -@@ -137,6 +137,31 @@ gdict_sidebar_dispose (GObject *object) +@@ -136,6 +136,31 @@ gdict_sidebar_dispose (GObject *object) G_OBJECT_CLASS (gdict_sidebar_parent_class)->dispose (object); } @@ -226,7 +226,7 @@ static gboolean gdict_sidebar_select_button_press_cb (GtkWidget *widget, GdkEventButton *event, -@@ -159,11 +184,19 @@ gdict_sidebar_select_button_press_cb (Gt +@@ -158,11 +183,19 @@ gdict_sidebar_select_button_press_cb (Gt gtk_widget_grab_focus (widget); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), TRUE); @@ -246,7 +246,7 @@ return TRUE; } -@@ -184,11 +217,19 @@ gdict_sidebar_select_key_press_cb (GtkWi +@@ -183,11 +216,19 @@ gdict_sidebar_select_key_press_cb (GtkWi event->keyval == GDK_KEY_KP_Enter) { gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (widget), TRUE);
