Hello community,

here is the log from the commit of package gnome-calculator for 
openSUSE:Factory checked in at 2015-11-12 19:34:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-calculator (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-calculator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-calculator"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-calculator/gnome-calculator.changes        
2015-10-25 19:09:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-calculator.new/gnome-calculator.changes   
2015-11-12 19:34:53.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Nov  9 21:26:56 UTC 2015 - [email protected]
+
+- Update to version 3.18.2:
+  + Fix: Explicitly link required libraries to avoid build problems
+    under certain setups.
+
+-------------------------------------------------------------------

Old:
----
  gnome-calculator-3.18.1.tar.xz

New:
----
  gnome-calculator-3.18.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-calculator.spec ++++++
--- /var/tmp/diff_new_pack.QvnHRx/_old  2015-11-12 19:34:54.000000000 +0100
+++ /var/tmp/diff_new_pack.QvnHRx/_new  2015-11-12 19:34:54.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-calculator
-Version:        3.18.1
+Version:        3.18.2
 Release:        0
 Summary:        A GNOME Calculator Application
 License:        GPL-3.0+

++++++ gnome-calculator-3.18.1.tar.xz -> gnome-calculator-3.18.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/Makefile.in 
new/gnome-calculator-3.18.2/Makefile.in
--- old/gnome-calculator-3.18.1/Makefile.in     2015-10-12 20:49:39.000000000 
+0200
+++ new/gnome-calculator-3.18.2/Makefile.in     2015-11-09 22:12:07.000000000 
+0100
@@ -232,6 +232,8 @@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+GCALCCMD_CFLAGS = @GCALCCMD_CFLAGS@
+GCALCCMD_LIBS = @GCALCCMD_LIBS@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/NEWS 
new/gnome-calculator-3.18.2/NEWS
--- old/gnome-calculator-3.18.1/NEWS    2015-10-12 20:48:31.000000000 +0200
+++ new/gnome-calculator-3.18.2/NEWS    2015-11-09 22:00:17.000000000 +0100
@@ -1,3 +1,6 @@
+Overview of changes in gnome-calculator 3.18.2
+    * Fix : Explicitly link required libraries to avoid build problems under 
certain setups (Andreas Henriksson)
+
 Overview of changes in gnome-calculator 3.18.1
     * Update : Translations (Translation team)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/configure 
new/gnome-calculator-3.18.2/configure
--- old/gnome-calculator-3.18.1/configure       2015-10-12 20:49:38.000000000 
+0200
+++ new/gnome-calculator-3.18.2/configure       2015-11-09 22:12:06.000000000 
+0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-calculator 3.18.1.
+# Generated by GNU Autoconf 2.69 for gnome-calculator 3.18.2.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -647,8 +647,8 @@
 # Identity of this package.
 PACKAGE_NAME='gnome-calculator'
 PACKAGE_TARNAME='gnome-calculator'
-PACKAGE_VERSION='3.18.1'
-PACKAGE_STRING='gnome-calculator 3.18.1'
+PACKAGE_VERSION='3.18.2'
+PACKAGE_STRING='gnome-calculator 3.18.2'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -740,6 +740,8 @@
 USE_NLS
 SEARCH_PROVIDER_LIBS
 SEARCH_PROVIDER_CFLAGS
+GCALCCMD_LIBS
+GCALCCMD_CFLAGS
 GNOME_CALCULATOR_LIBS
 GNOME_CALCULATOR_CFLAGS
 LIBCALCULATOR_LIBS
@@ -906,6 +908,8 @@
 LIBCALCULATOR_LIBS
 GNOME_CALCULATOR_CFLAGS
 GNOME_CALCULATOR_LIBS
+GCALCCMD_CFLAGS
+GCALCCMD_LIBS
 SEARCH_PROVIDER_CFLAGS
 SEARCH_PROVIDER_LIBS
 ITSTOOL
@@ -1450,7 +1454,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 gnome-calculator 3.18.1 to adapt to many kinds of 
systems.
+\`configure' configures gnome-calculator 3.18.2 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1521,7 +1525,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gnome-calculator 3.18.1:";;
+     short | recursive ) echo "Configuration of gnome-calculator 3.18.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1586,6 +1590,10 @@
               C compiler flags for GNOME_CALCULATOR, overriding pkg-config
   GNOME_CALCULATOR_LIBS
               linker flags for GNOME_CALCULATOR, overriding pkg-config
+  GCALCCMD_CFLAGS
+              C compiler flags for GCALCCMD, overriding pkg-config
+  GCALCCMD_LIBS
+              linker flags for GCALCCMD, overriding pkg-config
   SEARCH_PROVIDER_CFLAGS
               C compiler flags for SEARCH_PROVIDER, overriding pkg-config
   SEARCH_PROVIDER_LIBS
@@ -1659,7 +1667,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gnome-calculator configure 3.18.1
+gnome-calculator configure 3.18.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2024,7 +2032,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by gnome-calculator $as_me 3.18.1, which was
+It was created by gnome-calculator $as_me 3.18.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2888,7 +2896,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-calculator'
- VERSION='3.18.1'
+ VERSION='3.18.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12669,10 +12677,12 @@
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"
     gtk+-3.0 >= \$GTK_REQUIRED
     gmodule-export-2.0
+    gtksourceview-3.0 >= \$GTKSOURCEVIEW_REQUIRED
 \""; } >&5
   ($PKG_CONFIG --exists --print-errors "
     gtk+-3.0 >= $GTK_REQUIRED
     gmodule-export-2.0
+    gtksourceview-3.0 >= $GTKSOURCEVIEW_REQUIRED
 ") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
@@ -12680,6 +12690,7 @@
   pkg_cv_GNOME_CALCULATOR_CFLAGS=`$PKG_CONFIG --cflags "
     gtk+-3.0 >= $GTK_REQUIRED
     gmodule-export-2.0
+    gtksourceview-3.0 >= $GTKSOURCEVIEW_REQUIRED
 " 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
@@ -12695,10 +12706,12 @@
     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"
     gtk+-3.0 >= \$GTK_REQUIRED
     gmodule-export-2.0
+    gtksourceview-3.0 >= \$GTKSOURCEVIEW_REQUIRED
 \""; } >&5
   ($PKG_CONFIG --exists --print-errors "
     gtk+-3.0 >= $GTK_REQUIRED
     gmodule-export-2.0
+    gtksourceview-3.0 >= $GTKSOURCEVIEW_REQUIRED
 ") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
@@ -12706,6 +12719,7 @@
   pkg_cv_GNOME_CALCULATOR_LIBS=`$PKG_CONFIG --libs "
     gtk+-3.0 >= $GTK_REQUIRED
     gmodule-export-2.0
+    gtksourceview-3.0 >= $GTKSOURCEVIEW_REQUIRED
 " 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
@@ -12730,11 +12744,13 @@
                GNOME_CALCULATOR_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "
     gtk+-3.0 >= $GTK_REQUIRED
     gmodule-export-2.0
+    gtksourceview-3.0 >= $GTKSOURCEVIEW_REQUIRED
 " 2>&1`
         else
                GNOME_CALCULATOR_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "
     gtk+-3.0 >= $GTK_REQUIRED
     gmodule-export-2.0
+    gtksourceview-3.0 >= $GTKSOURCEVIEW_REQUIRED
 " 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
@@ -12743,6 +12759,7 @@
        as_fn_error $? "Package requirements (
     gtk+-3.0 >= $GTK_REQUIRED
     gmodule-export-2.0
+    gtksourceview-3.0 >= $GTKSOURCEVIEW_REQUIRED
 ) were not met:
 
 $GNOME_CALCULATOR_PKG_ERRORS
@@ -12778,6 +12795,116 @@
 
 
 pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GCALCCMD" >&5
+$as_echo_n "checking for GCALCCMD... " >&6; }
+
+if test -n "$GCALCCMD_CFLAGS"; then
+    pkg_cv_GCALCCMD_CFLAGS="$GCALCCMD_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"
+    gobject-2.0 >= \$GLIB_REQUIRED
+\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "
+    gobject-2.0 >= $GLIB_REQUIRED
+") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GCALCCMD_CFLAGS=`$PKG_CONFIG --cflags "
+    gobject-2.0 >= $GLIB_REQUIRED
+" 2>/dev/null`
+                     test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+if test -n "$GCALCCMD_LIBS"; then
+    pkg_cv_GCALCCMD_LIBS="$GCALCCMD_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+    if test -n "$PKG_CONFIG" && \
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"
+    gobject-2.0 >= \$GLIB_REQUIRED
+\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "
+    gobject-2.0 >= $GLIB_REQUIRED
+") 2>&5
+  ac_status=$?
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+  test $ac_status = 0; }; then
+  pkg_cv_GCALCCMD_LIBS=`$PKG_CONFIG --libs "
+    gobject-2.0 >= $GLIB_REQUIRED
+" 2>/dev/null`
+                     test "x$?" != "x0" && pkg_failed=yes
+else
+  pkg_failed=yes
+fi
+ else
+    pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+        _pkg_short_errors_supported=yes
+else
+        _pkg_short_errors_supported=no
+fi
+        if test $_pkg_short_errors_supported = yes; then
+               GCALCCMD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "
+    gobject-2.0 >= $GLIB_REQUIRED
+" 2>&1`
+        else
+               GCALCCMD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"
+    gobject-2.0 >= $GLIB_REQUIRED
+" 2>&1`
+        fi
+       # Put the nasty error message in config.log where it belongs
+       echo "$GCALCCMD_PKG_ERRORS" >&5
+
+       as_fn_error $? "Package requirements (
+    gobject-2.0 >= $GLIB_REQUIRED
+) were not met:
+
+$GCALCCMD_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables GCALCCMD_CFLAGS
+and GCALCCMD_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old.  Make 
sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables GCALCCMD_CFLAGS
+and GCALCCMD_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+       GCALCCMD_CFLAGS=$pkg_cv_GCALCCMD_CFLAGS
+       GCALCCMD_LIBS=$pkg_cv_GCALCCMD_LIBS
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+fi
+
+
+pkg_failed=no
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SEARCH_PROVIDER" >&5
 $as_echo_n "checking for SEARCH_PROVIDER... " >&6; }
 
@@ -14401,7 +14528,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gnome-calculator $as_me 3.18.1, which was
+This file was extended by gnome-calculator $as_me 3.18.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14458,7 +14585,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-gnome-calculator config.status 3.18.1
+gnome-calculator config.status 3.18.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/gnome-calculator-3.18.1/configure.ac 
new/gnome-calculator-3.18.2/configure.ac
--- old/gnome-calculator-3.18.1/configure.ac    2015-10-12 20:49:21.000000000 
+0200
+++ new/gnome-calculator-3.18.2/configure.ac    2015-11-09 21:57:35.000000000 
+0100
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([gnome-calculator], [3.18.1])
+AC_INIT([gnome-calculator], [3.18.2])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign])
 AM_SILENT_RULES([yes])
@@ -38,6 +38,11 @@
 PKG_CHECK_MODULES(GNOME_CALCULATOR, [
     gtk+-3.0 >= $GTK_REQUIRED
     gmodule-export-2.0
+    gtksourceview-3.0 >= $GTKSOURCEVIEW_REQUIRED
+])
+
+PKG_CHECK_MODULES(GCALCCMD, [
+    gobject-2.0 >= $GLIB_REQUIRED
 ])
 
 PKG_CHECK_MODULES(SEARCH_PROVIDER, [
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/data/Makefile.in 
new/gnome-calculator-3.18.2/data/Makefile.in
--- old/gnome-calculator-3.18.1/data/Makefile.in        2015-10-12 
20:49:39.000000000 +0200
+++ new/gnome-calculator-3.18.2/data/Makefile.in        2015-11-09 
22:12:07.000000000 +0100
@@ -185,6 +185,8 @@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+GCALCCMD_CFLAGS = @GCALCCMD_CFLAGS@
+GCALCCMD_LIBS = @GCALCCMD_LIBS@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/help/Makefile.in 
new/gnome-calculator-3.18.2/help/Makefile.in
--- old/gnome-calculator-3.18.1/help/Makefile.in        2015-10-12 
20:49:39.000000000 +0200
+++ new/gnome-calculator-3.18.2/help/Makefile.in        2015-11-09 
22:12:07.000000000 +0100
@@ -151,6 +151,8 @@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+GCALCCMD_CFLAGS = @GCALCCMD_CFLAGS@
+GCALCCMD_LIBS = @GCALCCMD_LIBS@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/Makefile.in 
new/gnome-calculator-3.18.2/lib/Makefile.in
--- old/gnome-calculator-3.18.1/lib/Makefile.in 2015-10-12 20:49:39.000000000 
+0200
+++ new/gnome-calculator-3.18.2/lib/Makefile.in 2015-11-09 22:12:07.000000000 
+0100
@@ -248,6 +248,8 @@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+GCALCCMD_CFLAGS = @GCALCCMD_CFLAGS@
+GCALCCMD_LIBS = @GCALCCMD_LIBS@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/currency.c 
new/gnome-calculator-3.18.2/lib/currency.c
--- old/gnome-calculator-3.18.1/lib/currency.c  2015-09-25 19:52:52.000000000 
+0200
+++ new/gnome-calculator-3.18.2/lib/currency.c  2015-09-14 14:54:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* currency.c generated by valac 0.29.3, the Vala compiler
+/* currency.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from currency.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/equation-lexer.c 
new/gnome-calculator-3.18.2/lib/equation-lexer.c
--- old/gnome-calculator-3.18.1/lib/equation-lexer.c    2015-09-25 
19:52:52.000000000 +0200
+++ new/gnome-calculator-3.18.2/lib/equation-lexer.c    2015-09-14 
14:54:40.000000000 +0200
@@ -1,4 +1,4 @@
-/* equation-lexer.c generated by valac 0.29.3, the Vala compiler
+/* equation-lexer.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from equation-lexer.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/equation-parser.c 
new/gnome-calculator-3.18.2/lib/equation-parser.c
--- old/gnome-calculator-3.18.1/lib/equation-parser.c   2015-09-25 
19:52:52.000000000 +0200
+++ new/gnome-calculator-3.18.2/lib/equation-parser.c   2015-09-14 
14:54:40.000000000 +0200
@@ -1,4 +1,4 @@
-/* equation-parser.c generated by valac 0.29.3, the Vala compiler
+/* equation-parser.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from equation-parser.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/equation.c 
new/gnome-calculator-3.18.2/lib/equation.c
--- old/gnome-calculator-3.18.1/lib/equation.c  2015-09-25 19:52:52.000000000 
+0200
+++ new/gnome-calculator-3.18.2/lib/equation.c  2015-09-14 14:54:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* equation.c generated by valac 0.29.3, the Vala compiler
+/* equation.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from equation.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/financial.c 
new/gnome-calculator-3.18.2/lib/financial.c
--- old/gnome-calculator-3.18.1/lib/financial.c 2015-09-25 19:52:52.000000000 
+0200
+++ new/gnome-calculator-3.18.2/lib/financial.c 2015-09-14 14:54:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* financial.c generated by valac 0.29.3, the Vala compiler
+/* financial.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from financial.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/function-manager.c 
new/gnome-calculator-3.18.2/lib/function-manager.c
--- old/gnome-calculator-3.18.1/lib/function-manager.c  2015-09-25 
19:52:52.000000000 +0200
+++ new/gnome-calculator-3.18.2/lib/function-manager.c  2015-09-14 
14:54:40.000000000 +0200
@@ -1,4 +1,4 @@
-/* function-manager.c generated by valac 0.29.3, the Vala compiler
+/* function-manager.c generated by valac 0.29.3.11-7fa8-dirty, the Vala 
compiler
  * generated from function-manager.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/libcalculator.h 
new/gnome-calculator-3.18.2/lib/libcalculator.h
--- old/gnome-calculator-3.18.1/lib/libcalculator.h     2015-09-25 
19:52:52.000000000 +0200
+++ new/gnome-calculator-3.18.2/lib/libcalculator.h     2015-09-14 
14:54:40.000000000 +0200
@@ -1,4 +1,4 @@
-/* libcalculator.h generated by valac 0.29.3, the Vala compiler, do not modify 
*/
+/* libcalculator.h generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler, 
do not modify */
 
 
 #ifndef __LIBCALCULATOR_H__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/libcalculator.vapi 
new/gnome-calculator-3.18.2/lib/libcalculator.vapi
--- old/gnome-calculator-3.18.1/lib/libcalculator.vapi  2015-09-25 
19:52:52.000000000 +0200
+++ new/gnome-calculator-3.18.2/lib/libcalculator.vapi  2015-09-14 
14:54:40.000000000 +0200
@@ -1,4 +1,4 @@
-/* libcalculator.vapi generated by valac 0.29.3, do not modify. */
+/* libcalculator.vapi generated by valac 0.29.3.11-7fa8-dirty, do not modify. 
*/
 
 [CCode (cheader_filename = "libcalculator.h")]
 public enum ErrorCode {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/math-equation.c 
new/gnome-calculator-3.18.2/lib/math-equation.c
--- old/gnome-calculator-3.18.1/lib/math-equation.c     2015-09-25 
19:52:52.000000000 +0200
+++ new/gnome-calculator-3.18.2/lib/math-equation.c     2015-09-14 
14:54:40.000000000 +0200
@@ -1,4 +1,4 @@
-/* math-equation.c generated by valac 0.29.3, the Vala compiler
+/* math-equation.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from math-equation.vala, do not modify */
 
 /*
@@ -1659,6 +1659,7 @@
 
 static void _math_equation_on_paste_gtk_clipboard_text_received_func 
(GtkClipboard* clipboard, const gchar* text, gpointer self) {
        math_equation_on_paste ((MathEquation*) self, clipboard, text);
+       g_object_unref (self);
 }
 
 
@@ -1668,7 +1669,7 @@
        g_return_if_fail (self != NULL);
        _tmp0_ = GDK_NONE;
        _tmp1_ = gtk_clipboard_get (_tmp0_);
-       gtk_clipboard_request_text (_tmp1_, 
_math_equation_on_paste_gtk_clipboard_text_received_func, self);
+       gtk_clipboard_request_text (_tmp1_, 
_math_equation_on_paste_gtk_clipboard_text_received_func, g_object_ref (self));
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/math-function.c 
new/gnome-calculator-3.18.2/lib/math-function.c
--- old/gnome-calculator-3.18.1/lib/math-function.c     2015-09-25 
19:52:52.000000000 +0200
+++ new/gnome-calculator-3.18.2/lib/math-function.c     2015-09-14 
14:54:40.000000000 +0200
@@ -1,4 +1,4 @@
-/* math-function.c generated by valac 0.29.3, the Vala compiler
+/* math-function.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from math-function.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/math-variables.c 
new/gnome-calculator-3.18.2/lib/math-variables.c
--- old/gnome-calculator-3.18.1/lib/math-variables.c    2015-09-25 
19:52:52.000000000 +0200
+++ new/gnome-calculator-3.18.2/lib/math-variables.c    2015-09-14 
14:54:40.000000000 +0200
@@ -1,4 +1,4 @@
-/* math-variables.c generated by valac 0.29.3, the Vala compiler
+/* math-variables.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from math-variables.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/number.c 
new/gnome-calculator-3.18.2/lib/number.c
--- old/gnome-calculator-3.18.1/lib/number.c    2015-09-25 19:52:52.000000000 
+0200
+++ new/gnome-calculator-3.18.2/lib/number.c    2015-09-14 14:54:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* number.c generated by valac 0.29.3, the Vala compiler
+/* number.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from number.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/serializer.c 
new/gnome-calculator-3.18.2/lib/serializer.c
--- old/gnome-calculator-3.18.1/lib/serializer.c        2015-09-25 
19:52:52.000000000 +0200
+++ new/gnome-calculator-3.18.2/lib/serializer.c        2015-09-14 
14:54:40.000000000 +0200
@@ -1,4 +1,4 @@
-/* serializer.c generated by valac 0.29.3, the Vala compiler
+/* serializer.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from serializer.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/lib/unit.c 
new/gnome-calculator-3.18.2/lib/unit.c
--- old/gnome-calculator-3.18.1/lib/unit.c      2015-09-25 19:52:52.000000000 
+0200
+++ new/gnome-calculator-3.18.2/lib/unit.c      2015-09-14 14:54:40.000000000 
+0200
@@ -1,4 +1,4 @@
-/* unit.c generated by valac 0.29.3, the Vala compiler
+/* unit.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from unit.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/po/cs.po 
new/gnome-calculator-3.18.2/po/cs.po
--- old/gnome-calculator-3.18.1/po/cs.po        2015-09-25 19:11:17.000000000 
+0200
+++ new/gnome-calculator-3.18.2/po/cs.po        2015-11-09 21:53:39.000000000 
+0100
@@ -2,29 +2,28 @@
 # Copyright (C) 2003, 2004, 2005, 2006, 2009, 2010 the author(s) of gcalctool.
 # Copyright (C) 2003, 2004, 2005, 2006 Miloslav Trmac <[email protected]>.
 # This file is distributed under the same license as the gcalctool package.
-#
 # Miloslav Trmac <[email protected]>, 2003, 2004, 2005, 2006.
 # Michal Bukovjan <[email protected]>, 2003.
 # Jakub Friedl <[email protected]>, 2006.
 # Petr Pulc <[email protected]>, 2009.
-# Petr Kovar <[email protected]>, 2009.
+# Petr Kovar <[email protected]>, 2009, 2015.
 # Marek Černocký <[email protected]>, 2009, 2010, 2011, 2012, 2013, 2014, 2015.
-#
 msgid ""
 msgstr ""
 "Project-Id-Version: gnome-calculator\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=http://";
-"bugzilla.gnome.org/&keywords=I18N+L10N&component=general\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=http:/";
+"/bugzilla.gnome.org/&keywords=I18N+L10N&component=general\n"
 "POT-Creation-Date: 2015-01-07 19:02+0000\n"
-"PO-Revision-Date: 2015-01-07 22:29+0100\n"
-"Last-Translator: Marek Černocký <[email protected]>\n"
+"PO-Revision-Date: 2015-09-28 16:59-0400\n"
+"Last-Translator: Petr Kovar <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Gtranslator 2.91.6\n"
+"X-Generator: Virtaal 0.7.1\n"
+"X-Project-Style: gnome\n"
 
 #. Accessible name for the inverse button
 #: ../data/buttons-advanced.ui.h:2 ../data/buttons-programming.ui.h:24
@@ -496,23 +495,23 @@
 
 #: ../data/menu.ui.h:5 ../src/math-window.vala:156
 msgid "Basic Mode"
-msgstr "Základní režim"
+msgstr "Základní kalkulačka"
 
 #: ../data/menu.ui.h:6 ../src/math-window.vala:161
 msgid "Advanced Mode"
-msgstr "Pokročilý režim"
+msgstr "Pokročilá kalkulačka"
 
 #: ../data/menu.ui.h:7 ../src/math-window.vala:166
 msgid "Financial Mode"
-msgstr "Finanční režim"
+msgstr "Finanční kalkulačka"
 
 #: ../data/menu.ui.h:8 ../src/math-window.vala:171
 msgid "Programming Mode"
-msgstr "Programátorský režim"
+msgstr "Programátorská kalkulačka"
 
 #: ../data/menu.ui.h:9 ../src/math-window.vala:176
 msgid "Keyboard Mode"
-msgstr "Režim klávesnice"
+msgstr "Kalkulačka v režimu klávesnice"
 
 #: ../data/org.gnome.calculator.gschema.xml.h:1
 msgid "Accuracy value"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/search-provider/Makefile.in 
new/gnome-calculator-3.18.2/search-provider/Makefile.in
--- old/gnome-calculator-3.18.1/search-provider/Makefile.in     2015-10-12 
20:49:39.000000000 +0200
+++ new/gnome-calculator-3.18.2/search-provider/Makefile.in     2015-11-09 
22:12:07.000000000 +0100
@@ -245,6 +245,8 @@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+GCALCCMD_CFLAGS = @GCALCCMD_CFLAGS@
+GCALCCMD_LIBS = @GCALCCMD_LIBS@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-calculator-3.18.1/search-provider/search-provider.c 
new/gnome-calculator-3.18.2/search-provider/search-provider.c
--- old/gnome-calculator-3.18.1/search-provider/search-provider.c       
2015-09-25 19:53:04.000000000 +0200
+++ new/gnome-calculator-3.18.2/search-provider/search-provider.c       
2015-09-14 14:54:41.000000000 +0200
@@ -1,4 +1,4 @@
-/* search-provider.c generated by valac 0.29.3, the Vala compiler
+/* search-provider.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from search-provider.vala, do not modify */
 
 /* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/src/Makefile.am 
new/gnome-calculator-3.18.2/src/Makefile.am
--- old/gnome-calculator-3.18.1/src/Makefile.am 2015-09-25 19:11:17.000000000 
+0200
+++ new/gnome-calculator-3.18.2/src/Makefile.am 2015-11-09 21:53:39.000000000 
+0100
@@ -44,6 +44,7 @@
        $(GNOME_CALCULATOR_LIBS) \
        $(top_builddir)/lib/libcalculator.la
 
+
 gcalccmd_SOURCES = \
        config.vapi \
        gcalccmd.vala
@@ -57,7 +58,12 @@
        $(top_builddir)/lib/libcalculator.vapi \
        $(top_builddir)/lib/mpfr.vapi
 
+gcalccmd_CPPFLAGS = \
+       $(AM_CPPFLAGS) \
+       $(GCALCCMD_CFLAGS)
+
 gcalccmd_LDADD = \
+       $(GCALCCMD_LIBS) \
        $(top_builddir)/lib/libcalculator.la
 
 -include $(top_srcdir)/git.mk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/src/Makefile.in 
new/gnome-calculator-3.18.2/src/Makefile.in
--- old/gnome-calculator-3.18.1/src/Makefile.in 2015-10-12 20:49:39.000000000 
+0200
+++ new/gnome-calculator-3.18.2/src/Makefile.in 2015-11-09 22:12:07.000000000 
+0100
@@ -106,9 +106,11 @@
 CONFIG_CLEAN_VPATH_FILES =
 am__installdirs = "$(DESTDIR)$(bindir)"
 PROGRAMS = $(bin_PROGRAMS)
-am_gcalccmd_OBJECTS = gcalccmd.$(OBJEXT)
+am_gcalccmd_OBJECTS = gcalccmd-gcalccmd.$(OBJEXT)
 gcalccmd_OBJECTS = $(am_gcalccmd_OBJECTS)
-gcalccmd_DEPENDENCIES = $(top_builddir)/lib/libcalculator.la
+am__DEPENDENCIES_1 =
+gcalccmd_DEPENDENCIES = $(am__DEPENDENCIES_1) \
+       $(top_builddir)/lib/libcalculator.la
 AM_V_lt = $(am__v_lt_@AM_V@)
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 am__v_lt_0 = --silent
@@ -125,7 +127,6 @@
        gnome_calculator-math-function-popup.$(OBJEXT) \
        gnome_calculator-math-history.$(OBJEXT) $(am__objects_1)
 gnome_calculator_OBJECTS = $(am_gnome_calculator_OBJECTS)
-am__DEPENDENCIES_1 =
 gnome_calculator_DEPENDENCIES = $(am__DEPENDENCIES_1) \
        $(top_builddir)/lib/libcalculator.la
 AM_V_P = $(am__v_P_@AM_V@)
@@ -229,6 +230,8 @@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+GCALCCMD_CFLAGS = @GCALCCMD_CFLAGS@
+GCALCCMD_LIBS = @GCALCCMD_LIBS@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
@@ -409,7 +412,12 @@
        $(top_builddir)/lib/libcalculator.vapi \
        $(top_builddir)/lib/mpfr.vapi
 
+gcalccmd_CPPFLAGS = \
+       $(AM_CPPFLAGS) \
+       $(GCALCCMD_CFLAGS)
+
 gcalccmd_LDADD = \
+       $(GCALCCMD_LIBS) \
        $(top_builddir)/lib/libcalculator.la
 
 all: $(BUILT_SOURCES)
@@ -510,7 +518,7 @@
 distclean-compile:
        -rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcalccmd.Po@am__quote@
+@AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/gcalccmd-gcalccmd.Po@am__quote@
 @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/gnome_calculator-gnome-calculator.Po@am__quote@
 @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/gnome_calculator-math-buttons.Po@am__quote@
 @AMDEP_TRUE@@am__include@ 
@am__quote@./$(DEPDIR)/gnome_calculator-math-converter.Po@am__quote@
@@ -543,6 +551,20 @@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
+gcalccmd-gcalccmd.o: gcalccmd.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(gcalccmd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT gcalccmd-gcalccmd.o 
-MD -MP -MF $(DEPDIR)/gcalccmd-gcalccmd.Tpo -c -o gcalccmd-gcalccmd.o `test -f 
'gcalccmd.c' || echo '$(srcdir)/'`gcalccmd.c
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/gcalccmd-gcalccmd.Tpo 
$(DEPDIR)/gcalccmd-gcalccmd.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='gcalccmd.c' 
object='gcalccmd-gcalccmd.o' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) 
$(INCLUDES) $(gcalccmd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o 
gcalccmd-gcalccmd.o `test -f 'gcalccmd.c' || echo '$(srcdir)/'`gcalccmd.c
+
+gcalccmd-gcalccmd.obj: gcalccmd.c
+@am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(gcalccmd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 
gcalccmd-gcalccmd.obj -MD -MP -MF $(DEPDIR)/gcalccmd-gcalccmd.Tpo -c -o 
gcalccmd-gcalccmd.obj `if test -f 'gcalccmd.c'; then $(CYGPATH_W) 'gcalccmd.c'; 
else $(CYGPATH_W) '$(srcdir)/gcalccmd.c'; fi`
+@am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) $(DEPDIR)/gcalccmd-gcalccmd.Tpo 
$(DEPDIR)/gcalccmd-gcalccmd.Po
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='gcalccmd.c' 
object='gcalccmd-gcalccmd.obj' libtool=no @AMDEPBACKSLASH@
+@AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
+@am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) 
$(INCLUDES) $(gcalccmd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o 
gcalccmd-gcalccmd.obj `if test -f 'gcalccmd.c'; then $(CYGPATH_W) 'gcalccmd.c'; 
else $(CYGPATH_W) '$(srcdir)/gcalccmd.c'; fi`
+
 gnome_calculator-gnome-calculator.o: gnome-calculator.c
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) 
$(gnome_calculator_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT 
gnome_calculator-gnome-calculator.o -MD -MP -MF 
$(DEPDIR)/gnome_calculator-gnome-calculator.Tpo -c -o 
gnome_calculator-gnome-calculator.o `test -f 'gnome-calculator.c' || echo 
'$(srcdir)/'`gnome-calculator.c
 @am__fastdepCC_TRUE@   $(AM_V_at)$(am__mv) 
$(DEPDIR)/gnome_calculator-gnome-calculator.Tpo 
$(DEPDIR)/gnome_calculator-gnome-calculator.Po
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/src/gcalccmd.c 
new/gnome-calculator-3.18.2/src/gcalccmd.c
--- old/gnome-calculator-3.18.1/src/gcalccmd.c  2015-09-25 19:53:02.000000000 
+0200
+++ new/gnome-calculator-3.18.2/src/gcalccmd.c  2015-09-14 14:54:41.000000000 
+0200
@@ -1,4 +1,4 @@
-/* gcalccmd.c generated by valac 0.29.3, the Vala compiler
+/* gcalccmd.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from gcalccmd.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/src/gnome-calculator.c 
new/gnome-calculator-3.18.2/src/gnome-calculator.c
--- old/gnome-calculator-3.18.1/src/gnome-calculator.c  2015-09-25 
19:53:01.000000000 +0200
+++ new/gnome-calculator-3.18.2/src/gnome-calculator.c  2015-09-20 
16:29:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* gnome-calculator.c generated by valac 0.29.3, the Vala compiler
+/* gnome-calculator.c generated by valac 0.29.3.14-c8b1-dirty, the Vala 
compiler
  * generated from gnome-calculator.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/src/math-buttons.c 
new/gnome-calculator-3.18.2/src/math-buttons.c
--- old/gnome-calculator-3.18.1/src/math-buttons.c      2015-09-25 
19:53:02.000000000 +0200
+++ new/gnome-calculator-3.18.2/src/math-buttons.c      2015-09-20 
16:29:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* math-buttons.c generated by valac 0.29.3, the Vala compiler
+/* math-buttons.c generated by valac 0.29.3.14-c8b1-dirty, the Vala compiler
  * generated from math-buttons.vala, do not modify */
 
 /*
@@ -2528,6 +2528,7 @@
 
 static void _math_buttons_button_menu_position_func_gtk_menu_position_func 
(GtkMenu* menu, gint* x, gint* y, gboolean* push_in, gpointer self) {
        math_buttons_button_menu_position_func ((MathButtons*) self, menu, x, 
y, push_in);
+       g_object_unref (self);
 }
 
 
@@ -2546,7 +2547,7 @@
        g_object_set_data_full ((GObject*) _tmp0_, "button", _tmp2_, 
g_object_unref);
        _tmp3_ = menu;
        _tmp4_ = gtk_get_current_event_time ();
-       gtk_menu_popup (_tmp3_, NULL, NULL, 
_math_buttons_button_menu_position_func_gtk_menu_position_func, self, (guint) 
1, _tmp4_);
+       gtk_menu_popup (_tmp3_, NULL, NULL, 
_math_buttons_button_menu_position_func_gtk_menu_position_func, g_object_ref 
(self), (guint) 1, _tmp4_);
 }
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/src/math-converter.c 
new/gnome-calculator-3.18.2/src/math-converter.c
--- old/gnome-calculator-3.18.1/src/math-converter.c    2015-09-25 
19:53:02.000000000 +0200
+++ new/gnome-calculator-3.18.2/src/math-converter.c    2015-09-20 
16:29:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* math-converter.c generated by valac 0.29.3, the Vala compiler
+/* math-converter.c generated by valac 0.29.3.14-c8b1-dirty, the Vala compiler
  * generated from math-converter.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/src/math-display.c 
new/gnome-calculator-3.18.2/src/math-display.c
--- old/gnome-calculator-3.18.1/src/math-display.c      2015-09-25 
19:53:02.000000000 +0200
+++ new/gnome-calculator-3.18.2/src/math-display.c      2015-09-20 
16:29:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* math-display.c generated by valac 0.29.3, the Vala compiler
+/* math-display.c generated by valac 0.29.3.14-c8b1-dirty, the Vala compiler
  * generated from math-display.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/src/math-function-popup.c 
new/gnome-calculator-3.18.2/src/math-function-popup.c
--- old/gnome-calculator-3.18.1/src/math-function-popup.c       2015-09-25 
19:53:02.000000000 +0200
+++ new/gnome-calculator-3.18.2/src/math-function-popup.c       2015-09-20 
16:29:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* math-function-popup.c generated by valac 0.29.3, the Vala compiler
+/* math-function-popup.c generated by valac 0.29.3.14-c8b1-dirty, the Vala 
compiler
  * generated from math-function-popup.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/src/math-history.c 
new/gnome-calculator-3.18.2/src/math-history.c
--- old/gnome-calculator-3.18.1/src/math-history.c      2015-09-25 
19:53:02.000000000 +0200
+++ new/gnome-calculator-3.18.2/src/math-history.c      2015-09-20 
16:29:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* math-history.c generated by valac 0.29.3, the Vala compiler
+/* math-history.c generated by valac 0.29.3.14-c8b1-dirty, the Vala compiler
  * generated from math-history.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/src/math-preferences.c 
new/gnome-calculator-3.18.2/src/math-preferences.c
--- old/gnome-calculator-3.18.1/src/math-preferences.c  2015-09-25 
19:53:02.000000000 +0200
+++ new/gnome-calculator-3.18.2/src/math-preferences.c  2015-09-20 
16:29:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* math-preferences.c generated by valac 0.29.3, the Vala compiler
+/* math-preferences.c generated by valac 0.29.3.14-c8b1-dirty, the Vala 
compiler
  * generated from math-preferences.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/src/math-variable-popup.c 
new/gnome-calculator-3.18.2/src/math-variable-popup.c
--- old/gnome-calculator-3.18.1/src/math-variable-popup.c       2015-09-25 
19:53:02.000000000 +0200
+++ new/gnome-calculator-3.18.2/src/math-variable-popup.c       2015-09-20 
16:29:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* math-variable-popup.c generated by valac 0.29.3, the Vala compiler
+/* math-variable-popup.c generated by valac 0.29.3.14-c8b1-dirty, the Vala 
compiler
  * generated from math-variable-popup.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/src/math-window.c 
new/gnome-calculator-3.18.2/src/math-window.c
--- old/gnome-calculator-3.18.1/src/math-window.c       2015-09-25 
19:53:02.000000000 +0200
+++ new/gnome-calculator-3.18.2/src/math-window.c       2015-09-20 
16:29:38.000000000 +0200
@@ -1,4 +1,4 @@
-/* math-window.c generated by valac 0.29.3, the Vala compiler
+/* math-window.c generated by valac 0.29.3.14-c8b1-dirty, the Vala compiler
  * generated from math-window.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/tests/Makefile.in 
new/gnome-calculator-3.18.2/tests/Makefile.in
--- old/gnome-calculator-3.18.1/tests/Makefile.in       2015-10-12 
20:49:39.000000000 +0200
+++ new/gnome-calculator-3.18.2/tests/Makefile.in       2015-11-09 
22:12:07.000000000 +0100
@@ -433,6 +433,8 @@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+GCALCCMD_CFLAGS = @GCALCCMD_CFLAGS@
+GCALCCMD_LIBS = @GCALCCMD_LIBS@
 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
 GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
@@ -710,15 +712,6 @@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      $(AM_V_CC)source='$<' object='$@' 
libtool=yes @AMDEPBACKSLASH@
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) 
$(depcomp) @AMDEPBACKSLASH@
 @am__fastdepCC_FALSE@  $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
-$(srcdir)/test-serializer.c: $(srcdir)/test_serializer_vala.stamp
-       @if test -f $@; then :; else rm -f 
$(srcdir)/test_serializer_vala.stamp; fi
-       @if test -f $@; then :; else \
-         $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/test_serializer_vala.stamp; \
-       fi
-$(srcdir)/test_serializer_vala.stamp: test-serializer.vala
-       $(AM_V_at)rm -f $@ && echo stamp > $@-t
-       $(AM_V_VALAC)$(am__cd) $(srcdir) && $(VALAC) 
$(test_serializer_VALAFLAGS) $(VALAFLAGS) -C test-serializer.vala
-       $(AM_V_at)mv -f $@-t $@
 $(srcdir)/test-number.c: $(srcdir)/test_number_vala.stamp
        @if test -f $@; then :; else rm -f $(srcdir)/test_number_vala.stamp; fi
        @if test -f $@; then :; else \
@@ -737,6 +730,15 @@
        $(AM_V_at)rm -f $@ && echo stamp > $@-t
        $(AM_V_VALAC)$(am__cd) $(srcdir) && $(VALAC) $(test_equation_VALAFLAGS) 
$(VALAFLAGS) -C test-equation.vala
        $(AM_V_at)mv -f $@-t $@
+$(srcdir)/test-serializer.c: $(srcdir)/test_serializer_vala.stamp
+       @if test -f $@; then :; else rm -f 
$(srcdir)/test_serializer_vala.stamp; fi
+       @if test -f $@; then :; else \
+         $(MAKE) $(AM_MAKEFLAGS) $(srcdir)/test_serializer_vala.stamp; \
+       fi
+$(srcdir)/test_serializer_vala.stamp: test-serializer.vala
+       $(AM_V_at)rm -f $@ && echo stamp > $@-t
+       $(AM_V_VALAC)$(am__cd) $(srcdir) && $(VALAC) 
$(test_serializer_VALAFLAGS) $(VALAFLAGS) -C test-serializer.vala
+       $(AM_V_at)mv -f $@-t $@
 
 mostlyclean-libtool:
        -rm -f *.lo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/tests/test-equation.c 
new/gnome-calculator-3.18.2/tests/test-equation.c
--- old/gnome-calculator-3.18.1/tests/test-equation.c   2015-09-25 
19:53:05.000000000 +0200
+++ new/gnome-calculator-3.18.2/tests/test-equation.c   2015-09-14 
14:54:42.000000000 +0200
@@ -1,4 +1,4 @@
-/* test-equation.c generated by valac 0.29.3, the Vala compiler
+/* test-equation.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from test-equation.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/tests/test-number.c 
new/gnome-calculator-3.18.2/tests/test-number.c
--- old/gnome-calculator-3.18.1/tests/test-number.c     2015-09-25 
19:53:05.000000000 +0200
+++ new/gnome-calculator-3.18.2/tests/test-number.c     2015-09-14 
14:54:42.000000000 +0200
@@ -1,4 +1,4 @@
-/* test-number.c generated by valac 0.29.3, the Vala compiler
+/* test-number.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from test-number.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-calculator-3.18.1/tests/test-serializer.c 
new/gnome-calculator-3.18.2/tests/test-serializer.c
--- old/gnome-calculator-3.18.1/tests/test-serializer.c 2015-09-25 
19:53:05.000000000 +0200
+++ new/gnome-calculator-3.18.2/tests/test-serializer.c 2015-09-14 
14:54:42.000000000 +0200
@@ -1,4 +1,4 @@
-/* test-serializer.c generated by valac 0.29.3, the Vala compiler
+/* test-serializer.c generated by valac 0.29.3.11-7fa8-dirty, the Vala compiler
  * generated from test-serializer.vala, do not modify */
 
 /*


Reply via email to