diff -Nru gtksourceview3-3.24.1/config.h.win32 gtksourceview3-3.24.3/config.h.win32 --- gtksourceview3-3.24.1/config.h.win32 2017-04-09 10:58:23.000000000 +0000 +++ gtksourceview3-3.24.3/config.h.win32 2017-06-18 11:18:27.000000000 +0000 @@ -61,7 +61,7 @@ #define PACKAGE_NAME "gtksourceview" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "gtksourceview 3.24.1" +#define PACKAGE_STRING "gtksourceview 3.24.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gtksourceview" @@ -70,13 +70,13 @@ #define PACKAGE_URL "http://projects.gnome.org/gtksourceview/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "3.24.1" +#define PACKAGE_VERSION "3.24.3" /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "3.24.1" +#define VERSION "3.24.3" #ifdef _MSC_VER #define _GTK_SOURCE_EXTERN __declspec (dllexport) extern diff -Nru gtksourceview3-3.24.1/configure gtksourceview3-3.24.3/configure --- gtksourceview3-3.24.1/configure 2017-04-09 10:58:16.000000000 +0000 +++ gtksourceview3-3.24.3/configure 2017-06-18 11:18:13.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gtksourceview 3.24.1. +# Generated by GNU Autoconf 2.69 for gtksourceview 3.24.3. # # Report bugs to . # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='gtksourceview' PACKAGE_TARNAME='gtksourceview' -PACKAGE_VERSION='3.24.1' -PACKAGE_STRING='gtksourceview 3.24.1' +PACKAGE_VERSION='3.24.3' +PACKAGE_STRING='gtksourceview 3.24.3' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview' PACKAGE_URL='https://wiki.gnome.org/Projects/GtkSourceView' @@ -1462,7 +1462,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 gtksourceview 3.24.1 to adapt to many kinds of systems. +\`configure' configures gtksourceview 3.24.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1532,7 +1532,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gtksourceview 3.24.1:";; + short | recursive ) echo "Configuration of gtksourceview 3.24.3:";; esac cat <<\_ACEOF @@ -1694,7 +1694,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gtksourceview configure 3.24.1 +gtksourceview configure 3.24.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2063,7 +2063,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gtksourceview $as_me 3.24.1, which was +It was created by gtksourceview $as_me 3.24.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2428,7 +2428,7 @@ GTK_SOURCE_MAJOR_VERSION=3 GTK_SOURCE_MINOR_VERSION=24 -GTK_SOURCE_MICRO_VERSION=1 +GTK_SOURCE_MICRO_VERSION=3 @@ -3001,7 +3001,7 @@ # Define the identity of the package. PACKAGE='gtksourceview' - VERSION='3.24.1' + VERSION='3.24.3' cat >>confdefs.h <<_ACEOF @@ -12777,6 +12777,47 @@ fi + # Check that -Wno-suggest-attribute=format is supported + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -Wno-suggest-attribute=format" >&5 +$as_echo_n "checking whether C compiler accepts -Wno-suggest-attribute=format... " >&6; } +if ${ax_cv_check_cflags___Wno_suggest_attribute_format+:} false; then : + $as_echo_n "(cached) " >&6 +else + + ax_check_save_flags=$CFLAGS + CFLAGS="$CFLAGS -Wno-suggest-attribute=format" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main () +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO"; then : + ax_cv_check_cflags___Wno_suggest_attribute_format=yes +else + ax_cv_check_cflags___Wno_suggest_attribute_format=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + CFLAGS=$ax_check_save_flags +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___Wno_suggest_attribute_format" >&5 +$as_echo "$ax_cv_check_cflags___Wno_suggest_attribute_format" >&6; } +if test "x$ax_cv_check_cflags___Wno_suggest_attribute_format" = xyes; then : + + ax_compiler_no_suggest_attribute_flags="-Wno-suggest-attribute=format" + +else + + ax_compiler_no_suggest_attribute_flags="" + +fi + + # Base flags @@ -12978,7 +13019,7 @@ -for flag in -Wno-suggest-attribute=format ; do +for flag in $ax_compiler_no_suggest_attribute_flags ; do as_CACHEVAR=`$as_echo "ax_cv_check_cflags_$ax_compiler_flags_test_$flag" | $as_tr_sh` { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 $as_echo_n "checking whether C compiler accepts $flag... " >&6; } @@ -16996,7 +17037,7 @@ CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT ?=\ $(if $(CODE_COVERAGE_BRANCH_COVERAGE),\ --rc genhtml_branch_coverage=$(CODE_COVERAGE_BRANCH_COVERAGE)) -CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULTS) +CODE_COVERAGE_GENHTML_OPTIONS ?= $(CODE_COVERAGE_GENHTML_OPTIONS_DEFAULT) CODE_COVERAGE_IGNORE_PATTERN ?= code_coverage_v_lcov_cap = $(code_coverage_v_lcov_cap_$(V)) @@ -17400,9 +17441,8 @@ # Use recursive makes in order to ignore errors during check check-valgrind: ifeq ($(VALGRIND_ENABLED),yes) - -$(A''M_V_at)$(foreach tool,$(valgrind_enabled_tools), \ - $(MAKE) $(AM_MAKEFLAGS) -k check-valgrind-$(tool); \ - ) + $(A''M_V_at)$(MAKE) $(AM_MAKEFLAGS) -k \ + $(foreach tool, $(valgrind_enabled_tools), check-valgrind-$(tool)) else @echo "Need to reconfigure with --enable-valgrind" endif @@ -18331,7 +18371,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gtksourceview $as_me 3.24.1, which was +This file was extended by gtksourceview $as_me 3.24.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18398,7 +18438,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gtksourceview config.status 3.24.1 +gtksourceview config.status 3.24.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru gtksourceview3-3.24.1/configure.ac gtksourceview3-3.24.3/configure.ac --- gtksourceview3-3.24.1/configure.ac 2017-04-09 10:51:03.000000000 +0000 +++ gtksourceview3-3.24.3/configure.ac 2017-05-21 10:05:23.000000000 +0000 @@ -4,7 +4,7 @@ m4_define(gtksourceview_major_version, 3) m4_define(gtksourceview_minor_version, 24) -m4_define(gtksourceview_micro_version, 1) +m4_define(gtksourceview_micro_version, 3) m4_define(gtksourceview_version, gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version) AC_INIT([gtksourceview], diff -Nru gtksourceview3-3.24.1/data/language-specs/bibtex.lang gtksourceview3-3.24.3/data/language-specs/bibtex.lang --- gtksourceview3-3.24.1/data/language-specs/bibtex.lang 2017-04-09 10:50:28.000000000 +0000 +++ gtksourceview3-3.24.3/data/language-specs/bibtex.lang 2017-06-16 09:29:21.000000000 +0000 @@ -31,6 +31,7 @@