Hello community, here is the log from the commit of package mate-common for openSUSE:Factory checked in at 2017-03-20 17:11:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-common (Old) and /work/SRC/openSUSE:Factory/.mate-common.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-common" Mon Mar 20 17:11:38 2017 rev:8 rq:481125 version:1.18.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mate-common/mate-common.changes 2016-09-25 14:42:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mate-common.new/mate-common.changes 2017-03-20 17:11:41.599820388 +0100 @@ -1,0 +2,7 @@ +Tue Mar 14 10:11:47 UTC 2017 - [email protected] + +- Update to version 1.18.0: + * NEWS: Use consistent, project wide, markdown-like formatting to + make generating release announcements easier. + +------------------------------------------------------------------- Old: ---- mate-common-1.16.0.tar.xz New: ---- mate-common-1.18.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-common.spec ++++++ --- /var/tmp/diff_new_pack.bqX3X7/_old 2017-03-20 17:11:42.131745281 +0100 +++ /var/tmp/diff_new_pack.bqX3X7/_new 2017-03-20 17:11:42.131745281 +0100 @@ -1,7 +1,7 @@ # # spec file for package mate-common # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -16,14 +16,14 @@ # -%define _version 1.16 +%define _version 1.18 Name: mate-common -Version: 1.16.0 +Version: 1.18.0 Release: 0 Summary: Common scripts and macros to develop with MATE License: GPL-3.0+ Group: System/GUI/Other -Url: http://mate-desktop.org/ +Url: https://mate-desktop.org/ Source: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake @@ -50,7 +50,7 @@ %build %configure -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install ++++++ mate-common-1.16.0.tar.xz -> mate-common-1.18.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-common-1.16.0/ChangeLog new/mate-common-1.18.0/ChangeLog --- old/mate-common-1.16.0/ChangeLog 2016-09-18 07:19:11.000000000 +0200 +++ new/mate-common-1.18.0/ChangeLog 2017-03-12 12:11:53.000000000 +0100 @@ -1,3 +1,40 @@ +commit a3b042ab8a340ef8e1a9741ccf7e26d5873e274a +Author: raveit65 <[email protected]> +Date: Sun Mar 12 12:11:08 2017 +0100 + + release 1.18 + + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 030cd68f04120fc979ee6abe226c0d590b1b5a2c +Author: monsta <[email protected]> +Date: Sun Mar 12 14:08:41 2017 +0300 + + update NEWS for 1.18 + + NEWS | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) + +commit 882d573105cf9f5fa776d234ad7606ad7688f46e +Author: Martin Wimpress <[email protected]> +Date: Fri Jan 13 16:13:03 2017 +0000 + + Update mate-common NEWS to use consistent, project wide, markdown-like formatting. This will make generating release announcements easier. + + NEWS | 16 ++++++++-------- + 1 file changed, 8 insertions(+), 8 deletions(-) + +commit 0527be3a0c86cb35d735e75807b867773a2ae6db +Author: raveit65 <[email protected]> +Date: Sun Nov 20 21:17:05 2016 +0100 + + release 1.17.0 + + NEWS | 4 ++++ + configure.ac | 2 +- + 2 files changed, 5 insertions(+), 1 deletion(-) + commit 03a2e245cf57c2ab0cd0d759726b37c287859a09 Author: monsta <[email protected]> Date: Sat Sep 17 20:36:19 2016 +0300 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-common-1.16.0/NEWS new/mate-common-1.18.0/NEWS --- old/mate-common-1.16.0/NEWS 2016-09-18 07:16:09.000000000 +0200 +++ new/mate-common-1.18.0/NEWS 2017-03-12 12:10:14.000000000 +0100 @@ -1,25 +1,30 @@ -1.16.0 +### mate-common 1.18.0 + + * NEWS: use consistent, project wide, markdown-like formatting + to make generating release announcements easier + +### mate-common 1.16.0 * Check only for autoreconf in mate-autogen as autoconf, automake, libtool, gettext are already checked by autoreconf -1.14.0 +### mate-common 1.14.0 * Remove references to obsolete MATE components -1.12.0 +### mate-common 1.12.0 * Support lcov 1.12 * Update docs and example script -1.10.0 +### mate-common 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 +### mate-common 1.8.0 * Replace mate-doc-utils with yelp-tools * Cherry pick many improvements from gnome-common diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-common-1.16.0/configure new/mate-common-1.18.0/configure --- old/mate-common-1.16.0/configure 2016-09-18 07:19:09.000000000 +0200 +++ new/mate-common-1.18.0/configure 2017-03-12 12:11:51.000000000 +0100 @@ -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.16.0. +# Generated by GNU Autoconf 2.69 for mate-common 1.18.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.16.0' -PACKAGE_STRING='mate-common 1.16.0' +PACKAGE_VERSION='1.18.0' +PACKAGE_STRING='mate-common 1.18.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.16.0 to adapt to many kinds of systems. +\`configure' configures mate-common 1.18.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.16.0:";; + short | recursive ) echo "Configuration of mate-common 1.18.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.16.0 +mate-common configure 1.18.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.16.0, which was +It was created by mate-common $as_me 1.18.0, 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.16.0' + VERSION='1.18.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.16.0, which was +This file was extended by mate-common $as_me 1.18.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.16.0 +mate-common config.status 1.18.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.16.0/configure.ac new/mate-common-1.18.0/configure.ac --- old/mate-common-1.16.0/configure.ac 2016-09-17 07:38:41.000000000 +0200 +++ new/mate-common-1.18.0/configure.ac 2017-03-12 12:10:41.000000000 +0100 @@ -1,5 +1,5 @@ AC_PREREQ(2.54) -AC_INIT([mate-common], [1.16.0], [https://github.com/mate-desktop/mate-common]) +AC_INIT([mate-common], [1.18.0], [https://github.com/mate-desktop/mate-common]) AC_CONFIG_SRCDIR([macros/mate-autogen])
