Hello community,

here is the log from the commit of package dbus-1-glib for openSUSE:12.3 
checked in at 2013-02-19 13:31:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3/dbus-1-glib (Old)
 and      /work/SRC/openSUSE:12.3/.dbus-1-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbus-1-glib", Maintainer is "thoe...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.3/dbus-1-glib/dbus-1-glib.changes     2013-01-31 
01:14:45.000000000 +0100
+++ /work/SRC/openSUSE:12.3/.dbus-1-glib.new/dbus-1-glib.changes        
2013-02-19 13:31:02.000000000 +0100
@@ -1,0 +2,9 @@
+Tue Feb 19 10:48:39 UTC 2013 - dims...@opensuse.org
+
+- Update to version 0.100.1:
+  + dbus-gproxy: Verify sender of NameOwnerChanged signals to be
+    o.f.DBus (CVE-2013-0292, bnc#804392).
+  + Some cleanups.
+  + Other bugs fixed: fdo#23633, fdo#40711, fdo#55729, fdo#55730.
+
+-------------------------------------------------------------------

Old:
----
  dbus-glib-0.100.tar.gz

New:
----
  dbus-glib-0.100.1.tar.gz

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

Other differences:
------------------
++++++ dbus-1-glib.spec ++++++
--- /var/tmp/diff_new_pack.ZQZGdz/_old  2013-02-19 13:31:03.000000000 +0100
+++ /var/tmp/diff_new_pack.ZQZGdz/_new  2013-02-19 13:31:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dbus-1-glib
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -18,7 +18,7 @@
 
 Name:           dbus-1-glib
 Url:            http://dbus.freedesktop.org/
-Version:        0.100
+Version:        0.100.1
 Release:        0
 Summary:        GLib-based library for using D-Bus
 License:        AFL-2.1 or GPL-2.0+

++++++ dbus-glib-0.100.tar.gz -> dbus-glib-0.100.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/Makefile.in 
new/dbus-glib-0.100.1/Makefile.in
--- old/dbus-glib-0.100/Makefile.in     2012-06-25 18:26:54.000000000 +0200
+++ new/dbus-glib-0.100.1/Makefile.in   2013-02-15 17:59:50.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -718,7 +718,7 @@
        *.zip*) \
          unzip $(distdir).zip ;;\
        esac
-       chmod -R a-w $(distdir); chmod a+w $(distdir)
+       chmod -R a-w $(distdir); chmod u+w $(distdir)
        mkdir $(distdir)/_build
        mkdir $(distdir)/_inst
        chmod a-w $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/aclocal.m4 
new/dbus-glib-0.100.1/aclocal.m4
--- old/dbus-glib-0.100/aclocal.m4      2012-06-25 18:26:52.000000000 +0200
+++ new/dbus-glib-0.100.1/aclocal.m4    2013-02-15 17:59:49.000000000 +0100
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.11.5 -*- Autoconf -*-
+# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
@@ -198,7 +198,7 @@
 [am__api_version='1.11'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.11.5], [],
+m4_if([$1], [1.11.6], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -214,7 +214,7 @@
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.11.5])dnl
+[AM_AUTOMAKE_VERSION([1.11.6])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/configure 
new/dbus-glib-0.100.1/configure
--- old/dbus-glib-0.100/configure       2012-06-25 18:26:53.000000000 +0200
+++ new/dbus-glib-0.100.1/configure     2013-02-15 17:59:50.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for dbus-glib 0.100.
+# Generated by GNU Autoconf 2.69 for dbus-glib 0.100.1.
 #
 # Report bugs to 
<https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=GLib>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='dbus-glib'
 PACKAGE_TARNAME='dbus-glib'
-PACKAGE_VERSION='0.100'
-PACKAGE_STRING='dbus-glib 0.100'
+PACKAGE_VERSION='0.100.1'
+PACKAGE_STRING='dbus-glib 0.100.1'
 
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=GLib'
 PACKAGE_URL=''
 
@@ -1393,7 +1393,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 dbus-glib 0.100 to adapt to many kinds of systems.
+\`configure' configures dbus-glib 0.100.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1463,7 +1463,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of dbus-glib 0.100:";;
+     short | recursive ) echo "Configuration of dbus-glib 0.100.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1608,7 +1608,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-dbus-glib configure 0.100
+dbus-glib configure 0.100.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1977,7 +1977,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by dbus-glib $as_me 0.100, which was
+It was created by dbus-glib $as_me 0.100.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2865,7 +2865,7 @@
 
 # Define the identity of the package.
  PACKAGE='dbus-glib'
- VERSION='0.100'
+ VERSION='0.100.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5362,7 +5362,8 @@
     ;;
   *)
     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len"; then
+    if test -n "$lt_cv_sys_max_cmd_len" && \
+       test undefined != "$lt_cv_sys_max_cmd_len"; then
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
     else
@@ -6898,7 +6899,14 @@
            LD="${LD-ld} -m elf_i386_fbsd"
            ;;
          x86_64-*linux*)
-           LD="${LD-ld} -m elf_i386"
+           case `/usr/bin/file conftest.o` in
+             *x86-64*)
+               LD="${LD-ld} -m elf32_x86_64"
+               ;;
+             *)
+               LD="${LD-ld} -m elf_i386"
+               ;;
+           esac
            ;;
          ppc64-*linux*|powerpc64-*linux*)
            LD="${LD-ld} -m elf32ppclinux"
@@ -13514,7 +13522,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by dbus-glib $as_me 0.100, which was
+This file was extended by dbus-glib $as_me 0.100.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13580,7 +13588,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-dbus-glib config.status 0.100
+dbus-glib config.status 0.100.1
 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/dbus-glib-0.100/configure.ac 
new/dbus-glib-0.100.1/configure.ac
--- old/dbus-glib-0.100/configure.ac    2012-06-25 18:26:39.000000000 +0200
+++ new/dbus-glib-0.100.1/configure.ac  2013-02-15 17:59:23.000000000 +0100
@@ -1,7 +1,7 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ(2.52)
 
-AC_INIT([dbus-glib], [0.100],
+AC_INIT([dbus-glib], [0.100.1],
   [https://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=GLib])
 
 AC_CANONICAL_HOST
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/dbus/Makefile.in 
new/dbus-glib-0.100.1/dbus/Makefile.in
--- old/dbus-glib-0.100/dbus/Makefile.in        2012-06-25 18:26:53.000000000 
+0200
+++ new/dbus-glib-0.100.1/dbus/Makefile.in      2013-02-15 17:59:50.000000000 
+0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/dbus/dbus-gproxy.c 
new/dbus-glib-0.100.1/dbus/dbus-gproxy.c
--- old/dbus-glib-0.100/dbus/dbus-gproxy.c      2012-06-25 18:18:59.000000000 
+0200
+++ new/dbus-glib-0.100.1/dbus/dbus-gproxy.c    2013-02-15 17:58:42.000000000 
+0100
@@ -1250,8 +1250,11 @@
       GSList *tmp;
       const char *sender;
 
+      sender = dbus_message_get_sender (message);
+
       /* First we handle NameOwnerChanged internally */
-      if (dbus_message_is_signal (message,
+      if (g_strcmp0 (sender, DBUS_SERVICE_DBUS) == 0 &&
+         dbus_message_is_signal (message,
                                  DBUS_INTERFACE_DBUS,
                                  "NameOwnerChanged"))
        {
@@ -1280,8 +1283,6 @@
            }
        }
 
-      sender = dbus_message_get_sender (message);
-
       /* dbus spec requires these, libdbus validates */
       g_assert (dbus_message_get_path (message) != NULL);
       g_assert (dbus_message_get_interface (message) != NULL);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/dbus/examples/Makefile.in 
new/dbus-glib-0.100.1/dbus/examples/Makefile.in
--- old/dbus-glib-0.100/dbus/examples/Makefile.in       2012-06-25 
18:26:53.000000000 +0200
+++ new/dbus-glib-0.100.1/dbus/examples/Makefile.in     2013-02-15 
17:59:50.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dbus-glib-0.100/dbus/examples/statemachine/Makefile.in 
new/dbus-glib-0.100.1/dbus/examples/statemachine/Makefile.in
--- old/dbus-glib-0.100/dbus/examples/statemachine/Makefile.in  2012-06-25 
18:26:53.000000000 +0200
+++ new/dbus-glib-0.100.1/dbus/examples/statemachine/Makefile.in        
2013-02-15 17:59:50.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/doc/Makefile.in 
new/dbus-glib-0.100.1/doc/Makefile.in
--- old/dbus-glib-0.100/doc/Makefile.in 2012-06-25 18:26:53.000000000 +0200
+++ new/dbus-glib-0.100.1/doc/Makefile.in       2013-02-15 17:59:50.000000000 
+0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/doc/reference/Makefile.in 
new/dbus-glib-0.100.1/doc/reference/Makefile.in
--- old/dbus-glib-0.100/doc/reference/Makefile.in       2012-06-25 
18:26:53.000000000 +0200
+++ new/dbus-glib-0.100.1/doc/reference/Makefile.in     2013-02-15 
17:59:50.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/doc/reference/html/ch01.html 
new/dbus-glib-0.100.1/doc/reference/html/ch01.html
--- old/dbus-glib-0.100/doc/reference/html/ch01.html    2012-06-25 
19:23:51.000000000 +0200
+++ new/dbus-glib-0.100.1/doc/reference/html/ch01.html  2013-02-15 
18:00:01.000000000 +0100
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp268848"></a>Introduction</h2></div></div></div>
+<a name="idp211936"></a>Introduction</h2></div></div></div>
 <p>D-Bus is a message bus system, a simple way for applications
     to talk to one another.</p>
 <p>D-Bus supplies both a system daemon (for events such as "new
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/doc/reference/html/ch02.html 
new/dbus-glib-0.100.1/doc/reference/html/ch02.html
--- old/dbus-glib-0.100/doc/reference/html/ch02.html    2012-06-25 
19:23:51.000000000 +0200
+++ new/dbus-glib-0.100.1/doc/reference/html/ch02.html  2013-02-15 
18:00:01.000000000 +0100
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp270192"></a>API Reference</h2></div></div></div>
+<a name="idp663152"></a>API Reference</h2></div></div></div>
 <div class="toc"><dl>
 <dt><span class="sect1"><a href="ch02.html#api-overview">API for using D-BUS 
with GLib</a></span></dt>
 <dt>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/doc/reference/html/ch03.html 
new/dbus-glib-0.100.1/doc/reference/html/ch03.html
--- old/dbus-glib-0.100/doc/reference/html/ch03.html    2012-06-25 
19:23:51.000000000 +0200
+++ new/dbus-glib-0.100.1/doc/reference/html/ch03.html  2013-02-15 
18:00:01.000000000 +0100
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp4149376"></a>Tools Reference</h2></div></div></div>
+<a name="idp4256896"></a>Tools Reference</h2></div></div></div>
 <div class="toc"><dl><dt>
 <span class="refentrytitle"><a 
href="dbus-binding-tool.html">dbus-binding-tool</a></span><span 
class="refpurpose"> — C language GLib bindings generation utility</span>
 </dt></dl></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dbus-glib-0.100/doc/reference/html/dbus-binding-tool.html 
new/dbus-glib-0.100.1/doc/reference/html/dbus-binding-tool.html
--- old/dbus-glib-0.100/doc/reference/html/dbus-binding-tool.html       
2012-06-25 19:23:51.000000000 +0200
+++ new/dbus-glib-0.100.1/doc/reference/html/dbus-binding-tool.html     
2013-02-15 18:00:01.000000000 +0100
@@ -32,16 +32,16 @@
 <div class="cmdsynopsis"><p>[options...] [files...]</p></div>
 </div>
 <div class="refsect1">
-<a name="idp5164656"></a><h2>Description</h2>
+<a name="idp5275024"></a><h2>Description</h2>
 <p><span class="command"><strong>dbus-binding-tool</strong></span> bla bla bla
 </p>
 </div>
 <div class="refsect1">
-<a name="idp5166176"></a><h2>Invocation</h2>
+<a name="idp5276544"></a><h2>Invocation</h2>
 <p><span class="command"><strong>dbus-binding-tool</strong></span> bla bla bla
 </p>
 <div class="refsect2">
-<a name="idp5167568"></a><h3>Options</h3>
+<a name="idp5277936"></a><h3>Options</h3>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
@@ -68,7 +68,7 @@
 </div>
 </div>
 <div class="refsect1">
-<a name="idp5173200"></a><h2>See also</h2>
+<a name="idp5283568"></a><h2>See also</h2>
 <p><span class="command"><strong>glib-genmarshal</strong></span>(1)
 </p>
 </div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dbus-glib-0.100/doc/reference/html/dbus-glib-dbus-glib-lowlevel.html 
new/dbus-glib-0.100.1/doc/reference/html/dbus-glib-dbus-glib-lowlevel.html
--- old/dbus-glib-0.100/doc/reference/html/dbus-glib-dbus-glib-lowlevel.html    
2012-06-25 19:23:51.000000000 +0200
+++ new/dbus-glib-0.100.1/doc/reference/html/dbus-glib-dbus-glib-lowlevel.html  
2013-02-15 18:00:01.000000000 +0100
@@ -43,17 +43,17 @@
 <a name="dbus-glib-dbus-glib-lowlevel.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">#define             <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#DBUS-TYPE-CONNECTION:CAPS" 
title="DBUS_TYPE_CONNECTION">DBUS_TYPE_CONNECTION</a>
 #define             <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#DBUS-TYPE-MESSAGE:CAPS" 
title="DBUS_TYPE_MESSAGE">DBUS_TYPE_MESSAGE</a>
-<a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span
 class="returnvalue">DBusGConnection</span></a> *   <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-connection-get-g-connection" 
title="dbus_connection_get_g_connection 
()">dbus_connection_get_g_connection</a>    (<em class="parameter"><code><span 
class="type">DBusConnection</span> *connection</code></em>);
+<span class="returnvalue">DBusGConnection</span> *   <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-connection-get-g-connection" 
title="dbus_connection_get_g_connection 
()">dbus_connection_get_g_connection</a>    (<em class="parameter"><code><span 
class="type">DBusConnection</span> *connection</code></em>);
 <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType";><span
 class="returnvalue">GType</span></a>               <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-connection-get-g-type" 
title="dbus_connection_get_g_type ()">dbus_connection_get_g_type</a>          
(<em class="parameter"><code><span class="type">void</span></code></em>);
 <span class="returnvalue">void</span>                <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-connection-setup-with-g-main" 
title="dbus_connection_setup_with_g_main 
()">dbus_connection_setup_with_g_main</a>   (<em class="parameter"><code><span 
class="type">DBusConnection</span> *connection</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#GMainContext";><span
 class="type">GMainContext</span></a> *context</code></em>);
-<span class="returnvalue">DBusConnection</span> *    <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-g-connection-get-connection" 
title="dbus_g_connection_get_connection 
()">dbus_g_connection_get_connection</a>    (<em class="parameter"><code><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span
 class="type">DBusGConnection</span></a> *gconnection</code></em>);
-<span class="returnvalue">DBusMessage</span> *       <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-g-message-get-message" 
title="dbus_g_message_get_message ()">dbus_g_message_get_message</a>          
(<em class="parameter"><code><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMessage.html#DBusGMessage"><span
 class="type">DBusGMessage</span></a> *gmessage</code></em>);
-<span class="returnvalue">DBusMessage</span> *       <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-g-method-get-reply" 
title="dbus_g_method_get_reply ()">dbus_g_method_get_reply</a>             (<em 
class="parameter"><code><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html#DBusGMethodInvocation"><span
 class="type">DBusGMethodInvocation</span></a> *context</code></em>);
-<a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="returnvalue">gchar</span></a> *             <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-g-method-get-sender" 
title="dbus_g_method_get_sender ()">dbus_g_method_get_sender</a>            
(<em class="parameter"><code><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html#DBusGMethodInvocation"><span
 class="type">DBusGMethodInvocation</span></a> *context</code></em>);
-<span class="returnvalue">void</span>                <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-g-method-send-reply" 
title="dbus_g_method_send_reply ()">dbus_g_method_send_reply</a>            
(<em class="parameter"><code><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html#DBusGMethodInvocation"><span
 class="type">DBusGMethodInvocation</span></a> *context</code></em>,
+<span class="returnvalue">DBusConnection</span> *    <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-g-connection-get-connection" 
title="dbus_g_connection_get_connection 
()">dbus_g_connection_get_connection</a>    (<em class="parameter"><code><span 
class="type">DBusGConnection</span> *gconnection</code></em>);
+<span class="returnvalue">DBusMessage</span> *       <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-g-message-get-message" 
title="dbus_g_message_get_message ()">dbus_g_message_get_message</a>          
(<em class="parameter"><code><span class="type">DBusGMessage</span> 
*gmessage</code></em>);
+<span class="returnvalue">DBusMessage</span> *       <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-g-method-get-reply" 
title="dbus_g_method_get_reply ()">dbus_g_method_get_reply</a>             (<em 
class="parameter"><code><span class="type">DBusGMethodInvocation</span> 
*context</code></em>);
+<a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="returnvalue">gchar</span></a> *             <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-g-method-get-sender" 
title="dbus_g_method_get_sender ()">dbus_g_method_get_sender</a>            
(<em class="parameter"><code><span class="type">DBusGMethodInvocation</span> 
*context</code></em>);
+<span class="returnvalue">void</span>                <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-g-method-send-reply" 
title="dbus_g_method_send_reply ()">dbus_g_method_send_reply</a>            
(<em class="parameter"><code><span class="type">DBusGMethodInvocation</span> 
*context</code></em>,
                                                          <em 
class="parameter"><code><span class="type">DBusMessage</span> 
*reply</code></em>);
-<span class="returnvalue">void</span>                <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-g-proxy-send" 
title="dbus_g_proxy_send ()">dbus_g_proxy_send</a>                   (<em 
class="parameter"><code><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGProxy.html#DBusGProxy"><span
 class="type">DBusGProxy</span></a> *proxy</code></em>,
+<span class="returnvalue">void</span>                <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-g-proxy-send" 
title="dbus_g_proxy_send ()">dbus_g_proxy_send</a>                   (<em 
class="parameter"><code><span class="type">DBusGProxy</span> *proxy</code></em>,
                                                          <em 
class="parameter"><code><span class="type">DBusMessage</span> 
*message</code></em>,
                                                          <em 
class="parameter"><code><span class="type">dbus_uint32_t</span> 
*client_serial</code></em>);
 <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType";><span
 class="returnvalue">GType</span></a>               <a class="link" 
href="dbus-glib-dbus-glib-lowlevel.html#dbus-message-get-g-type" 
title="dbus_message_get_g_type ()">dbus_message_get_g_type</a>             (<em 
class="parameter"><code><span class="type">void</span></code></em>);
@@ -78,7 +78,7 @@
 <p>
 Expands to a function call returning a boxed <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType";><span
 class="type">GType</span></a> representing a
 <span class="type">DBusConnection</span> pointer from libdbus. Not to be 
confused with
-<a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBUS-TYPE-G-CONNECTION:CAPS"><code
 class="literal">DBUS_TYPE_G_CONNECTION</code></a>, which you should usually 
use instead.
+<code class="literal">DBUS_TYPE_G_CONNECTION</code>, which you should usually 
use instead.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -96,7 +96,7 @@
 <p>
 Expands to a function call returning a boxed <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType";><span
 class="type">GType</span></a> representing a
 <span class="type">DBusMessage</span> pointer from libdbus. Not to be confused 
with
-<a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMessage.html#DBUS-TYPE-G-MESSAGE:CAPS"><code
 class="literal">DBUS_TYPE_G_MESSAGE</code></a>, which you should usually use 
instead.
+<code class="literal">DBUS_TYPE_G_MESSAGE</code>, which you should usually use 
instead.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -109,10 +109,10 @@
 <hr>
 <div class="refsect2">
 <a 
name="dbus-connection-get-g-connection"></a><h3>dbus_connection_get_g_connection
 ()</h3>
-<pre class="programlisting"><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span
 class="returnvalue">DBusGConnection</span></a> *   
dbus_connection_get_g_connection    (<em class="parameter"><code><span 
class="type">DBusConnection</span> *connection</code></em>);</pre>
+<pre class="programlisting"><span class="returnvalue">DBusGConnection</span> * 
  dbus_connection_get_g_connection    (<em class="parameter"><code><span 
class="type">DBusConnection</span> *connection</code></em>);</pre>
 <p>
-Get the <a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span
 class="type">DBusGConnection</span></a> corresponding to this <span 
class="type">DBusConnection</span>.  This only
-makes sense if the <span class="type">DBusConnection</span> was originally a 
<a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span
 class="type">DBusGConnection</span></a> that was
+Get the <span class="type">DBusGConnection</span> corresponding to this <span 
class="type">DBusConnection</span>.  This only
+makes sense if the <span class="type">DBusConnection</span> was originally a 
<span class="type">DBusGConnection</span> that was
 registered with the GLib main loop.  The return value does not have its
 refcount incremented.
 </p>
@@ -126,7 +126,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> 
:</span></p></td>
-<td><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span
 class="type">DBusGConnection</span></a></td>
+<td><span class="type">DBusGConnection</span></td>
 </tr>
 </tbody>
 </table></div>
@@ -172,9 +172,9 @@
 <hr>
 <div class="refsect2">
 <a 
name="dbus-g-connection-get-connection"></a><h3>dbus_g_connection_get_connection
 ()</h3>
-<pre class="programlisting"><span class="returnvalue">DBusConnection</span> *  
  dbus_g_connection_get_connection    (<em class="parameter"><code><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span
 class="type">DBusGConnection</span></a> *gconnection</code></em>);</pre>
+<pre class="programlisting"><span class="returnvalue">DBusConnection</span> *  
  dbus_g_connection_get_connection    (<em class="parameter"><code><span 
class="type">DBusGConnection</span> *gconnection</code></em>);</pre>
 <p>
-Get the <span class="type">DBusConnection</span> corresponding to this <a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span
 class="type">DBusGConnection</span></a>.
+Get the <span class="type">DBusConnection</span> corresponding to this <span 
class="type">DBusGConnection</span>.
 The return value does not have its refcount incremented.
 </p>
 <div class="variablelist"><table border="0">
@@ -182,7 +182,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>gconnection</code></em> 
:</span></p></td>
-<td>a <a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span
 class="type">DBusGConnection</span></a>
+<td>a <span class="type">DBusGConnection</span>
 </td>
 </tr>
 <tr>
@@ -195,9 +195,9 @@
 <hr>
 <div class="refsect2">
 <a name="dbus-g-message-get-message"></a><h3>dbus_g_message_get_message ()</h3>
-<pre class="programlisting"><span class="returnvalue">DBusMessage</span> *     
  dbus_g_message_get_message          (<em class="parameter"><code><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMessage.html#DBusGMessage"><span
 class="type">DBusGMessage</span></a> *gmessage</code></em>);</pre>
+<pre class="programlisting"><span class="returnvalue">DBusMessage</span> *     
  dbus_g_message_get_message          (<em class="parameter"><code><span 
class="type">DBusGMessage</span> *gmessage</code></em>);</pre>
 <p>
-Get the <span class="type">DBusMessage</span> corresponding to this <a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMessage.html#DBusGMessage"><span
 class="type">DBusGMessage</span></a>.
+Get the <span class="type">DBusMessage</span> corresponding to this <span 
class="type">DBusGMessage</span>.
 The return value does not have its refcount incremented.
 </p>
 <div class="variablelist"><table border="0">
@@ -205,7 +205,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>gmessage</code></em> 
:</span></p></td>
-<td>a <a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMessage.html#DBusGMessage"><span
 class="type">DBusGMessage</span></a>
+<td>a <span class="type">DBusGMessage</span>
 </td>
 </tr>
 <tr>
@@ -218,7 +218,7 @@
 <hr>
 <div class="refsect2">
 <a name="dbus-g-method-get-reply"></a><h3>dbus_g_method_get_reply ()</h3>
-<pre class="programlisting"><span class="returnvalue">DBusMessage</span> *     
  dbus_g_method_get_reply             (<em class="parameter"><code><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html#DBusGMethodInvocation"><span
 class="type">DBusGMethodInvocation</span></a> *context</code></em>);</pre>
+<pre class="programlisting"><span class="returnvalue">DBusMessage</span> *     
  dbus_g_method_get_reply             (<em class="parameter"><code><span 
class="type">DBusGMethodInvocation</span> *context</code></em>);</pre>
 <p>
 Get the reply message to append reply values
 Used as a sidedoor when you can't generate dbus values
@@ -241,7 +241,7 @@
 <hr>
 <div class="refsect2">
 <a name="dbus-g-method-get-sender"></a><h3>dbus_g_method_get_sender ()</h3>
-<pre class="programlisting"><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="returnvalue">gchar</span></a> *             dbus_g_method_get_sender    
        (<em class="parameter"><code><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html#DBusGMethodInvocation"><span
 class="type">DBusGMethodInvocation</span></a> *context</code></em>);</pre>
+<pre class="programlisting"><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="returnvalue">gchar</span></a> *             dbus_g_method_get_sender    
        (<em class="parameter"><code><span 
class="type">DBusGMethodInvocation</span> *context</code></em>);</pre>
 <p>
 Get the sender of a message so we can send a
 "reply" later (i.e. send a message directly
@@ -266,7 +266,7 @@
 <hr>
 <div class="refsect2">
 <a name="dbus-g-method-send-reply"></a><h3>dbus_g_method_send_reply ()</h3>
-<pre class="programlisting"><span class="returnvalue">void</span>              
  dbus_g_method_send_reply            (<em class="parameter"><code><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html#DBusGMethodInvocation"><span
 class="type">DBusGMethodInvocation</span></a> *context</code></em>,
+<pre class="programlisting"><span class="returnvalue">void</span>              
  dbus_g_method_send_reply            (<em class="parameter"><code><span 
class="type">DBusGMethodInvocation</span> *context</code></em>,
                                                          <em 
class="parameter"><code><span class="type">DBusMessage</span> 
*reply</code></em>);</pre>
 <p>
 Send a manually created reply message.
@@ -292,14 +292,14 @@
 <hr>
 <div class="refsect2">
 <a name="dbus-g-proxy-send"></a><h3>dbus_g_proxy_send ()</h3>
-<pre class="programlisting"><span class="returnvalue">void</span>              
  dbus_g_proxy_send                   (<em class="parameter"><code><a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGProxy.html#DBusGProxy"><span
 class="type">DBusGProxy</span></a> *proxy</code></em>,
+<pre class="programlisting"><span class="returnvalue">void</span>              
  dbus_g_proxy_send                   (<em class="parameter"><code><span 
class="type">DBusGProxy</span> *proxy</code></em>,
                                                          <em 
class="parameter"><code><span class="type">DBusMessage</span> 
*message</code></em>,
                                                          <em 
class="parameter"><code><span class="type">dbus_uint32_t</span> 
*client_serial</code></em>);</pre>
 <p>
 Sends a message to the interface we're proxying for.  Does not
 block or wait for a reply. The message is only actually written out
 when you return to the main loop or block in
-<a 
href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#dbus-g-connection-flush"><code
 class="function">dbus_g_connection_flush()</code></a>.
+<code class="function">dbus_g_connection_flush()</code>.
 </p>
 <p>
 The message is modified to be addressed to the target interface.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/dbus-glib-0.100/doc/reference/html/dbus-glib.devhelp2 
new/dbus-glib-0.100.1/doc/reference/html/dbus-glib.devhelp2
--- old/dbus-glib-0.100/doc/reference/html/dbus-glib.devhelp2   2012-06-25 
19:23:51.000000000 +0200
+++ new/dbus-glib-0.100.1/doc/reference/html/dbus-glib.devhelp2 2013-02-15 
17:59:59.000000000 +0100
@@ -77,6 +77,6 @@
     <keyword type="function" name="dbus_message_get_g_type ()" 
link="dbus-glib-dbus-glib-lowlevel.html#dbus-message-get-g-type"/>
     <keyword type="function" name="dbus_server_setup_with_g_main ()" 
link="dbus-glib-dbus-glib-lowlevel.html#dbus-server-setup-with-g-main"/>
     <keyword type="function" name="dbus_set_g_error ()" 
link="dbus-glib-dbus-glib-lowlevel.html#dbus-set-g-error"/>
-    <keyword type="" name="Options" link="dbus-binding-tool.html#idp5167568"/>
+    <keyword type="" name="Options" link="dbus-binding-tool.html#idp5277936"/>
   </functions>
 </book>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/doc/reference/html/index.html 
new/dbus-glib-0.100.1/doc/reference/html/index.html
--- old/dbus-glib-0.100/doc/reference/html/index.html   2012-06-25 
19:23:51.000000000 +0200
+++ new/dbus-glib-0.100.1/doc/reference/html/index.html 2013-02-15 
18:00:01.000000000 +0100
@@ -14,7 +14,7 @@
 <div class="titlepage">
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">D-Bus GLib bindings - 
Reference Manual</p></th></tr></table></div>
-<div><p class="releaseinfo">for version 0.100
+<div><p class="releaseinfo">for version 0.100.1
 </p></div>
 </div>
 <hr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/doc/reference/version.xml 
new/dbus-glib-0.100.1/doc/reference/version.xml
--- old/dbus-glib-0.100/doc/reference/version.xml       2012-06-25 
18:26:56.000000000 +0200
+++ new/dbus-glib-0.100.1/doc/reference/version.xml     2013-02-15 
17:59:56.000000000 +0100
@@ -1 +1 @@
-0.100
+0.100.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/ltmain.sh 
new/dbus-glib-0.100.1/ltmain.sh
--- old/dbus-glib-0.100/ltmain.sh       2012-06-12 00:20:43.000000000 +0200
+++ new/dbus-glib-0.100.1/ltmain.sh     2012-11-24 01:13:31.000000000 +0100
@@ -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.1
+#         $progname:   (GNU libtool) 2.4.2 Debian-2.4.2-1.2
 #         automake:    $automake_version
 #         autoconf:    $autoconf_version
 #
@@ -80,7 +80,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION="2.4.2 Debian-2.4.2-1.1"
+VERSION="2.4.2 Debian-2.4.2-1.2"
 TIMESTAMP=""
 package_revision=1.3337
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/m4/Makefile.in 
new/dbus-glib-0.100.1/m4/Makefile.in
--- old/dbus-glib-0.100/m4/Makefile.in  2012-06-25 18:26:53.000000000 +0200
+++ new/dbus-glib-0.100.1/m4/Makefile.in        2013-02-15 17:59:50.000000000 
+0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/m4/libtool.m4 
new/dbus-glib-0.100.1/m4/libtool.m4
--- old/dbus-glib-0.100/m4/libtool.m4   2012-06-12 00:20:43.000000000 +0200
+++ new/dbus-glib-0.100.1/m4/libtool.m4 2012-11-24 01:13:31.000000000 +0100
@@ -1324,7 +1324,14 @@
            LD="${LD-ld} -m elf_i386_fbsd"
            ;;
          x86_64-*linux*)
-           LD="${LD-ld} -m elf_i386"
+           case `/usr/bin/file conftest.o` in
+             *x86-64*)
+               LD="${LD-ld} -m elf32_x86_64"
+               ;;
+             *)
+               LD="${LD-ld} -m elf_i386"
+               ;;
+           esac
            ;;
          ppc64-*linux*|powerpc64-*linux*)
            LD="${LD-ld} -m elf32ppclinux"
@@ -1688,7 +1695,8 @@
     ;;
   *)
     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len"; then
+    if test -n "$lt_cv_sys_max_cmd_len" && \
+       test undefined != "$lt_cv_sys_max_cmd_len"; then
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
     else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/test/Makefile.in 
new/dbus-glib-0.100.1/test/Makefile.in
--- old/dbus-glib-0.100/test/Makefile.in        2012-06-25 18:26:53.000000000 
+0200
+++ new/dbus-glib-0.100.1/test/Makefile.in      2013-02-15 17:59:50.000000000 
+0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/test/core/Makefile.in 
new/dbus-glib-0.100.1/test/core/Makefile.in
--- old/dbus-glib-0.100/test/core/Makefile.in   2012-06-25 18:26:53.000000000 
+0200
+++ new/dbus-glib-0.100.1/test/core/Makefile.in 2013-02-15 17:59:50.000000000 
+0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/test/interfaces/Makefile.in 
new/dbus-glib-0.100.1/test/interfaces/Makefile.in
--- old/dbus-glib-0.100/test/interfaces/Makefile.in     2012-06-25 
18:26:53.000000000 +0200
+++ new/dbus-glib-0.100.1/test/interfaces/Makefile.in   2013-02-15 
17:59:50.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/test/lib/Makefile.in 
new/dbus-glib-0.100.1/test/lib/Makefile.in
--- old/dbus-glib-0.100/test/lib/Makefile.in    2012-06-25 18:26:53.000000000 
+0200
+++ new/dbus-glib-0.100.1/test/lib/Makefile.in  2013-02-15 17:59:50.000000000 
+0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/test/manual/Makefile.in 
new/dbus-glib-0.100.1/test/manual/Makefile.in
--- old/dbus-glib-0.100/test/manual/Makefile.in 2012-06-25 19:23:38.000000000 
+0200
+++ new/dbus-glib-0.100.1/test/manual/Makefile.in       2013-02-15 
17:59:50.000000000 +0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dbus-glib-0.100/tools/Makefile.in 
new/dbus-glib-0.100.1/tools/Makefile.in
--- old/dbus-glib-0.100/tools/Makefile.in       2012-06-25 18:26:54.000000000 
+0200
+++ new/dbus-glib-0.100.1/tools/Makefile.in     2013-02-15 17:59:50.000000000 
+0100
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,

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

Reply via email to