Hello community,

here is the log from the commit of package gnome-do for openSUSE:Factory 
checked in at 2015-01-30 11:00:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-do (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-do.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-do"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-do/gnome-do.changes        2014-10-18 
09:08:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-do.new/gnome-do.changes   2015-01-30 
11:00:38.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Jan 28 17:58:54 UTC 2015 - [email protected]
+
+- Update to version 0.95.3:
+  + Fixes session-wide hang when Do is set to show the window on
+    startup.
+- Changes from version 0.95.2:
+  + Small update to fix the website link and GTK threading crash
+    with new GLib.
+
+-------------------------------------------------------------------

Old:
----
  gnome-do-0.95.1.tar.gz

New:
----
  gnome-do-0.95.3.tar.gz

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

Other differences:
------------------
++++++ gnome-do.spec ++++++
--- /var/tmp/diff_new_pack.V2zkGj/_old  2015-01-30 11:00:39.000000000 +0100
+++ /var/tmp/diff_new_pack.V2zkGj/_new  2015-01-30 11:00:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-do
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-do
-Version:        0.95.1
+Version:        0.95.3
 Release:        0
 # FIXME: check if removal of locales in %install is still needed (last 
checked: 2010-12-11)
 Url:            http://do.davebsd.com/

++++++ gnome-do-0.95.1.tar.gz -> gnome-do-0.95.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-do-0.95.1/Do/src/AssemblyInfo.cs 
new/gnome-do-0.95.3/Do/src/AssemblyInfo.cs
--- old/gnome-do-0.95.1/Do/src/AssemblyInfo.cs  2014-01-23 04:17:47.000000000 
+0100
+++ new/gnome-do-0.95.3/Do/src/AssemblyInfo.cs  2014-11-11 23:16:05.000000000 
+0100
@@ -55,9 +55,9 @@
 {
        internal static class AssemblyInfo
        {
-               public const string DisplayVersion = "0.95.1";
-               public const string VersionDetails = "bzr trunk r1403";
-               public const string LocaleDirectory = "/usr/local/share/locale";
+               public const string DisplayVersion = "0.95.3";
+               public const string VersionDetails = "bzr trunk r1408";
+               public const string LocaleDirectory = 
"/home/chris/.local/share/locale";
        }
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-do-0.95.1/Do/src/Do.Core/Controller.cs 
new/gnome-do-0.95.3/Do/src/Do.Core/Controller.cs
--- old/gnome-do-0.95.1/Do/src/Do.Core/Controller.cs    2013-12-26 
14:12:21.000000000 +0100
+++ new/gnome-do-0.95.3/Do/src/Do.Core/Controller.cs    2014-06-16 
01:45:58.000000000 +0200
@@ -1011,11 +1011,11 @@
                        logo = "gnome-do.svg";
 
                        AboutDialog.Logo = IconProvider.PixbufFromIconName 
(logo, 140);
-                       AboutDialog.Copyright = Catalog.GetString ("Copyright 
\xa9 2009 GNOME Do Developers");
+                       AboutDialog.Copyright = Catalog.GetString ("Copyright 
\xa9 2014 GNOME Do Developers");
                        AboutDialog.Comments = Catalog.GetString ("Do things as 
quickly as possible\n" +
                                "(but no quicker) with your files, 
bookmarks,\n" +
                                "applications, music, contacts, and more!");
-                       AboutDialog.Website = "http://do.davebsd.com/";;
+                       AboutDialog.Website = "http://do.cooperteam.net/";;
                        AboutDialog.WebsiteLabel = Catalog.GetString ("Visit 
Homepage");
                        Gtk.AboutDialog.SetUrlHook((dialog, link) => 
Services.Environment.OpenUrl (link));
                        AboutDialog.IconName = "gnome-do";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-do-0.95.1/Do/src/Do.UI/ManagePluginsPreferencesWidget.cs 
new/gnome-do-0.95.3/Do/src/Do.UI/ManagePluginsPreferencesWidget.cs
--- old/gnome-do-0.95.1/Do/src/Do.UI/ManagePluginsPreferencesWidget.cs  
2012-01-14 14:49:58.000000000 +0100
+++ new/gnome-do-0.95.3/Do/src/Do.UI/ManagePluginsPreferencesWidget.cs  
2014-06-16 01:45:58.000000000 +0200
@@ -43,9 +43,6 @@
        public partial class ManagePluginsPreferencesWidget : Bin, IConfigurable
        {
 
-               const string WikiPage = "http://do.davebsd.com/wiki/{0}{1}";;
-               const string PluginWikiPageFormat = "_Plugin";
-
                PluginNodeView nview;
                SearchEntry search_entry;
 
@@ -200,10 +197,10 @@
                                        // plugin manifest files support a Url 
attribute, if this attribute is set we should
                                        // use it instead of trying to guess 
the wiki page.
                                        if (!string.IsNullOrEmpty 
(a.Description.Url))
+                    {
                                                url = a.Description.Url;
-                                       url = string.Format (WikiPage, name, 
PluginWikiPageFormat);
-                                       
-                                       Services.Environment.OpenUrl (url);
+                        Services.Environment.OpenUrl (url);
+                    }
                                } catch (Exception e) {
                                        Log.Debug (e.Message);
                                        Log.Debug (e.StackTrace);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-do-0.95.1/Do/src/Do.UI/PreferencesWindow.cs 
new/gnome-do-0.95.3/Do/src/Do.UI/PreferencesWindow.cs
--- old/gnome-do-0.95.1/Do/src/Do.UI/PreferencesWindow.cs       2012-01-14 
14:49:58.000000000 +0100
+++ new/gnome-do-0.95.3/Do/src/Do.UI/PreferencesWindow.cs       2014-06-16 
01:45:58.000000000 +0200
@@ -35,7 +35,7 @@
        {
 
                const int ManagePreferencesPreferencesPageIndex = 2;
-               const string HelpUrl = 
"http://do.davebsd.com/wiki/index.php?title=Using_Do";;
+               const string HelpUrl = "https://answers.launchpad.net/do";;
 
                readonly IEnumerable<IConfigurable> Pages = new IConfigurable 
[] {
                        new GeneralPreferencesWidget (),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-do-0.95.1/Do/src/Do.cs 
new/gnome-do-0.95.3/Do/src/Do.cs
--- old/gnome-do-0.95.1/Do/src/Do.cs    2012-01-14 14:49:58.000000000 +0100
+++ new/gnome-do-0.95.3/Do/src/Do.cs    2014-11-11 23:14:45.000000000 +0100
@@ -42,7 +42,6 @@
                {
                        Catalog.Init ("gnome-do", AssemblyInfo.LocaleDirectory);
                        Gtk.Application.Init ();
-                       Gdk.Threads.Init ();
 
                        // We are conservative with the log at first.
                        Log.DisplayLevel = LogLevel.Error;
@@ -74,7 +73,7 @@
                                Controller.Summon ();
 
                        Gtk.Application.Run ();
-                       
+
                        RelevanceProvider.Serialize 
(RelevanceProvider.DefaultProvider);
                }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-do-0.95.1/Do.Platform.Linux/src/AssemblyInfo.cs 
new/gnome-do-0.95.3/Do.Platform.Linux/src/AssemblyInfo.cs
--- old/gnome-do-0.95.1/Do.Platform.Linux/src/AssemblyInfo.cs   2014-01-23 
04:17:48.000000000 +0100
+++ new/gnome-do-0.95.3/Do.Platform.Linux/src/AssemblyInfo.cs   2014-11-11 
23:16:05.000000000 +0100
@@ -48,7 +48,7 @@
 {
        internal static class AssemblyInfo
        {
-               public const string InstallPrefix = "/usr/local";
-               public const string InstallData = "/usr/local/share";
+               public const string InstallPrefix = "/home/chris/.local";
+               public const string InstallData = "/home/chris/.local/share";
        }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-do-0.95.1/Do.Platform.Linux/src/Do.Widgets/PluginAvailableDialog.cs 
new/gnome-do-0.95.3/Do.Platform.Linux/src/Do.Widgets/PluginAvailableDialog.cs
--- 
old/gnome-do-0.95.1/Do.Platform.Linux/src/Do.Widgets/PluginAvailableDialog.cs   
    2012-01-14 14:49:58.000000000 +0100
+++ 
new/gnome-do-0.95.3/Do.Platform.Linux/src/Do.Widgets/PluginAvailableDialog.cs   
    2014-06-16 01:45:58.000000000 +0200
@@ -29,7 +29,7 @@
                
        public partial class PluginAvailableDialog : Gtk.Dialog
        {               
-               const string WhatIsDoUrl = 
"http://do.davebsd.com/wiki/index.php?title=Main_Page#What_is_GNOME_Do.3F";;
+               const string WhatIsDoUrl = "http://do.cooperteam.net/";;
                
                Addin addin;
                
@@ -75,4 +75,4 @@
                        prefs.Set 
(AbstractPackageManagerService.PluginAvailableKey, ask_chk.Active);
                }               
        }
-}
\ No newline at end of file
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-do-0.95.1/aclocal.m4 
new/gnome-do-0.95.3/aclocal.m4
--- old/gnome-do-0.95.1/aclocal.m4      2014-01-23 04:17:42.000000000 +0100
+++ new/gnome-do-0.95.3/aclocal.m4      2014-11-11 23:15:59.000000000 +0100
@@ -502,7 +502,7 @@
 
 
 # nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -694,6 +694,61 @@
 fi[]dnl
 ])# PKG_CHECK_MODULES
 
+
+# PKG_INSTALLDIR(DIRECTORY)
+# -------------------------
+# Substitutes the variable pkgconfigdir as the location where a module
+# should install pkg-config .pc files. By default the directory is
+# $libdir/pkgconfig, but the default can be changed by passing
+# DIRECTORY. The user can override through the --with-pkgconfigdir
+# parameter.
+AC_DEFUN([PKG_INSTALLDIR],
+[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])])
+m4_pushdef([pkg_description],
+    [pkg-config installation directory @<:@]pkg_default[@:>@])
+AC_ARG_WITH([pkgconfigdir],
+    [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],,
+    [with_pkgconfigdir=]pkg_default)
+AC_SUBST([pkgconfigdir], [$with_pkgconfigdir])
+m4_popdef([pkg_default])
+m4_popdef([pkg_description])
+]) dnl PKG_INSTALLDIR
+
+
+# PKG_NOARCH_INSTALLDIR(DIRECTORY)
+# -------------------------
+# Substitutes the variable noarch_pkgconfigdir as the location where a
+# module should install arch-independent pkg-config .pc files. By
+# default the directory is $datadir/pkgconfig, but the default can be
+# changed by passing DIRECTORY. The user can override through the
+# --with-noarch-pkgconfigdir parameter.
+AC_DEFUN([PKG_NOARCH_INSTALLDIR],
+[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])])
+m4_pushdef([pkg_description],
+    [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@])
+AC_ARG_WITH([noarch-pkgconfigdir],
+    [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],,
+    [with_noarch_pkgconfigdir=]pkg_default)
+AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir])
+m4_popdef([pkg_default])
+m4_popdef([pkg_description])
+]) dnl PKG_NOARCH_INSTALLDIR
+
+
+# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE,
+# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
+# -------------------------------------------
+# Retrieves the value of the pkg-config variable for the given module.
+AC_DEFUN([PKG_CHECK_VAR],
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
+AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
+
+_PKG_CONFIG([$1], [variable="][$3]["], [$2])
+AS_VAR_COPY([$1], [pkg_cv_][$1])
+
+AS_VAR_IF([$1], [""], [$5], [$4])dnl
+])# PKG_CHECK_VAR
+
 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
@@ -1247,7 +1302,8 @@
 END
     AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
   fi
-fi])
+fi
+])
 
 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-do-0.95.1/config.guess 
new/gnome-do-0.95.3/config.guess
--- old/gnome-do-0.95.1/config.guess    2013-08-11 13:49:21.000000000 +0200
+++ new/gnome-do-0.95.3/config.guess    2014-09-15 19:00:36.000000000 +0200
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
-#   Copyright 1992-2013 Free Software Foundation, Inc.
+#   Copyright 1992-2014 Free Software Foundation, Inc.
 
-timestamp='2013-06-10'
+timestamp='2014-03-23'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -50,7 +50,7 @@
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright 1992-2013 Free Software Foundation, Inc.
+Copyright 1992-2014 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -149,7 +149,7 @@
        LIBC=gnu
        #endif
        EOF
-       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
+       eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, 
,,g'`
        ;;
 esac
 
@@ -826,7 +826,7 @@
     *:MINGW*:*)
        echo ${UNAME_MACHINE}-pc-mingw32
        exit ;;
-    i*:MSYS*:*)
+    *:MSYS*:*)
        echo ${UNAME_MACHINE}-pc-msys
        exit ;;
     i*:windows32*:*)
@@ -969,10 +969,10 @@
        eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
        test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
        ;;
-    or1k:Linux:*:*)
-       echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+    openrisc*:Linux:*:*)
+       echo or1k-unknown-linux-${LIBC}
        exit ;;
-    or32:Linux:*:*)
+    or32:Linux:*:* | or1k*:Linux:*:*)
        echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
        exit ;;
     padre:Linux:*:*)
@@ -1260,16 +1260,26 @@
        if test "$UNAME_PROCESSOR" = unknown ; then
            UNAME_PROCESSOR=powerpc
        fi
-       if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
-           if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
-               (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
-               grep IS_64BIT_ARCH >/dev/null
-           then
-               case $UNAME_PROCESSOR in
-                   i386) UNAME_PROCESSOR=x86_64 ;;
-                   powerpc) UNAME_PROCESSOR=powerpc64 ;;
-               esac
+       if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
+           if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
+               if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') 
| \
+                   (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
+                   grep IS_64BIT_ARCH >/dev/null
+               then
+                   case $UNAME_PROCESSOR in
+                       i386) UNAME_PROCESSOR=x86_64 ;;
+                       powerpc) UNAME_PROCESSOR=powerpc64 ;;
+                   esac
+               fi
            fi
+       elif test "$UNAME_PROCESSOR" = i386 ; then
+           # Avoid executing cc on OS X 10.9, as it ships with a stub
+           # that puts up a graphical alert prompting to install
+           # developer tools.  Any system running Mac OS X 10.7 or
+           # later (Darwin 11 and later) is required to have a 64-bit
+           # processor. This is not true of the ARM version of Darwin
+           # that Apple uses in portable devices.
+           UNAME_PROCESSOR=x86_64
        fi
        echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
        exit ;;
@@ -1361,154 +1371,6 @@
        exit ;;
 esac
 
-eval $set_cc_for_build
-cat >$dummy.c <<EOF
-#ifdef _SEQUENT_
-# include <sys/types.h>
-# include <sys/utsname.h>
-#endif
-main ()
-{
-#if defined (sony)
-#if defined (MIPSEB)
-  /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,
-     I don't know....  */
-  printf ("mips-sony-bsd\n"); exit (0);
-#else
-#include <sys/param.h>
-  printf ("m68k-sony-newsos%s\n",
-#ifdef NEWSOS4
-       "4"
-#else
-       ""
-#endif
-       ); exit (0);
-#endif
-#endif
-
-#if defined (__arm) && defined (__acorn) && defined (__unix)
-  printf ("arm-acorn-riscix\n"); exit (0);
-#endif
-
-#if defined (hp300) && !defined (hpux)
-  printf ("m68k-hp-bsd\n"); exit (0);
-#endif
-
-#if defined (NeXT)
-#if !defined (__ARCHITECTURE__)
-#define __ARCHITECTURE__ "m68k"
-#endif
-  int version;
-  version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
-  if (version < 4)
-    printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
-  else
-    printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
-  exit (0);
-#endif
-
-#if defined (MULTIMAX) || defined (n16)
-#if defined (UMAXV)
-  printf ("ns32k-encore-sysv\n"); exit (0);
-#else
-#if defined (CMU)
-  printf ("ns32k-encore-mach\n"); exit (0);
-#else
-  printf ("ns32k-encore-bsd\n"); exit (0);
-#endif
-#endif
-#endif
-
-#if defined (__386BSD__)
-  printf ("i386-pc-bsd\n"); exit (0);
-#endif
-
-#if defined (sequent)
-#if defined (i386)
-  printf ("i386-sequent-dynix\n"); exit (0);
-#endif
-#if defined (ns32000)
-  printf ("ns32k-sequent-dynix\n"); exit (0);
-#endif
-#endif
-
-#if defined (_SEQUENT_)
-    struct utsname un;
-
-    uname(&un);
-
-    if (strncmp(un.version, "V2", 2) == 0) {
-       printf ("i386-sequent-ptx2\n"); exit (0);
-    }
-    if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
-       printf ("i386-sequent-ptx1\n"); exit (0);
-    }
-    printf ("i386-sequent-ptx\n"); exit (0);
-
-#endif
-
-#if defined (vax)
-# if !defined (ultrix)
-#  include <sys/param.h>
-#  if defined (BSD)
-#   if BSD == 43
-      printf ("vax-dec-bsd4.3\n"); exit (0);
-#   else
-#    if BSD == 199006
-      printf ("vax-dec-bsd4.3reno\n"); exit (0);
-#    else
-      printf ("vax-dec-bsd\n"); exit (0);
-#    endif
-#   endif
-#  else
-    printf ("vax-dec-bsd\n"); exit (0);
-#  endif
-# else
-    printf ("vax-dec-ultrix\n"); exit (0);
-# endif
-#endif
-
-#if defined (alliant) && defined (i860)
-  printf ("i860-alliant-bsd\n"); exit (0);
-#endif
-
-  exit (1);
-}
-EOF
-
-$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
-       { echo "$SYSTEM_NAME"; exit; }
-
-# Apollos put the system type in the environment.
-
-test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
-
-# Convex versions that predate uname can use getsysinfo(1)
-
-if [ -x /usr/convex/getsysinfo ]
-then
-    case `getsysinfo -f cpu_type` in
-    c1*)
-       echo c1-convex-bsd
-       exit ;;
-    c2*)
-       if getsysinfo -f scalar_acc
-       then echo c32-convex-bsd
-       else echo c2-convex-bsd
-       fi
-       exit ;;
-    c34*)
-       echo c34-convex-bsd
-       exit ;;
-    c38*)
-       echo c38-convex-bsd
-       exit ;;
-    c4*)
-       echo c4-convex-bsd
-       exit ;;
-    esac
-fi
-
 cat >&2 <<EOF
 $0: unable to guess system type
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-do-0.95.1/config.sub 
new/gnome-do-0.95.3/config.sub
--- old/gnome-do-0.95.1/config.sub      2013-08-11 13:49:21.000000000 +0200
+++ new/gnome-do-0.95.3/config.sub      2014-09-15 19:00:36.000000000 +0200
@@ -1,8 +1,8 @@
 #! /bin/sh
 # Configuration validation subroutine script.
-#   Copyright 1992-2013 Free Software Foundation, Inc.
+#   Copyright 1992-2014 Free Software Foundation, Inc.
 
-timestamp='2013-08-10'
+timestamp='2014-09-11'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -68,7 +68,7 @@
 version="\
 GNU config.sub ($timestamp)
 
-Copyright 1992-2013 Free Software Foundation, Inc.
+Copyright 1992-2014 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -265,6 +265,7 @@
        | hexagon \
        | i370 | i860 | i960 | ia64 \
        | ip2k | iq2000 \
+       | k1om \
        | le32 | le64 \
        | lm32 \
        | m32c | m32r | m32rle | m68000 | m68k | m88k \
@@ -282,8 +283,10 @@
        | mips64vr5900 | mips64vr5900el \
        | mipsisa32 | mipsisa32el \
        | mipsisa32r2 | mipsisa32r2el \
+       | mipsisa32r6 | mipsisa32r6el \
        | mipsisa64 | mipsisa64el \
        | mipsisa64r2 | mipsisa64r2el \
+       | mipsisa64r6 | mipsisa64r6el \
        | mipsisa64sb1 | mipsisa64sb1el \
        | mipsisa64sr71k | mipsisa64sr71kel \
        | mipsr5900 | mipsr5900el \
@@ -295,11 +298,11 @@
        | nds32 | nds32le | nds32be \
        | nios | nios2 | nios2eb | nios2el \
        | ns16k | ns32k \
-       | open8 \
-       | or1k | or32 \
+       | open8 | or1k | or1knd | or32 \
        | pdp10 | pdp11 | pj | pjl \
        | powerpc | powerpc64 | powerpc64le | powerpcle \
        | pyramid \
+       | riscv32 | riscv64 \
        | rl78 | rx \
        | score \
        | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | 
shbe | shle | sh[1234]le | sh3ele \
@@ -324,7 +327,7 @@
        c6x)
                basic_machine=tic6x-unknown
                ;;
-       m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
+       m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
                basic_machine=$basic_machine-unknown
                os=-none
                ;;
@@ -381,6 +384,7 @@
        | hexagon-* \
        | i*86-* | i860-* | i960-* | ia64-* \
        | ip2k-* | iq2000-* \
+       | k1om-* \
        | le32-* | le64-* \
        | lm32-* \
        | m32c-* | m32r-* | m32rle-* \
@@ -400,8 +404,10 @@
        | mips64vr5900-* | mips64vr5900el-* \
        | mipsisa32-* | mipsisa32el-* \
        | mipsisa32r2-* | mipsisa32r2el-* \
+       | mipsisa32r6-* | mipsisa32r6el-* \
        | mipsisa64-* | mipsisa64el-* \
        | mipsisa64r2-* | mipsisa64r2el-* \
+       | mipsisa64r6-* | mipsisa64r6el-* \
        | mipsisa64sb1-* | mipsisa64sb1el-* \
        | mipsisa64sr71k-* | mipsisa64sr71kel-* \
        | mipsr5900-* | mipsr5900el-* \
@@ -413,6 +419,7 @@
        | nios-* | nios2-* | nios2eb-* | nios2el-* \
        | none-* | np1-* | ns16k-* | ns32k-* \
        | open8-* \
+       | or1k*-* \
        | orion-* \
        | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
        | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
@@ -822,6 +829,10 @@
                basic_machine=powerpc-unknown
                os=-morphos
                ;;
+       moxiebox)
+               basic_machine=moxie-unknown
+               os=-moxiebox
+               ;;
        msdos)
                basic_machine=i386-pc
                os=-msdos
@@ -1367,14 +1378,14 @@
              | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* 
\
              | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
              | -linux-newlib* | -linux-musl* | -linux-uclibc* \
-             | -uxpv* | -beos* | -mpeix* | -udk* \
+             | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
              | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
              | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
              | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
              | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
-             | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
+             | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | 
-tirtos*)
        # Remember, each alternative MUST END IN *, to match a version number.
                ;;
        -qnx*)
@@ -1592,9 +1603,6 @@
        mips*-*)
                os=-elf
                ;;
-       or1k-*)
-               os=-elf
-               ;;
        or32-*)
                os=-coff
                ;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-do-0.95.1/configure 
new/gnome-do-0.95.3/configure
--- old/gnome-do-0.95.1/configure       2014-01-23 04:17:44.000000000 +0100
+++ new/gnome-do-0.95.3/configure       2014-11-11 23:16:01.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-do 0.95.1.
+# Generated by GNU Autoconf 2.69 for gnome-do 0.95.3.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -647,8 +647,8 @@
 # Identity of this package.
 PACKAGE_NAME='gnome-do'
 PACKAGE_TARNAME='gnome-do'
-PACKAGE_VERSION='0.95.1'
-PACKAGE_STRING='gnome-do 0.95.1'
+PACKAGE_VERSION='0.95.3'
+PACKAGE_STRING='gnome-do 0.95.3'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1516,7 +1516,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-do 0.95.1 to adapt to many kinds of systems.
+\`configure' configures gnome-do 0.95.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1586,7 +1586,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of gnome-do 0.95.1:";;
+     short | recursive ) echo "Configuration of gnome-do 0.95.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1765,7 +1765,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-gnome-do configure 0.95.1
+gnome-do configure 0.95.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2130,7 +2130,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-do $as_me 0.95.1, which was
+It was created by gnome-do $as_me 0.95.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2993,7 +2993,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-do'
- VERSION='0.95.1'
+ VERSION='0.95.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3175,6 +3175,7 @@
 
 
 
+
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" 
>&5
 $as_echo_n "checking whether NLS is requested... " >&6; }
     # Check whether --enable-nls was given.
@@ -14446,12 +14447,12 @@
     pkg_cv_LIBDO_CFLAGS="$LIBDO_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 gdk-2.0 gdk-x11-2.0 
gtk+-2.0") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0 x11\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0 
x11") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_LIBDO_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gdk-2.0 gdk-x11-2.0 
gtk+-2.0" 2>/dev/null`
+  pkg_cv_LIBDO_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 gdk-2.0 gdk-x11-2.0 
gtk+-2.0 x11" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14463,12 +14464,12 @@
     pkg_cv_LIBDO_LIBS="$LIBDO_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 gdk-2.0 gdk-x11-2.0 
gtk+-2.0") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0 x11\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0 
x11") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_LIBDO_LIBS=`$PKG_CONFIG --libs "glib-2.0 gdk-2.0 gdk-x11-2.0 
gtk+-2.0" 2>/dev/null`
+  pkg_cv_LIBDO_LIBS=`$PKG_CONFIG --libs "glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0 
x11" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14489,14 +14490,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               LIBDO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0" 2>&1`
+               LIBDO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0 x11" 2>&1`
         else
-               LIBDO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0" 2>&1`
+               LIBDO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0 x11" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$LIBDO_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (glib-2.0 gdk-2.0 gdk-x11-2.0 
gtk+-2.0) were not met:
+       as_fn_error $? "Package requirements (glib-2.0 gdk-2.0 gdk-x11-2.0 
gtk+-2.0 x11) were not met:
 
 $LIBDO_PKG_ERRORS
 
@@ -16682,7 +16683,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by gnome-do $as_me 0.95.1, which was
+This file was extended by gnome-do $as_me 0.95.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16739,7 +16740,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-do config.status 0.95.1
+gnome-do config.status 0.95.3
 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-do-0.95.1/configure.ac 
new/gnome-do-0.95.3/configure.ac
--- old/gnome-do-0.95.1/configure.ac    2014-01-23 04:17:25.000000000 +0100
+++ new/gnome-do-0.95.3/configure.ac    2014-11-11 23:15:26.000000000 +0100
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.54])
 
-AC_INIT([gnome-do], [0.95.1])
+AC_INIT([gnome-do], [0.95.3])
 AM_INIT_AUTOMAKE([foreign tar-pax])
 
 AC_CONFIG_MACRO_DIR([m4])
@@ -53,7 +53,7 @@
 SHAMROCK_EXPAND_DATADIR
 
 
-PKG_CHECK_MODULES(LIBDO, glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0)
+PKG_CHECK_MODULES(LIBDO, glib-2.0 gdk-2.0 gdk-x11-2.0 gtk+-2.0 x11)
 AC_SUBST(LIBDO_CFLAGS)
 AC_SUBST(LIBDO_LIBS)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-do-0.95.1/ltmain.sh 
new/gnome-do-0.95.3/ltmain.sh
--- old/gnome-do-0.95.1/ltmain.sh       2014-01-23 04:17:32.000000000 +0100
+++ new/gnome-do-0.95.3/ltmain.sh       2014-10-16 00:30:32.000000000 +0200
@@ -70,7 +70,7 @@
 #         compiler:            $LTCC
 #         compiler flags:              $LTCFLAGS
 #         linker:              $LD (gnu? $with_gnu_ld)
-#         $progname:   (GNU libtool) 2.4.2 Debian-2.4.2-1.6ubuntu3
+#         $progname:   (GNU libtool) 2.4.2 Debian-2.4.2-1.10ubuntu1
 #         automake:    $automake_version
 #         autoconf:    $autoconf_version
 #
@@ -80,7 +80,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION="2.4.2 Debian-2.4.2-1.6ubuntu3"
+VERSION="2.4.2 Debian-2.4.2-1.10ubuntu1"
 TIMESTAMP=""
 package_revision=1.3337
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to