Hello community, here is the log from the commit of package mate-calc for openSUSE:Factory checked in at 2018-04-20 17:26:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-calc (Old) and /work/SRC/openSUSE:Factory/.mate-calc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-calc" Fri Apr 20 17:26:46 2018 rev:4 rq:595714 version:1.20.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mate-calc/mate-calc.changes 2018-03-20 21:57:17.344316269 +0100 +++ /work/SRC/openSUSE:Factory/.mate-calc.new/mate-calc.changes 2018-04-20 17:26:53.752139974 +0200 @@ -1,0 +2,7 @@ +Wed Apr 11 10:12:43 UTC 2018 - [email protected] + +- Update to version 1.20.1: + * math-preferences: Add window icon to the Preferences dialogue. + * Init gtk before math_equation_new. + +------------------------------------------------------------------- Old: ---- mate-calc-1.20.0.tar.xz New: ---- mate-calc-1.20.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-calc.spec ++++++ --- /var/tmp/diff_new_pack.xUCVbP/_old 2018-04-20 17:26:54.292120393 +0200 +++ /var/tmp/diff_new_pack.xUCVbP/_new 2018-04-20 17:26:54.292120393 +0200 @@ -18,7 +18,7 @@ %define _version 1.20 Name: mate-calc -Version: 1.20.0 +Version: 1.20.1 Release: 0 Summary: MATE Desktop calculator application License: GPL-2.0-or-later ++++++ mate-calc-1.20.0.tar.xz -> mate-calc-1.20.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-calc-1.20.0/ChangeLog new/mate-calc-1.20.1/ChangeLog --- old/mate-calc-1.20.0/ChangeLog 2018-02-06 19:00:10.000000000 +0100 +++ new/mate-calc-1.20.1/ChangeLog 2018-03-25 09:55:04.000000000 +0200 @@ -1,3 +1,61 @@ +commit 3dafbd39dc9c34823ab693f740d42f46df8a4301 +Author: raveit65 <[email protected]> +Date: Sun Mar 25 09:54:00 2018 +0200 + + release 1.20.1 + + NEWS | 5 +++++ + configure.ac | 2 +- + 2 files changed, 6 insertions(+), 1 deletion(-) + +commit 54c0d3ec4836a48be8f0191e6b2927655eea891c +Author: raveit65 <[email protected]> +Date: Fri Mar 23 12:45:41 2018 +0100 + + tx: update config with branch specific resoures + + .tx/config | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 39c529e6d8b866b17fc0bee437624507e773b407 +Author: raveit65 <[email protected]> +Date: Fri Mar 16 15:11:40 2018 +0100 + + tx: add makepot and .pot files + + makepot | 5 + + mate-calc.pot | 2138 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 2143 insertions(+) + +commit a148e5b61bf638e2bcadd7ea35ee8875477569b5 +Author: Pablo Barciela <[email protected]> +Date: Tue Mar 13 15:17:24 2018 +0100 + + math-preferences: add window icon to Preferences dialog + + src/math-preferences.c | 3 +++ + 1 file changed, 3 insertions(+) + +commit 10e6fdb168e6ac0e3c1a6d28fc0256635205a89a +Author: Victor A. Santos <[email protected]> +Date: Sun Mar 4 10:39:32 2018 -0300 + + Init gtk before math_equation_new + + fix #44 + + src/mate-calc.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit a64b304c6449b77f2ce3f3df68103e5b564d314a +Author: raveit65 <[email protected]> +Date: Sun Mar 11 17:30:44 2018 +0100 + + transifex: set minimum_perc and type in config file + + .tx/config | 2 ++ + 1 file changed, 2 insertions(+) + commit d8b058574777278016b78e6b71c8c94ec74bb584 Author: raveit65 <[email protected]> Date: Tue Feb 6 18:59:35 2018 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-calc-1.20.0/NEWS new/mate-calc-1.20.1/NEWS --- old/mate-calc-1.20.0/NEWS 2018-02-06 18:59:21.000000000 +0100 +++ new/mate-calc-1.20.1/NEWS 2018-03-25 09:53:37.000000000 +0200 @@ -1,3 +1,8 @@ +### mate-calc 1.20.1 + + * math-preferences: add window icon to Preferences dialog + * Init gtk before math_equation_new + ### mate-calc 1.20.0 * Translations update diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-calc-1.20.0/configure new/mate-calc-1.20.1/configure --- old/mate-calc-1.20.0/configure 2018-02-06 18:59:48.000000000 +0100 +++ new/mate-calc-1.20.1/configure 2018-03-25 09:54:43.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for mate-calc 1.20.0. +# Generated by GNU Autoconf 2.69 for mate-calc 1.20.1. # # Report bugs to <http://mate-desktop.org>. # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='mate-calc' PACKAGE_TARNAME='mate-calc' -PACKAGE_VERSION='1.20.0' -PACKAGE_STRING='mate-calc 1.20.0' +PACKAGE_VERSION='1.20.1' +PACKAGE_STRING='mate-calc 1.20.1' PACKAGE_BUGREPORT='http://mate-desktop.org' PACKAGE_URL='' @@ -1304,7 +1304,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 mate-calc 1.20.0 to adapt to many kinds of systems. +\`configure' configures mate-calc 1.20.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1370,7 +1370,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of mate-calc 1.20.0:";; + short | recursive ) echo "Configuration of mate-calc 1.20.1:";; esac cat <<\_ACEOF @@ -1490,7 +1490,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -mate-calc configure 1.20.0 +mate-calc configure 1.20.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1670,7 +1670,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by mate-calc $as_me 1.20.0, which was +It was created by mate-calc $as_me 1.20.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2534,7 +2534,7 @@ # Define the identity of the package. PACKAGE='mate-calc' - VERSION='1.20.0' + VERSION='1.20.1' cat >>confdefs.h <<_ACEOF @@ -6966,7 +6966,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by mate-calc $as_me 1.20.0, which was +This file was extended by mate-calc $as_me 1.20.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7032,7 +7032,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -mate-calc config.status 1.20.0 +mate-calc config.status 1.20.1 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/mate-calc-1.20.0/configure.ac new/mate-calc-1.20.1/configure.ac --- old/mate-calc-1.20.0/configure.ac 2018-01-28 10:51:54.000000000 +0100 +++ new/mate-calc-1.20.1/configure.ac 2018-03-25 09:53:04.000000000 +0200 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.62) -AC_INIT([mate-calc], [1.20.0], [http://mate-desktop.org]) +AC_INIT([mate-calc], [1.20.1], [http://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-xz check-news]) AC_CONFIG_HEADERS(config.h) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-calc-1.20.0/src/mate-calc.c new/mate-calc-1.20.1/src/mate-calc.c --- old/mate-calc-1.20.0/src/mate-calc.c 2018-01-27 19:00:14.000000000 +0100 +++ new/mate-calc-1.20.1/src/mate-calc.c 2018-03-13 09:32:33.000000000 +0100 @@ -197,6 +197,8 @@ /* Seed random number generator. */ srand48((long) time((time_t *) 0)); + gtk_init(&argc, &argv); + g_settings_var = g_settings_new ("org.mate.calc"); accuracy = g_settings_get_int(g_settings_var, "accuracy"); word_size = g_settings_get_int(g_settings_var, "word-size"); @@ -229,8 +231,6 @@ get_options(argc, argv); - gtk_init(&argc, &argv); - //gtk_window_set_default_icon_name("accessories-calculator"); window = math_window_new(equation); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-calc-1.20.0/src/math-preferences.c new/mate-calc-1.20.1/src/math-preferences.c --- old/mate-calc-1.20.0/src/math-preferences.c 2018-01-29 21:57:21.000000000 +0100 +++ new/mate-calc-1.20.1/src/math-preferences.c 2018-03-16 15:12:46.000000000 +0100 @@ -240,6 +240,9 @@ gtk_dialog_add_button(GTK_DIALOG(dialog), /* Icon name on close button in preferences dialog */ "gtk-close", GTK_RESPONSE_CLOSE); + + gtk_window_set_icon_name (GTK_WINDOW(dialog), "accessories-calculator"); + g_signal_connect(dialog, "response", G_CALLBACK(preferences_response_cb), NULL); g_signal_connect(dialog, "delete-event", G_CALLBACK(preferences_dialog_delete_cb), NULL); gtk_box_pack_start(GTK_BOX(gtk_dialog_get_content_area(GTK_DIALOG(dialog))), GET_WIDGET(dialog->priv->ui, "preferences_table"), TRUE, TRUE, 0);
