Hello community,

here is the log from the commit of package gnome-common for openSUSE:Factory
checked in at Fri Sep 9 11:17:57 CEST 2011.



--------
--- GNOME/gnome-common/gnome-common.changes     2011-05-03 00:48:54.000000000 
+0200
+++ /mounts/work_src_done/STABLE/gnome-common/gnome-common.changes      
2011-08-17 14:43:31.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Aug 17 14:39:41 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.0:
+  + gnome-autogen.sh:
+    - Don't print terminal codes if stdin isn't a tty
+    - Check for yelp.m4 with YELP_HELP_INIT
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gnome-common-2.34.0.tar.bz2

New:
----
  gnome-common-3.1.0.tar.bz2

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

Other differences:
------------------
++++++ gnome-common.spec ++++++
--- /var/tmp/diff_new_pack.VPQpOF/_old  2011-09-09 11:17:52.000000000 +0200
+++ /var/tmp/diff_new_pack.VPQpOF/_new  2011-09-09 11:17:52.000000000 +0200
@@ -31,11 +31,11 @@
 Requires:       libtool
 Requires:       pkg-config
 Summary:        Common Files to Build GNOME
-Version:        2.34.0
+Version:        3.1.0
 Release:        1
 License:        GPLv2+
 Group:          System/GUI/GNOME
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://download.gnome.org/sources/gnome-common/3.1/%{name}-%{version}.tar.bz2
 Url:            http://www.gnome.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch

++++++ gnome-common-2.34.0.tar.bz2 -> gnome-common-3.1.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-common-2.34.0/ChangeLog 
new/gnome-common-3.1.0/ChangeLog
--- old/gnome-common-2.34.0/ChangeLog   2011-04-03 19:44:21.000000000 +0200
+++ new/gnome-common-3.1.0/ChangeLog    2011-08-17 13:55:21.000000000 +0200
@@ -1,3 +1,32 @@
+commit 7f977b0214623142819c8b7a08839949fb9f3ec0
+Author: Colin Walters <walt...@verbum.org>
+Date:   Wed Jun 22 15:53:42 2011 -0400
+
+    gnome-autogen.sh: Don't print terminal codes if stdin isn't a tty
+    
+    Otherwise this shows up as garbage in log files.
+
+ macros2/gnome-autogen.sh |    9 +++++++--
+ 1 files changed, 7 insertions(+), 2 deletions(-)
+
+commit ee256d60790a464ca56b452c0a70ad0c03547519
+Author: Shaun McCance <sha...@gnome.org>
+Date:   Thu May 12 11:00:09 2011 -0400
+
+    gnome-autogen.sh: Check for yelp.m4 with YELP_HELP_INIT
+
+ macros2/gnome-autogen.sh |    4 ++++
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+commit 62baea2b4b519f4e9d62848e4d7b39761fbdd2f2
+Author: Christian Persch <c...@gnome.org>
+Date:   Thu May 12 17:47:02 2011 +0200
+
+    Post branch version bump
+
+ configure.in |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
 commit a4af250ce8186daaaccf3883a91d6f0bc4722e95
 Author: Christian Persch <c...@gnome.org>
 Date:   Sun Apr 3 19:44:18 2011 +0200
@@ -240,11 +269,11 @@
 
     Autogenerate ChangeLog
 
- ChangeLog         |14901 ++++++++++++++++++++++++++++++++++++++++++++++++++---
- ChangeLog.pre-git |  860 +++
- Makefile.am       |   17 +-
- configure.in      |    2 +-
- 4 files changed, 14948 insertions(+), 832 deletions(-)
+ ChangeLog                      |14901 +++++++++++++++++++++++++++++++++++++---
+ ChangeLog => ChangeLog.pre-git |    0
+ Makefile.am                    |   17 +-
+ configure.in                   |    2 +-
+ 4 files changed, 14088 insertions(+), 832 deletions(-)
 
 commit cd4ebced07dcb2ff7f12e53afdcb092339ac0d89
 Author: Vincent Legoll <vincent.leg...@gmail.com>
@@ -1730,19 +1759,17 @@
     
     svn path=/trunk/; revision=3443
 
- ChangeLog                          |   28 +++
- Makefile.am                        |    4 +-
- autogen.sh                         |    6 +-
- configure.in                       |   33 +---
- macros2/Makefile.am                |   21 +--
- macros2/autogen.sh                 |  411 ------------------------------------
- macros2/compiler-flags.m4          |  141 ------------
- macros2/curses.m4                  |  318 ----------------------------
- macros2/gnome-autogen.sh           |  411 ++++++++++++++++++++++++++++++++++++
- macros2/gnome-common.m4            |   25 +--
- macros2/gnome-compiler-flags.m4    |  141 ++++++++++++
- macros2/gnome-deprecated-macros.m4 |   32 ---
- 12 files changed, 609 insertions(+), 962 deletions(-)
+ ChangeLog                                          |   28 ++
+ Makefile.am                                        |    4 +-
+ autogen.sh                                         |    6 +-
+ configure.in                                       |   33 +--
+ macros2/Makefile.am                                |   21 +-
+ macros2/curses.m4                                  |  318 --------------------
+ macros2/{autogen.sh => gnome-autogen.sh}           |    0
+ macros2/gnome-common.m4                            |   25 +-
+ .../{compiler-flags.m4 => gnome-compiler-flags.m4} |   26 +-
+ macros2/gnome-deprecated-macros.m4                 |   32 --
+ 10 files changed, 70 insertions(+), 423 deletions(-)
 
 commit 9d8824a338204c20411b159a3c0c0a0711b8af96
 Author: James Henstridge <ja...@daa.com.au>
@@ -5846,22 +5873,22 @@
     
     svn path=/trunk/; revision=1310
 
- macros2/ChangeLog              |    4 +
- macros2/Makefile.am            |   17 +-
- macros2/aclocal-include.m4     |   16 ++
- macros2/compiler-flags.m4      |  109 ++++++++
- macros2/gnome-common.m4        |    2 +-
- macros2/gnome-cxx-check.m4     |   10 +
- macros2/gnome-fileutils.m4     |  414 ++++++++++++++++++++++++++++
- macros2/gnome-gettext.m4       |  336 +++++++++++++++++++++++
- macros2/gnome-gnorba-check.m4  |   35 +++
- macros2/gnome-pthread-check.m4 |   16 ++
- macros2/gnome-support.m4       |   68 +++++
- macros2/gnome-x-checks.m4      |   80 ++++++
- macros2/gnome.m4               |  579 ++++++++--------------------------------
- macros2/linger.m4              |   28 ++
- macros2/need-declaration.m4    |   42 +++
- 15 files changed, 1283 insertions(+), 473 deletions(-)
+ macros2/ChangeLog                      |    4 +
+ macros2/Makefile.am                    |   17 +-
+ macros2/aclocal-include.m4             |   16 +
+ macros2/compiler-flags.m4              |  109 ++++++
+ macros2/gnome-common.m4                |    2 +-
+ macros2/gnome-cxx-check.m4             |   10 +
+ macros2/gnome-fileutils.m4             |  414 +++++++++++++++++++++++
+ macros2/{gnome.m4 => gnome-gettext.m4} |  145 +--------
+ macros2/gnome-gnorba-check.m4          |   35 ++
+ macros2/gnome-pthread-check.m4         |   16 +
+ macros2/gnome-support.m4               |   68 ++++
+ macros2/gnome-x-checks.m4              |   80 +++++
+ macros2/gnome.m4                       |  579 +++++++-------------------------
+ macros2/linger.m4                      |   28 ++
+ macros2/need-declaration.m4            |   42 +++
+ 15 files changed, 950 insertions(+), 615 deletions(-)
 
 commit c978e43ae83a5a7e7fc8fe32538afbffc5812da9
 Author: Elliot Lee <sopw...@src.gnome.org>
@@ -6045,15 +6072,14 @@
     
     svn path=/trunk/; revision=1256
 
- Makefile.am             |    2 +-
- bin/ChangeLog           |    5 +++++
- bin/Makefile.am         |    2 ++
- bin/gnome-autogen.sh    |   11 +++++++++++
- configure.in            |    4 +++-
- macros/ChangeLog        |    4 ++++
- macros/Makefile.am      |    4 +---
- macros/gnome-autogen.sh |   11 -----------
- 8 files changed, 27 insertions(+), 16 deletions(-)
+ Makefile.am                      |    2 +-
+ bin/ChangeLog                    |    5 +++++
+ bin/Makefile.am                  |    2 ++
+ {macros => bin}/gnome-autogen.sh |    0
+ configure.in                     |    4 +++-
+ macros/ChangeLog                 |    4 ++++
+ macros/Makefile.am               |    4 +---
+ 7 files changed, 16 insertions(+), 5 deletions(-)
 
 commit 36f51b0a71f4f10c74c37d30bcdd59b01f06292b
 Author: Martin Baulig <mar...@src.gnome.org>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-common-2.34.0/configure 
new/gnome-common-3.1.0/configure
--- old/gnome-common-2.34.0/configure   2011-04-03 19:43:17.000000000 +0200
+++ new/gnome-common-3.1.0/configure    2011-08-17 13:55:18.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.65 for gnome-common 2.34.0.
+# Generated by GNU Autoconf 2.65 for gnome-common 3.1.0.
 #
 # Report bugs to 
<http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common>.
 #
@@ -552,8 +552,8 @@
 # Identity of this package.
 PACKAGE_NAME='gnome-common'
 PACKAGE_TARNAME='gnome-common'
-PACKAGE_VERSION='2.34.0'
-PACKAGE_STRING='gnome-common 2.34.0'
+PACKAGE_VERSION='3.1.0'
+PACKAGE_STRING='gnome-common 3.1.0'
 
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-common'
 PACKAGE_URL=''
 
@@ -1176,7 +1176,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 2.34.0 to adapt to many kinds of systems.
+\`configure' configures gnome-common 3.1.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1242,7 +1242,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gnome-common 2.34.0:";;
+     short | recursive ) echo "Configuration of gnome-common 3.1.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1318,7 +1318,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gnome-common configure 2.34.0
+gnome-common configure 3.1.0
 generated by GNU Autoconf 2.65
 
 Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1335,7 +1335,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 2.34.0, which was
+It was created by gnome-common $as_me 3.1.0, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   $ $0 $@
@@ -2146,7 +2146,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-common'
- VERSION='2.34.0'
+ VERSION='3.1.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -2776,7 +2776,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 2.34.0, which was
+This file was extended by gnome-common $as_me 3.1.0, which was
 generated by GNU Autoconf 2.65.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -2829,7 +2829,7 @@
 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 2.34.0
+gnome-common config.status 3.1.0
 configured by $0, generated by GNU Autoconf 2.65,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-common-2.34.0/configure.in 
new/gnome-common-3.1.0/configure.in
--- old/gnome-common-2.34.0/configure.in        2011-04-03 19:42:47.000000000 
+0200
+++ new/gnome-common-3.1.0/configure.in 2011-05-12 17:46:52.000000000 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ(2.54)
-AC_INIT([gnome-common], [2.34.0],
+AC_INIT([gnome-common], [3.1.0],
         [http://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-2.34.0/macros2/gnome-autogen.sh 
new/gnome-common-3.1.0/macros2/gnome-autogen.sh
--- old/gnome-common-2.34.0/macros2/gnome-autogen.sh    2009-05-27 
23:29:07.000000000 +0200
+++ new/gnome-common-3.1.0/macros2/gnome-autogen.sh     2011-08-17 
13:54:48.000000000 +0200
@@ -36,8 +36,13 @@
 esac
 
 # some terminal codes ...
-boldface="`tput bold 2>/dev/null`"
-normal="`tput sgr0 2>/dev/null`"
+if tty < /dev/null 1>/dev/null 2>&1; then
+    boldface="`tput bold 2>/dev/null`"
+    normal="`tput sgr0 2>/dev/null`"
+else
+    boldface=
+    normal=
+fi
 printbold() {
     echo $ECHO_N "$boldface" $ECHO_C
     echo "$@"
@@ -295,6 +300,10 @@
        want_maintainer_mode=true
     fi
 
+    if grep "^YELP_HELP_INIT" $configure_ac >/dev/null; then
+        require_m4macro yelp.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 ||


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to