Hello community, here is the log from the commit of package gnome-common for openSUSE:Factory checked in at 2014-05-05 21:15:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-common (Old) and /work/SRC/openSUSE:Factory/.gnome-common.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-common" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-common/gnome-common.changes 2013-09-27 17:19:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-common.new/gnome-common.changes 2014-05-05 21:15:56.000000000 +0200 @@ -1,0 +2,17 @@ +Mon Mar 24 13:06:28 UTC 2014 - [email protected] + +- Update to version 3.12.0: + + Read the dirlist file unconditionally. + + compiler-flags: Replace deprecated AC_HELP_STRING with + AS_HELP_STRING. + + gnome-autogen.sh: Check for appdata-xml.m4 with APPDATA_XML. + + Bugs fixed: bgo#726208, bgo#726892. + +------------------------------------------------------------------- +Sat Nov 23 21:53:35 UTC 2013 - [email protected] + +- Replace gnome-doc-utils Requires with gnome-doc-utils-devel: + gnome-autogen.sh wants gnome-doc-prepare to be present, which is + in gnome-doc-utils-devel. + +------------------------------------------------------------------- Old: ---- gnome-common-3.10.0.tar.xz New: ---- gnome-common-3.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-common.spec ++++++ --- /var/tmp/diff_new_pack.EGRMHz/_old 2014-05-05 21:15:57.000000000 +0200 +++ /var/tmp/diff_new_pack.EGRMHz/_new 2014-05-05 21:15:57.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnome-common # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,20 @@ Name: gnome-common -Version: 3.10.0 +Version: 3.12.0 Release: 0 Summary: Common Files to Build GNOME License: GPL-2.0+ Group: System/GUI/GNOME Url: http://www.gnome.org/ -Source: http://download.gnome.org/sources/gnome-common/3.10/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-common/3.12/%{name}-%{version}.tar.xz BuildRequires: pkg-config Requires: autoconf Requires: automake Requires: gettext-tools # Avoiding pkgconfig()-style because we want glib-gettextize Requires: glib2-devel -Requires: gnome-doc-utils +Requires: gnome-doc-utils-devel Requires: gtk-doc Requires: intltool Requires: libtool ++++++ gnome-common-3.10.0.tar.xz -> gnome-common-3.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-common-3.10.0/ChangeLog new/gnome-common-3.12.0/ChangeLog --- old/gnome-common-3.10.0/ChangeLog 2013-09-23 16:28:53.000000000 +0200 +++ new/gnome-common-3.12.0/ChangeLog 2014-03-24 13:19:37.000000000 +0100 @@ -1,3 +1,102 @@ +commit d213283fcb5228d05eb2c796579f18240e8467e8 +Author: David King <[email protected]> +Date: Mon Mar 24 12:19:08 2014 +0000 + + version 3.12.0 + + configure.ac | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit d98710d08e643fe2e2ba8d56540c350062cf0ecc +Author: Volker Sobek <[email protected]> +Date: Sat Mar 22 18:39:19 2014 +0100 + + gnome-autogen.sh: Fix check if stdin is a tty + + Commit 7f977b021462 introduced a check if stdin is ins't a tty, and + prevent printing terminal codes in this case. But the check was wrong + and always failed. + + https://bugzilla.gnome.org/show_bug.cgi?id=726892 + + macros2/gnome-autogen.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit b6f099488526288ad0ab1b2061304441df0b2466 +Author: Ryan Lortie <[email protected]> +Date: Thu Mar 13 09:57:29 2014 -0400 + + gnome-autogen: require automake 1.11.2 + + This is the version of automake that introduced ACLOCAL_PATH support, so + make sure that we have it before attempting to configure the package. + + macros2/gnome-autogen.sh | 4 ++++ + 1 file changed, 4 insertions(+) + +commit 33608985c02e8ff9651c917842010984ff65cf14 +Author: Ryan Lortie <[email protected]> +Date: Wed Mar 12 19:24:51 2014 -0400 + + gnome-common: use ACLOCAL_PATH over ACLOCAL_FLAGS + + jhbuild has set this variable for more than two years. + + https://bugzilla.gnome.org/show_bug.cgi?id=726208 + + macros2/gnome-autogen.sh | 17 +++++++---------- + 1 file changed, 7 insertions(+), 10 deletions(-) + +commit fb0e5a9dbed732dd01d245f141ff2beb35689971 +Author: Ryan Lortie <[email protected]> +Date: Wed Mar 12 19:54:40 2014 -0400 + + gnome-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. Fix that. + + https://bugzilla.gnome.org/show_bug.cgi?id=726208 + + macros2/gnome-autogen.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 2a770a34293432872a8c7edac584a72e943f06d2 +Author: David King <[email protected]> +Date: Mon Dec 16 15:30:45 2013 +0000 + + gnome-autogen.sh: Check for appdata-xml.m4 with APPDATA_XML + + macros2/gnome-autogen.sh | 4 ++++ + 1 file changed, 4 insertions(+) + +commit 62f7546a039296e42b90ca9f9590caf9db5bc6ef +Author: Philip Withnall <[email protected]> +Date: Sun Oct 27 12:08:38 2013 +0000 + + compiler-flags: Simplify a case statement slightly + + macros2/gnome-compiler-flags.m4 | 5 +---- + 1 file changed, 1 insertion(+), 4 deletions(-) + +commit eb0a7dce6b639e354b4b9736ed879921595f12fb +Author: Philip Withnall <[email protected]> +Date: Sun Oct 27 12:02:55 2013 +0000 + + compiler-flags: Replace deprecated AC_HELP_STRING with AS_HELP_STRING + + macros2/gnome-compiler-flags.m4 | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +commit 799ae3eaebd82f961cbca82325351c3b5db7494c +Author: Javier Jardón <[email protected]> +Date: Tue Jul 23 11:53:00 2013 +0100 + + Read the dirlist file unconditionally + + macros2/gnome-autogen.sh | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) + commit daf03d618f3093b7c7ba5850fe27f9f552500a9e Author: David King <[email protected]> Date: Mon Sep 23 15:28:42 2013 +0100 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-common-3.10.0/configure new/gnome-common-3.12.0/configure --- old/gnome-common-3.10.0/configure 2013-09-23 16:27:53.000000000 +0200 +++ new/gnome-common-3.12.0/configure 2014-03-24 13:19:30.000000000 +0100 @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gnome-common 3.10.0. +# Generated by GNU Autoconf 2.69 for gnome-common 3.12.0. # -# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common>. +# Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common>. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -266,7 +266,7 @@ $as_echo "$0: be upgraded to zsh 4.3.4 or later." else $as_echo "$0: Please tell [email protected] and -$0: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common +$0: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common $0: about your system, including any error possibly output $0: before this message. Then install a modern shell, or $0: manually run the script under such a shell if you do @@ -580,9 +580,9 @@ # Identity of this package. PACKAGE_NAME='gnome-common' PACKAGE_TARNAME='gnome-common' -PACKAGE_VERSION='3.10.0' -PACKAGE_STRING='gnome-common 3.10.0' -PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common' +PACKAGE_VERSION='3.12.0' +PACKAGE_STRING='gnome-common 3.12.0' +PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common' PACKAGE_URL='' ac_unique_file="macros2/gnome-autogen.sh" @@ -1205,7 +1205,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 gnome-common 3.10.0 to adapt to many kinds of systems. +\`configure' configures gnome-common 3.12.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1271,7 +1271,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gnome-common 3.10.0:";; + short | recursive ) echo "Configuration of gnome-common 3.12.0:";; esac cat <<\_ACEOF @@ -1285,7 +1285,7 @@ disable make rules and dependencies not useful (and sometimes confusing) to the casual installer -Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common>. +Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common>. _ACEOF ac_status=$? fi @@ -1348,7 +1348,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gnome-common configure 3.10.0 +gnome-common configure 3.12.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1365,7 +1365,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gnome-common $as_me 3.10.0, which was +It was created by gnome-common $as_me 3.12.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2231,7 +2231,7 @@ # Define the identity of the package. PACKAGE='gnome-common' - VERSION='3.10.0' + VERSION='3.12.0' cat >>confdefs.h <<_ACEOF @@ -2908,7 +2908,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gnome-common $as_me 3.10.0, which was +This file was extended by gnome-common $as_me 3.12.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2955,13 +2955,13 @@ Configuration files: $config_files -Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common>." +Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gnome-common config.status 3.10.0 +gnome-common config.status 3.12.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/gnome-common-3.10.0/configure.ac new/gnome-common-3.12.0/configure.ac --- old/gnome-common-3.10.0/configure.ac 2013-09-23 16:27:42.000000000 +0200 +++ new/gnome-common-3.12.0/configure.ac 2014-03-24 13:17:14.000000000 +0100 @@ -1,6 +1,6 @@ AC_PREREQ(2.54) -AC_INIT([gnome-common], [3.10.0], - [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common]) +AC_INIT([gnome-common], [3.12.0], + [https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common]) AC_CONFIG_SRCDIR([macros2/gnome-autogen.sh]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-common-3.10.0/macros2/gnome-autogen.sh new/gnome-common-3.12.0/macros2/gnome-autogen.sh --- old/gnome-common-3.10.0/macros2/gnome-autogen.sh 2013-09-03 22:32:52.000000000 +0200 +++ new/gnome-common-3.12.0/macros2/gnome-autogen.sh 2014-03-24 13:16:46.000000000 +0100 @@ -6,6 +6,7 @@ test "$srcdir" || srcdir=. # default version requirements ... +test "$REQUIRED_AUTOMAKE_VERSION" || REQUIRED_AUTOMAKE_VERSION=1.11.2 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 @@ -33,7 +34,7 @@ esac # some terminal codes ... -if tty < /dev/null 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 @@ -56,7 +57,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 @@ -151,23 +152,22 @@ printerr "***Error***: some autoconf macros required to build $PKG_NAME" printerr " were not found in your aclocal path, or some forbidden" printerr " macros were found. Perhaps you need to adjust your" - printerr " ACLOCAL_FLAGS?" + printerr " ACLOCAL_PATH?" printerr } # Usage: # check_m4macros # Checks that all the requested macro files are in the aclocal macro path -# Uses REQUIRED_M4MACROS and ACLOCAL variables. +# Uses REQUIRED_M4MACROS and ACLOCAL_PATH variables. check_m4macros() { # construct list of macro directories 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. - # Read the dirlist file, supported by Automake >= 1.7. - # If AUTOMAKE was defined, no version was detected. - if [ -z "$AUTOMAKE_VERSION" ] || compare_versions 1.7 $AUTOMAKE_VERSION && [ -s $cm_macrodirs/dirlist ]; then + # Read the dirlist file + if [ -s $cm_macrodirs/dirlist ]; then cm_dirlist=`sed 's/[ ]*#.*//;/^$/d' $cm_macrodirs/dirlist` if [ -n "$cm_dirlist" ] ; then for cm_dir in $cm_dirlist; do @@ -178,15 +178,12 @@ fi fi - # Parse $ACLOCAL_FLAGS - set - $ACLOCAL_FLAGS - while [ $# -gt 0 ]; do - if [ "$1" = "-I" ]; then - add_to_cm_macrodirs "$2" - shift - fi - shift + # Parse $ACLOCAL_PATH + IFS="${IFS= }"; save_IFS="$IFS"; IFS=":" + for dir in ${ACLOCAL_PATH}; do + add_to_cm_macrodirs "$dir" done + IFS="$save_IFS" cm_status=0 if [ -n "$REQUIRED_M4MACROS" ]; then @@ -255,6 +252,9 @@ want_gnome_doc_utils=false want_maintainer_mode=false +version_check automake AUTOMAKE automake $REQUIRED_AUTOMAKE_VERSION \ + "http://ftp.gnu.org/pub/gnu/automake/automake-$REQUIRED_AUTOMAKE_VERSION.tar.xz" + version_check autoreconf AUTORECONF autoreconf $REQUIRED_AUTORECONF_VERSION \ "http://ftp.gnu.org/pub/gnu/autoconf/autoconf-$REQUIRED_AUTORECONF_VERSION.tar.xz" @@ -307,6 +307,10 @@ require_m4macro yelp.m4 fi + if grep "^APPDATA_XML" $configure_ac >/dev/null; then + require_m4macro appdata-xml.m4 + fi + # check to make sure gnome-common macros can be found ... if grep "^GNOME_COMMON_INIT" $configure_ac >/dev/null || grep "^GNOME_DEBUG_CHECK" $configure_ac >/dev/null || diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-common-3.10.0/macros2/gnome-compiler-flags.m4 new/gnome-common-3.12.0/macros2/gnome-compiler-flags.m4 --- old/gnome-common-3.10.0/macros2/gnome-compiler-flags.m4 2013-09-07 05:57:28.000000000 +0200 +++ new/gnome-common-3.12.0/macros2/gnome-compiler-flags.m4 2013-10-31 19:46:08.000000000 +0100 @@ -18,7 +18,7 @@ dnl ****************************** AC_ARG_ENABLE(compile-warnings, - AC_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@], + AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@], [Turn on compiler warnings]),, [enable_compile_warnings="m4_default([$1],[yes])"]) @@ -63,10 +63,7 @@ minimum) warning_flags="-Wall" ;; - yes) - warning_flags="$base_warn_flags $base_error_flags $additional_flags" - ;; - maximum|error) + yes|maximum|error) warning_flags="$base_warn_flags $base_error_flags $additional_flags" ;; *) @@ -100,7 +97,7 @@ AC_MSG_RESULT($tested_warning_flags) AC_ARG_ENABLE(iso-c, - AC_HELP_STRING([--enable-iso-c], + AS_HELP_STRING([--enable-iso-c], [Try to warn if code is not ISO C ]),, [enable_iso_c=no]) @@ -128,7 +125,7 @@ AC_DEFUN([GNOME_CXX_WARNINGS],[ AC_ARG_ENABLE(cxx-warnings, - AC_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@] + AS_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@] [Turn on compiler warnings.]),, [enable_cxx_warnings="m4_default([$1],[minimum])"]) @@ -154,7 +151,7 @@ AC_MSG_RESULT($warnCXXFLAGS) AC_ARG_ENABLE(iso-cxx, - AC_HELP_STRING([--enable-iso-cxx], + AS_HELP_STRING([--enable-iso-cxx], [Try to warn if code is not ISO C++ ]),, [enable_iso_cxx=no]) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
