Hello community,

here is the log from the commit of package mate-common for openSUSE:Factory 
checked in at 2016-09-25 14:42:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2016-04-15 
19:09:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mate-common.new/mate-common.changes     
2016-09-25 14:42:49.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Check only for autoreconf in mate-autogen as autoconf,
+    automake, libtool, gettext are already checked by autoreconf.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ mate-common.spec ++++++
--- /var/tmp/diff_new_pack.uKyOnC/_old  2016-09-25 14:42:50.000000000 +0200
+++ /var/tmp/diff_new_pack.uKyOnC/_new  2016-09-25 14:42:50.000000000 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:           mate-common
-Version:        1.14.0
+Version:        1.16.0
 Release:        0
 Summary:        Common scripts and macros to develop with MATE
 License:        GPL-3.0+
@@ -35,7 +35,7 @@
 Requires:       gettext
 Requires:       intltool >= 0.50.1
 Requires:       libtool
-Requires:       pkg-config
+Requires:       pkgconfig
 Requires:       pkgconfig(glib-2.0)
 Requires:       pkgconfig(gtk-doc)
 BuildArch:      noarch

++++++ mate-common-1.14.0.tar.xz -> mate-common-1.16.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.14.0/ChangeLog 
new/mate-common-1.16.0/ChangeLog
--- old/mate-common-1.14.0/ChangeLog    2016-04-05 09:32:38.000000000 +0200
+++ new/mate-common-1.16.0/ChangeLog    2016-09-18 07:19:11.000000000 +0200
@@ -1,3 +1,55 @@
+commit 03a2e245cf57c2ab0cd0d759726b37c287859a09
+Author: monsta <mon...@inbox.ru>
+Date:   Sat Sep 17 20:36:19 2016 +0300
+
+    update NEWS for 1.16
+
+ NEWS | 12 ++----------
+ 1 file changed, 2 insertions(+), 10 deletions(-)
+
+commit 0cbb9c88dc747d8521be9e452b21b15bfdd98196
+Author: raveit65 <chat-to...@raveit.de>
+Date:   Sat Sep 17 07:43:12 2016 +0200
+
+    release 1.16.0
+
+ NEWS         | 4 ++++
+ configure.ac | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit 2739d3f28240b5c106480889edfff87bd3a155c3
+Author: Martin Wimpress <c...@flexion.org>
+Date:   Thu Sep 8 16:56:03 2016 +0100
+
+    Bump version to 1.15.1
+
+ NEWS         | 6 ++++++
+ configure.ac | 2 +-
+ 2 files changed, 7 insertions(+), 1 deletion(-)
+
+commit bf70a9a2a65a04595e32cb0bd88ec9ebe885734d
+Author: Martin Wimpress <c...@flexion.org>
+Date:   Fri Aug 19 09:03:24 2016 +0100
+
+    mate-autogen: Check only for autoreconf
+    
+    autoconf, automake, libtool, gettext are already checked by autoreconf. 
Closes #19.
+    
+    Adapted from 
https://git.gnome.org/browse/gnome-common/commit/macros2/gnome-autogen.sh?id=17f56a49964a3ddabf0d166326989033b7d84764
+
+ macros/mate-autogen | 65 ++++++-----------------------------------------------
+ 1 file changed, 7 insertions(+), 58 deletions(-)
+
+commit 0fd519e90c7c8c26b1b38d87736bebfab6064bd9
+Author: raveit65 <chat-to...@raveit.de>
+Date:   Tue Jun 7 11:52:26 2016 +0200
+
+    release 1.15.0
+
+ NEWS         | 3 +++
+ configure.ac | 2 +-
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
 commit 5e12c555f1a98082646812f1783e7263d32df136
 Author: raveit65 <chat-to...@raveit.de>
 Date:   Tue Apr 5 09:32:05 2016 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.14.0/NEWS new/mate-common-1.16.0/NEWS
--- old/mate-common-1.14.0/NEWS 2016-04-05 09:27:50.000000000 +0200
+++ new/mate-common-1.16.0/NEWS 2016-09-18 07:16:09.000000000 +0200
@@ -1,3 +1,8 @@
+1.16.0
+
+  * Check only for autoreconf in mate-autogen as autoconf, automake,
+    libtool, gettext are already checked by autoreconf
+
 1.14.0
 
   * Remove references to obsolete MATE components
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mate-common-1.14.0/configure 
new/mate-common-1.16.0/configure
--- old/mate-common-1.14.0/configure    2016-04-05 09:32:28.000000000 +0200
+++ new/mate-common-1.16.0/configure    2016-09-18 07:19:09.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.14.0.
+# Generated by GNU Autoconf 2.69 for mate-common 1.16.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.14.0'
-PACKAGE_STRING='mate-common 1.14.0'
+PACKAGE_VERSION='1.16.0'
+PACKAGE_STRING='mate-common 1.16.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.14.0 to adapt to many kinds of systems.
+\`configure' configures mate-common 1.16.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.14.0:";;
+     short | recursive ) echo "Configuration of mate-common 1.16.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.14.0
+mate-common configure 1.16.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.14.0, which was
+It was created by mate-common $as_me 1.16.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.14.0'
+ VERSION='1.16.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.14.0, which was
+This file was extended by mate-common $as_me 1.16.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.14.0
+mate-common config.status 1.16.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.14.0/configure.ac 
new/mate-common-1.16.0/configure.ac
--- old/mate-common-1.14.0/configure.ac 2016-04-05 09:28:42.000000000 +0200
+++ new/mate-common-1.16.0/configure.ac 2016-09-17 07:38:41.000000000 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.54)
-AC_INIT([mate-common], [1.14.0], [https://github.com/mate-desktop/mate-common])
+AC_INIT([mate-common], [1.16.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.14.0/macros/mate-autogen 
new/mate-common-1.16.0/macros/mate-autogen
--- old/mate-common-1.14.0/macros/mate-autogen  2015-10-06 16:27:30.000000000 
+0200
+++ new/mate-common-1.16.0/macros/mate-autogen  2016-09-17 07:36:20.000000000 
+0200
@@ -22,10 +22,7 @@
 test "$srcdir" || srcdir=.
 
 # default version requirements ...
-test "$REQUIRED_AUTOCONF_VERSION" || REQUIRED_AUTOCONF_VERSION=2.53
-test "$REQUIRED_AUTOMAKE_VERSION" || REQUIRED_AUTOMAKE_VERSION=1.9
-test "$REQUIRED_LIBTOOL_VERSION" || REQUIRED_LIBTOOL_VERSION=1.4.3
-test "$REQUIRED_GETTEXT_VERSION" || REQUIRED_GETTEXT_VERSION=0.10.40
+test "$REQUIRED_AUTORECONF_VERSION" || REQUIRED_AUTORECONF_VERSION=2.53
 test "$REQUIRED_GLIB_GETTEXT_VERSION" || REQUIRED_GLIB_GETTEXT_VERSION=2.2.0
 test "$REQUIRED_INTLTOOL_VERSION" || REQUIRED_INTLTOOL_VERSION=0.25
 test "$REQUIRED_PKG_CONFIG_VERSION" || REQUIRED_PKG_CONFIG_VERSION=0.14.0
@@ -105,12 +102,7 @@
        return 0
     fi
 
-    if test "x$vc_package" = "xautomake" -a "x$vc_min_version" = "x1.4"; then
-       vc_comparator="="
-    else
-       vc_comparator=">="
-    fi
-    printbold "checking for $vc_package $vc_comparator $vc_min_version..."
+    printbold "checking for $vc_package >= $vc_min_version..."
     for vc_checkprog in $vc_checkprogs; do
        echo $ECHO_N "  testing $vc_checkprog... " $ECHO_C
        if $vc_checkprog --version < /dev/null > /dev/null 2>&1; then
@@ -131,7 +123,7 @@
        fi
     done
     if [ "$vc_status" != 0 ]; then
-       printerr "***Error***: You must have $vc_package $vc_comparator 
$vc_min_version installed"
+       printerr "***Error***: You must have $vc_package >= $vc_min_version 
installed"
        printerr "  to build $PKG_NAME.  Download the appropriate package for"
        printerr "  from your distribution or get the source tarball at"
         printerr "    $vc_source"
@@ -185,7 +177,7 @@
 # Uses REQUIRED_M4MACROS and ACLOCAL variables.
 check_m4macros() {
     # construct list of macro directories
-    cm_macrodirs=`$ACLOCAL --print-ac-dir`
+    cm_macrodirs=`aclocal --print-ac-dir`
     # aclocal also searches a version specific dir, eg. /usr/share/aclocal-1.9
     # but it contains only Automake's own macros, so we can ignore it.
 
@@ -271,8 +263,6 @@
 # try to catch the case where the macros/ directory hasn't been cleared out.
 forbid_m4macro mate-cxx-check.m4
 
-want_libtool=false
-want_gettext=false
 want_glib_gettext=false
 want_intltool=false
 want_pkg_config=false
@@ -280,12 +270,8 @@
 want_yelp_tools=false
 want_maintainer_mode=false
 
-#tell Mandrake autoconf wrapper we want autoconf 2.5x, not 2.13
-WANT_AUTOCONF_2_5=1
-export WANT_AUTOCONF_2_5
-version_check autoconf AUTOCONF 'autoconf2.50 autoconf autoconf-2.53' 
$REQUIRED_AUTOCONF_VERSION \
-    
"http://ftp.gnu.org/pub/gnu/autoconf/autoconf-$REQUIRED_AUTOCONF_VERSION.tar.gz";
-AUTOHEADER=`echo $AUTOCONF | sed s/autoconf/autoheader/`
+version_check autoreconf AUTORECONF 'autoreconf' $REQUIRED_AUTORECONF_VERSION \
+    
"http://ftp.gnu.org/pub/gnu/autoconf/autoconf-$REQUIRED_AUTORECONF_VERSION.tar.gz";
 
 find_configure_files() {
     configure_ac=
@@ -296,7 +282,7 @@
     fi
     if test "x$configure_ac" != x; then
        echo "$configure_ac"
-       $AUTOCONF -t 'AC_CONFIG_SUBDIRS:$1' "$configure_ac" | while read dir; do
+       autoconf -t 'AC_CONFIG_SUBDIRS:$1' "$configure_ac" | while read dir; do
            find_configure_files "$1/$dir"
        done
     fi
@@ -310,13 +296,6 @@
        echo skipping $dirname -- flagged as no auto-gen
        continue
     fi
-    if grep "^A[CM]_PROG_LIBTOOL" $configure_ac >/dev/null ||
-       grep "^LT_INIT" $configure_ac >/dev/null; then
-       want_libtool=true
-    fi
-    if grep "^AM_GNU_GETTEXT" $configure_ac >/dev/null; then
-       want_gettext=true
-    fi
     if grep "^AM_GLIB_GNU_GETTEXT" $configure_ac >/dev/null; then
        want_glib_gettext=true
     fi
@@ -358,36 +337,6 @@
     fi
 done
 
-case $REQUIRED_AUTOMAKE_VERSION in
-    1.4*) automake_progs="automake-1.4" ;;
-    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";
-ACLOCAL=`echo $AUTOMAKE | sed s/automake/aclocal/`
-
-if $want_libtool; then
-    version_check libtool LIBTOOLIZE "libtoolize glibtoolize" 
$REQUIRED_LIBTOOL_VERSION \
-        
"http://ftp.gnu.org/pub/gnu/libtool/libtool-$REQUIRED_LIBTOOL_VERSION.tar.gz";
-    require_m4macro libtool.m4
-fi
-
-if $want_gettext; then
-    version_check gettext GETTEXTIZE gettextize $REQUIRED_GETTEXT_VERSION \
-        
"http://ftp.gnu.org/pub/gnu/gettext/gettext-$REQUIRED_GETTEXT_VERSION.tar.gz";
-    require_m4macro gettext.m4
-fi
-
 if $want_glib_gettext; then
     version_check glib-gettext GLIB_GETTEXTIZE glib-gettextize 
$REQUIRED_GLIB_GETTEXT_VERSION \
         
"ftp://ftp.gtk.org/pub/gtk/v2.2/glib-$REQUIRED_GLIB_GETTEXT_VERSION.tar.gz";


Reply via email to