Hello community,

here is the log from the commit of package mate-common for openSUSE:Factory 
checked in at 2015-07-02 22:48:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-common (Old)
 and      /work/SRC/openSUSE:Factory/.mate-common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-common"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-common/mate-common.changes  2014-03-22 
18:01:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mate-common.new/mate-common.changes     
2015-07-03 00:09:49.000000000 +0200
@@ -1,0 +2,33 @@
+Tue Apr 14 16:41:05 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.10.0
+  * Add support for automake 1.15
+  
+-------------------------------------------------------------------
+Mon Mar 23 15:52:54 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.9.90 (unstable)
+  * Add support for automake 1.15
+
+-------------------------------------------------------------------
+Tue Jan 13 14:18:29 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.9.1 (unstable)
+  + mate-autogen.sh: run glib-gettexize if using GLib gettext
+  + mate-autogen: Check for appdata-xml.m4 with APPDATA_XML
+  + mate-autogen.sh: correct IFS value
+    Due to a likely copy-paste mistake, the default value of IFS
+    was being set to 9 spaces instead of a tab and a space.
+  + mate-autogen: Fix check if stdin is a tty
+  + mate-autogen: make program_VERSION a local variable
+    Otherwise we may end up overriding what was manually set in the
+    environment.
+  + code-coverage: Support lcov 1.11
+
+-------------------------------------------------------------------
+Sun Jul 13 14:37:32 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.9.0 (unstable)
+  + no changes since version 1.8.0
+
+-------------------------------------------------------------------

Old:
----
  mate-common-1.8.0.tar.xz

New:
----
  mate-common-1.10.0.tar.xz

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

Other differences:
------------------
++++++ mate-common.spec ++++++
--- /var/tmp/diff_new_pack.9kNRFO/_old  2015-07-03 00:09:49.000000000 +0200
+++ /var/tmp/diff_new_pack.9kNRFO/_new  2015-07-03 00:09:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for mate-common
+# spec file for package mate-common
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,24 +13,23 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
+%define _version 1.10
 Name:           mate-common
-Version:        1.8.0
+Version:        1.10.0
 Release:        0
-License:        GPL-3.0+
 Summary:        Common scripts and macros to develop with MATE
-Url:            https://www.mate-desktop.org
+License:        GPL-3.0+
 Group:          System/GUI/Other
-Source0:        
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-BuildArch:      noarch
-
+Url:            http://mate-desktop.org
+Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  autoconf
 BuildRequires:  automake
-
-# upstream source distribution requires to run 'autogen.sh'; mate-common is a
-# requirement, while this doesn't change we pull all the necessary stuff from
-# here so we don't polute other specs.
+# Upstream source distribution requires execution of 'autogen.sh';
+# mate-common is a requirement, while this doesn't change we pull
+# all the necessary stuff from here so we won't polute other specs.
 Requires:       autoconf
 Requires:       automake
 Requires:       gettext
@@ -39,11 +38,12 @@
 Requires:       pkgconfig
 Requires:       pkgconfig(glib-2.0)
 Requires:       pkgconfig(gtk-doc)
+BuildArch:      noarch
 
 %description
-mate-common is an extension to autoconf, automake and libtool for the MATE
-environment and MATE using applications. Included are mate-autogen and
-several macros to help in MATE source trees
+mate-common is an extension to autoconf, automake and libtool for
+the MATE desktop environment and MATE applications. mate-autogen,
+and several macros are included to help in MATE source trees.
 
 %prep
 %setup -q
@@ -53,10 +53,10 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 
 %files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc AUTHORS COPYING
 %{_bindir}/mate-doc-common
 %{_bindir}/mate-autogen
@@ -64,7 +64,7 @@
 %{_datadir}/aclocal/mate-common.m4
 %{_datadir}/aclocal/mate-compiler-flags.m4
 %{_datadir}/mate-common/
-%{_mandir}/man1/mate-autogen.1.gz
-%{_mandir}/man1/mate-doc-common.1.gz
+%{_mandir}/man?/mate-autogen.?%{?ext_man}
+%{_mandir}/man?/mate-doc-common.?%{?ext_man}
 
 %changelog

++++++ mate-common-1.8.0.tar.xz -> mate-common-1.10.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.8.0/ChangeLog 
new/mate-common-1.10.0/ChangeLog
--- old/mate-common-1.8.0/ChangeLog     2014-02-28 21:00:02.000000000 +0100
+++ new/mate-common-1.10.0/ChangeLog    2015-04-05 19:06:29.000000000 +0200
@@ -1,3 +1,133 @@
+commit b59c7a53c5dbc73657cbcb0f04b82877630df437
+Author: Stefano Karapetsas <stef...@karapetsas.com>
+Date:   Sun Apr 5 19:06:04 2015 +0200
+
+    Bump version to 1.10.0
+
+ NEWS         | 2 +-
+ configure.ac | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 6b5032d74568a58d5bc17a6f432a52aa35e19718
+Author: Stefano Karapetsas <stef...@karapetsas.com>
+Date:   Tue Jan 27 09:31:56 2015 +0100
+
+    Bump version to 1.9.90
+
+ NEWS         | 2 +-
+ configure.ac | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit a1cf7e80de337af2d79d545efa17cc797b11d1e3
+Author: Stefano Karapetsas <stef...@karapetsas.com>
+Date:   Tue Jan 27 09:31:32 2015 +0100
+
+    Update NEWS
+
+ NEWS | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit bdbef494d43e7af7564d8ef0c10a0fb707b61be9
+Author: Stefano Karapetsas <stef...@karapetsas.com>
+Date:   Thu Jan 22 14:42:14 2015 +0100
+
+    Add support for automake 1.15
+    
+    Closes https://github.com/mate-desktop/mate-applets/issues/122
+
+ macros/mate-autogen | 21 +++++++++++----------
+ 1 file changed, 11 insertions(+), 10 deletions(-)
+
+commit df3afe5dc48ac757f06aae44476041ccfabe7cad
+Author: Stefano Karapetsas <stef...@karapetsas.com>
+Date:   Mon Jan 12 11:44:24 2015 +0100
+
+    Bump version to 1.9.1
+
+ NEWS         | 2 +-
+ configure.ac | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 0f1a444af0c2d37fd1ad1b77220f6f9f8ef2b686
+Author: infirit <infi...@gmail.com>
+Date:   Tue Dec 2 11:14:04 2014 +0100
+
+    code-coverage: Support lcov 1.11
+
+ macros/mate-code-coverage.m4 | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 9f48a9b66a8ec131a6c827a55b43291f430a1674
+Author: infirit <infi...@gmail.com>
+Date:   Tue Dec 2 11:13:14 2014 +0100
+
+    mate-autogen: make program_VERSION a local variable
+    
+    Otherwise we may end up overriding what was manually set in the
+    environment.
+    
+    Taken from gnome-common commit: f5bd3785edfbebef04089fc52f804249d88b89de
+
+ macros/mate-autogen | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit cf14b660b289878b0a6e5a406e6fccd58e7026d6
+Author: infirit <infi...@gmail.com>
+Date:   Tue Dec 2 11:11:49 2014 +0100
+
+    mate-autogen: Fix check if stdin is a tty
+    
+    Use the simpler gnome-common check from commit: 
d98710d08e643fe2e2ba8d56540c350062cf0ecc
+
+ macros/mate-autogen | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 37be3c82b50eb2c51ac1f4bb5110b1174d750066
+Author: infirit <infi...@gmail.com>
+Date:   Tue Dec 2 11:06:09 2014 +0100
+
+    mate-autogen.sh: correct IFS value
+    
+    Due to a likely copy-paste mistake, the default value of IFS was being
+    set to 9 spaces instead of a tab and a space.
+    
+    Based on gnome-common commit: fb0e5a9dbed732dd01d245f141ff2beb35689971
+
+ macros/mate-autogen | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 16a737f8e1fa7434448416fd62e842a1c340d598
+Author: infirit <infi...@gmail.com>
+Date:   Tue Dec 2 11:02:45 2014 +0100
+
+    mate-autogen: Check for appdata-xml.m4 with APPDATA_XML
+    
+    Based on gnome-common commit: 2a770a34293432872a8c7edac584a72e943f06d2
+
+ macros/mate-autogen | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit f7f19b25350e21f61c7bc33fe2de552f8f7950c1
+Author: infirit <infi...@gmail.com>
+Date:   Tue Dec 2 10:56:41 2014 +0100
+
+    mate-autogen.sh: run glib-gettexize if using GLib gettext
+    
+    Based on gnome-common commit: d04839754bbbb6ffed9c4641fed801b586944820
+
+ macros/mate-autogen | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 0c0612b32516dbb1ab9d6e8c80d97d1b75890315
+Author: Stefano Karapetsas <stef...@karapetsas.com>
+Date:   Mon Mar 17 16:58:46 2014 +0100
+
+    Bump version to 1.9.0
+
+ NEWS         | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
 commit 2e1ed795cf22232b9fa7c41f226cc1d7c9b11fc9
 Author: Stefano Karapetsas <stef...@karapetsas.com>
 Date:   Fri Feb 28 20:59:38 2014 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.8.0/NEWS new/mate-common-1.10.0/NEWS
--- old/mate-common-1.8.0/NEWS  2014-02-28 20:59:34.000000000 +0100
+++ new/mate-common-1.10.0/NEWS 2015-04-05 19:05:48.000000000 +0200
@@ -1,3 +1,10 @@
+1.10.0
+
+  * Add support for automake 1.15
+  * Support lcov 1.11
+  * Check for appdata-xml.m4 with APPDATA_XML
+  * Run glib-gettexize if using GLib gettext
+
 1.8.0
 
   * Replace mate-doc-utils with yelp-tools
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.8.0/aclocal.m4 
new/mate-common-1.10.0/aclocal.m4
--- old/mate-common-1.8.0/aclocal.m4    2014-02-28 20:59:59.000000000 +0100
+++ new/mate-common-1.10.0/aclocal.m4   2015-04-05 19:06:27.000000000 +0200
@@ -103,10 +103,9 @@
 # configured tree to be moved without reconfiguration.
 
 AC_DEFUN([AM_AUX_DIR_EXPAND],
-[dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
+[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
 ])
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.8.0/configure 
new/mate-common-1.10.0/configure
--- old/mate-common-1.8.0/configure     2014-02-28 21:00:00.000000000 +0100
+++ new/mate-common-1.10.0/configure    2015-04-05 19:06:27.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-common 1.8.0.
+# Generated by GNU Autoconf 2.69 for mate-common 1.10.0.
 #
 # Report bugs to <https://github.com/mate-desktop/mate-common>.
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='mate-common'
 PACKAGE_TARNAME='mate-common'
-PACKAGE_VERSION='1.8.0'
-PACKAGE_STRING='mate-common 1.8.0'
+PACKAGE_VERSION='1.10.0'
+PACKAGE_STRING='mate-common 1.10.0'
 PACKAGE_BUGREPORT='https://github.com/mate-desktop/mate-common'
 PACKAGE_URL=''
 
@@ -1204,7 +1204,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-common 1.8.0 to adapt to many kinds of systems.
+\`configure' configures mate-common 1.10.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1270,7 +1270,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mate-common 1.8.0:";;
+     short | recursive ) echo "Configuration of mate-common 1.10.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1347,7 +1347,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-mate-common configure 1.8.0
+mate-common configure 1.10.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1364,7 +1364,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-common $as_me 1.8.0, which was
+It was created by mate-common $as_me 1.10.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -1916,8 +1916,8 @@
 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
 
 if test x"${MISSING+set}" != xset; then
   case $am_aux_dir in
@@ -2230,7 +2230,7 @@
 
 # Define the identity of the package.
  PACKAGE='mate-common'
- VERSION='1.8.0'
+ VERSION='1.10.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2950,7 +2950,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by mate-common $as_me 1.8.0, which was
+This file was extended by mate-common $as_me 1.10.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3003,7 +3003,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-common config.status 1.8.0
+mate-common config.status 1.10.0
 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-common-1.8.0/configure.ac 
new/mate-common-1.10.0/configure.ac
--- old/mate-common-1.8.0/configure.ac  2014-02-28 20:59:27.000000000 +0100
+++ new/mate-common-1.10.0/configure.ac 2015-04-05 19:05:41.000000000 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.54)
-AC_INIT([mate-common], [1.8.0], [https://github.com/mate-desktop/mate-common])
+AC_INIT([mate-common], [1.10.0], [https://github.com/mate-desktop/mate-common])
 
 AC_CONFIG_SRCDIR([macros/mate-autogen])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.8.0/macros/mate-autogen 
new/mate-common-1.10.0/macros/mate-autogen
--- old/mate-common-1.8.0/macros/mate-autogen   2014-01-25 16:27:25.000000000 
+0100
+++ new/mate-common-1.10.0/macros/mate-autogen  2015-01-23 09:03:18.000000000 
+0100
@@ -51,7 +51,7 @@
 esac
 
 # some terminal codes ...
-if tty <&1 >/dev/null 2>&1; then
+if tty 1>/dev/null 2>&1; then
     boldface="`tput bold 2>/dev/null`"
     normal="`tput sgr0 2>/dev/null`"
 else
@@ -74,7 +74,7 @@
     ch_min_version=$1
     ch_actual_version=$2
     ch_status=0
-    IFS="${IFS=         }"; ch_save_IFS="$IFS"; IFS="."
+    IFS="${IFS=         }"; ch_save_IFS="$IFS"; IFS="."
     set $ch_actual_version
     for ch_min in $ch_min_version; do
         ch_cur=`echo $1 | sed 's/[^0-9].*$//'`; shift # remove letter suffixes
@@ -97,6 +97,7 @@
     vc_min_version=$4
     vc_source=$5
     vc_status=1
+    local ${vc_variable}_VERSION
 
     vc_checkprog=`eval echo "\\$$vc_variable"`
     if [ -n "$vc_checkprog" ]; then
@@ -338,6 +339,10 @@
        want_maintainer_mode=true
     fi
 
+    if grep "^APPDATA_XML" $configure_ac >/dev/null; then
+        require_m4macro appdata-xml.m4
+    fi
+
     # check to make sure mate-common macros can be found ...
     if grep "^MATE_COMMON_INIT" $configure_ac >/dev/null ||
        grep "^MATE_DEBUG_CHECK" $configure_ac >/dev/null ||
@@ -355,16 +360,17 @@
 
 case $REQUIRED_AUTOMAKE_VERSION in
     1.4*) automake_progs="automake-1.4" ;;
-    1.5*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 automake-1.6 
automake-1.5" ;;
-    1.6*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7 
automake-1.6" ;;
-    1.7*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8 automake-1.7" ;;
-    1.8*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
-    1.9*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10 automake-1.9" ;;
-    1.10*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11 automake-1.10" ;;
-    1.11*) automake_progs="automake-1.14 automake-1.13 automake-1.12 
automake-1.11" ;;
-    1.12*) automake_progs="automake-1.14 automake-1.13 automake-1.12" ;;
-    1.13*) automake_progs="automake-1.14 automake-1.13" ;;
-    1.14*) automake_progs="automake-1.14" ;;
+    1.5*) automake_progs="automake-1.15 automake-1.14 automake-1.13 
automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 
automake-1.7 automake-1.6 automake-1.5" ;;
+    1.6*) automake_progs="automake-1.15 automake-1.14 automake-1.13 
automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 
automake-1.7 automake-1.6" ;;
+    1.7*) automake_progs="automake-1.15 automake-1.14 automake-1.13 
automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8 
automake-1.7" ;;
+    1.8*) automake_progs="automake-1.15 automake-1.14 automake-1.13 
automake-1.12 automake-1.11 automake-1.10 automake-1.9 automake-1.8" ;;
+    1.9*) automake_progs="automake-1.15 automake-1.14 automake-1.13 
automake-1.12 automake-1.11 automake-1.10 automake-1.9" ;;
+    1.10*) automake_progs="automake-1.15 automake-1.14 automake-1.13 
automake-1.12 automake-1.11 automake-1.10" ;;
+    1.11*) automake_progs="automake-1.15 automake-1.14 automake-1.13 
automake-1.12 automake-1.11" ;;
+    1.12*) automake_progs="automake-1.15 automake-1.14 automake-1.13 
automake-1.12" ;;
+    1.13*) automake_progs="automake-1.15 automake-1.14 automake-1.13" ;;
+    1.14*) automake_progs="automake-1.15 automake-1.14" ;;
+    1.15*) automake_progs="automake-1.15" ;;
 esac
 version_check automake AUTOMAKE "$automake_progs" $REQUIRED_AUTOMAKE_VERSION \
     
"http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.gz";
@@ -444,6 +450,11 @@
            mkdir -p $m4dir
        fi
 
+       if grep "^AM_GLIB_GNU_GETTEXT" $basename >/dev/null; then
+           printbold "Running $GLIB_GETTEXTIZE... Ignore non-fatal messages."
+           echo "no" | $GLIB_GETTEXTIZE --force --copy || exit 1
+       fi
+
        if grep "^GTK_DOC_CHECK" $basename >/dev/null; then
            printbold "Running $GTKDOCIZE..."
            $GTKDOCIZE --copy || exit 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.8.0/macros/mate-code-coverage.m4 
new/mate-common-1.10.0/macros/mate-code-coverage.m4
--- old/mate-common-1.8.0/macros/mate-code-coverage.m4  2014-01-04 
19:02:21.000000000 +0100
+++ new/mate-common-1.10.0/macros/mate-code-coverage.m4 2015-01-20 
18:29:33.000000000 +0100
@@ -45,7 +45,7 @@
                ])
 
                # List of supported lcov versions.
-               lcov_version_list="1.6 1.7 1.8 1.9 1.10"
+               lcov_version_list="1.6 1.7 1.8 1.9 1.10 1.11"
 
                AC_CHECK_PROG([LCOV], [lcov], [lcov])
                AC_CHECK_PROG([GENHTML], [genhtml], [genhtml])


Reply via email to