Hello community, here is the log from the commit of package mate-common for openSUSE:Leap:15.2 checked in at 2020-04-05 17:07:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/mate-common (Old) and /work/SRC/openSUSE:Leap:15.2/.mate-common.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-common" Sun Apr 5 17:07:45 2020 rev:17 rq:791364 version:1.24.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/mate-common/mate-common.changes 2020-03-06 12:41:14.526755920 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.mate-common.new.3248/mate-common.changes 2020-04-05 17:07:50.354262526 +0200 @@ -1,0 +2,6 @@ +Wed Apr 2 16:35:45 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 1.24.1: + * Silent -Wunused-parameter for maximum warning level. + +------------------------------------------------------------------- Old: ---- mate-common-1.24.0.tar.xz New: ---- mate-common-1.24.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-common.spec ++++++ --- /var/tmp/diff_new_pack.AzwuEd/_old 2020-04-05 17:07:50.722262919 +0200 +++ /var/tmp/diff_new_pack.AzwuEd/_new 2020-04-05 17:07:50.726262923 +0200 @@ -18,7 +18,7 @@ %define _version 1.24 Name: mate-common -Version: 1.24.0 +Version: 1.24.1 Release: 0 Summary: Common scripts and macros to develop with MATE License: GPL-3.0-or-later ++++++ mate-common-1.24.0.tar.xz -> mate-common-1.24.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-common-1.24.0/ChangeLog new/mate-common-1.24.1/ChangeLog --- old/mate-common-1.24.0/ChangeLog 2020-02-10 11:29:36.000000000 +0100 +++ new/mate-common-1.24.1/ChangeLog 2020-04-02 12:48:15.000000000 +0200 @@ -1,3 +1,41 @@ +commit 17547b0ed2444ea71072702eb81a4d5d231cc3fe +Author: raveit65 <[email protected]> +Date: Thu Apr 2 12:43:46 2020 +0200 + + release 1.24.1 + + NEWS | 4 ++++ + configure.ac | 2 +- + 2 files changed, 5 insertions(+), 1 deletion(-) + +commit acfb5dd2e9df2804a37a1a7080fcdc8205506f90 +Author: raveit65 <[email protected]> +Date: Tue Mar 31 17:03:05 2020 +0200 + + silent -Wunused-parameter for maximum warning level + + macros/mate-compiler-flags.m4 | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 479acdfb59c39270212a64ace58d4503cb77bea6 +Author: Pablo Barciela <[email protected]> +Date: Mon Mar 16 02:40:56 2020 +0100 + + Travis CI: use Ubuntu 20.04 instead 19.10 + + .travis.yml | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +commit 5759c0df0483ad386daf04b9d98c3f1e8f342528 +Author: raveit65 <[email protected]> +Date: Sat Feb 22 12:16:32 2020 +0100 + + travis: update config for new travis validation + + .build.yml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ + .travis.yml | 60 +++--------------------------------------------------------- + 2 files changed, 58 insertions(+), 57 deletions(-) + commit 95f31a9e59af4d8a99c5662ac96f7c9dc6c6a4cf Author: raveit65 <[email protected]> Date: Fri Feb 7 15:55:15 2020 +0100 @@ -446,51 +484,11 @@ Bump version to 1.9.90 - NEWS | 2 +- - configure.ac | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -commit a1cf7e80de337af2d79d545efa17cc797b11d1e3 -Author: Stefano Karapetsas <[email protected]> -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 <[email protected]> -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 <[email protected]> -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 <[email protected]> -Date: Tue Dec 2 11:14:04 2014 +0100 - - code-coverage: Support lcov 1.11 - AUTHORS | 3 + COPYING | 674 ++++++++++++++++++++++++++++++++++++++++++ ChangeLog | 2 + Makefile.am | 17 ++ - NEWS | 9 + + NEWS | 12 + README | 36 +++ autogen.sh | 18 ++ configure.ac | 24 ++ @@ -508,8 +506,8 @@ doc/update-manpages.sh | 23 ++ doc/usage.txt | 40 +++ macros/Makefile.am | 13 + - macros/mate-autogen | 492 ++++++++++++++++++++++++++++++ + macros/mate-autogen | 493 ++++++++++++++++++++++++++++++ macros/mate-code-coverage.m4 | 165 +++++++++++ macros/mate-common.m4 | 64 ++++ macros/mate-compiler-flags.m4 | 158 ++++++++++ - 26 files changed, 2108 insertions(+) + 26 files changed, 2112 insertions(+) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-common-1.24.0/NEWS new/mate-common-1.24.1/NEWS --- old/mate-common-1.24.0/NEWS 2020-02-10 11:27:54.000000000 +0100 +++ new/mate-common-1.24.1/NEWS 2020-04-02 12:46:36.000000000 +0200 @@ -1,3 +1,7 @@ +### mate-common 1.24.1 + + * silent -Wunused-parameter for maximum warning level + ### mate-common 1.24.0 * bump version diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-common-1.24.0/configure new/mate-common-1.24.1/configure --- old/mate-common-1.24.0/configure 2020-02-10 11:29:35.000000000 +0100 +++ new/mate-common-1.24.1/configure 2020-04-02 12:48:13.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.24.0. +# Generated by GNU Autoconf 2.69 for mate-common 1.24.1. # # 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.24.0' -PACKAGE_STRING='mate-common 1.24.0' +PACKAGE_VERSION='1.24.1' +PACKAGE_STRING='mate-common 1.24.1' 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.24.0 to adapt to many kinds of systems. +\`configure' configures mate-common 1.24.1 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.24.0:";; + short | recursive ) echo "Configuration of mate-common 1.24.1:";; 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.24.0 +mate-common configure 1.24.1 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.24.0, which was +It was created by mate-common $as_me 1.24.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2230,7 +2230,7 @@ # Define the identity of the package. PACKAGE='mate-common' - VERSION='1.24.0' + VERSION='1.24.1' 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.24.0, which was +This file was extended by mate-common $as_me 1.24.1, 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.24.0 +mate-common config.status 1.24.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-common-1.24.0/configure.ac new/mate-common-1.24.1/configure.ac --- old/mate-common-1.24.0/configure.ac 2020-02-10 11:27:54.000000000 +0100 +++ new/mate-common-1.24.1/configure.ac 2020-04-02 12:46:36.000000000 +0200 @@ -1,5 +1,5 @@ AC_PREREQ(2.54) -AC_INIT([mate-common], [1.24.0], [https://github.com/mate-desktop/mate-common]) +AC_INIT([mate-common], [1.24.1], [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.24.0/macros/mate-compiler-flags.m4 new/mate-common-1.24.1/macros/mate-compiler-flags.m4 --- old/mate-common-1.24.0/macros/mate-compiler-flags.m4 2020-02-10 11:27:54.000000000 +0100 +++ new/mate-common-1.24.1/macros/mate-compiler-flags.m4 2020-04-02 12:46:36.000000000 +0200 @@ -49,7 +49,7 @@ warning_flags="-Wall -Wmissing-prototypes" ;; maximum|error) - warning_flags="-Wall -Wmissing-prototypes -Wbad-function-cast -Wcast-align -Wextra -Wformat-nonliteral -Wmissing-declarations -Wmissing-field-initializers -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Werror=format-security -Wno-sign-compare" + warning_flags="-Wall -Wmissing-prototypes -Wbad-function-cast -Wcast-align -Wextra -Wno-unused-parameter -Wformat-nonliteral -Wmissing-declarations -Wmissing-field-initializers -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Werror=format-security -Wno-sign-compare" if test "$enable_compile_warnings" = "error" ; then warning_flags="$warning_flags -Werror" fi
