[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#855009: marked as done (unblock: geoclue-2.0/2.4.5-1)



Your message dated Mon, 13 Feb 2017 16:19:00 +0000
with message-id <E1cdJLA-0003Us-6i@respighi.debian.org>
and subject line unblock geoclue-2.0
has caused the Debian Bug report #855009,
regarding unblock: geoclue-2.0/2.4.5-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
855009: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855009
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi,

Please unblock package geoclue-2.0

The 2.4.5-1 apparently didn't migrate in time and contains a fix for a
crash (see bug #842352). The fix in itself is a one-liner, the diff is a
bit bigger due to the documentation and some other automatically
generated headers.

I've attached the debdiff generated with the following command:

debdiff geoclue-2.0_2.4.4-1.dsc geoclue-2.0_2.4.5-1.dsc|filterdiff -x '*/docs/*' -x '*/Makefile' -x '*/Makefile.in' -x '*/configure' -x '*/m4/*' -x '*/aclocal.m4' -x '*/gtk-doc.make'

The full diffstat:

$ debdiff geoclue-2.0_2.4.4-1.dsc geoclue-2.0_2.4.5-1.dsc |diffstat 
 Makefile.in                                            |   16 
 NEWS                                                   |    6 
 aclocal.m4                                             |  357 +----
 build-aux/Makefile.in                                  |   10 
 configure                                              |   20 
 configure.ac                                           |    2 
 data/Makefile.in                                       |    8 
 debian/changelog                                       |    7 
 demo/Makefile.in                                       |    8 
 docs/Makefile.in                                       |   66 
 docs/docs-org.freedesktop.GeoClue2.Agent.xml           |   80 -
 docs/docs-org.freedesktop.GeoClue2.Client.xml          |  170 --
 docs/docs-org.freedesktop.GeoClue2.Location.xml        |  117 -
 docs/docs-org.freedesktop.GeoClue2.Manager.xml         |   89 -
 docs/geoclue-sections.txt                              |    5 
 docs/html/gdbus-org.freedesktop.GeoClue2.Agent.html    |  114 -
 docs/html/gdbus-org.freedesktop.GeoClue2.Client.html   |  206 --
 docs/html/gdbus-org.freedesktop.GeoClue2.Location.html |  148 --
 docs/html/gdbus-org.freedesktop.GeoClue2.Manager.html  |  125 -
 docs/html/geoclue-gclue-enums.html                     |  119 -
 docs/html/geoclue.devhelp2                             |   48 
 docs/html/index.html                                   |   87 -
 docs/html/ix01.html                                    |  110 -
 docs/html/license.html                                 |  861 ------------
 docs/html/ref-agent-dbus.html                          |   45 
 docs/html/ref-dbus.html                                |   56 
 docs/html/style.css                                    |  479 ------
 docs/lib/Makefile.in                                   |   66 
 docs/lib/html/GClueClient.html                         | 1213 -----------------
 docs/lib/html/GClueClientProxy.html                    |  441 ------
 docs/lib/html/GClueLocation.html                       |  952 -------------
 docs/lib/html/GClueLocationProxy.html                  |  442 ------
 docs/lib/html/GClueManager.html                        |  786 -----------
 docs/lib/html/GClueManagerProxy.html                   |  442 ------
 docs/lib/html/annotation-glossary.html                 |   50 
 docs/lib/html/ch01.html                                |   32 
 docs/lib/html/ch02.html                                |   32 
 docs/lib/html/ch03.html                                |   37 
 docs/lib/html/ch04.html                                |   37 
 docs/lib/html/ch05.html                                |   37 
 docs/lib/html/index.html                               |  104 -
 docs/lib/html/ix01.html                                |  222 ---
 docs/lib/html/libgeoclue-GClueSimple.html              |   48 
 docs/lib/html/libgeoclue-gclue-enums.html              |   87 -
 docs/lib/html/libgeoclue.devhelp2                      |  122 -
 docs/lib/html/license.html                             |  536 -------
 docs/lib/html/style.css                                |  479 ------
 docs/lib/libgeoclue-sections.txt                       |  254 ---
 docs/lib/libgeoclue.types                              |   10 
 docs/lib/version.xml                                   |    1 
 docs/version.xml                                       |    1 
 gtk-doc.make                                           |   53 
 libgeoclue/Makefile.in                                 |    8 
 libgeoclue/gclue-client.c                              |    2 
 libgeoclue/gclue-client.h                              |    2 
 libgeoclue/gclue-location.c                            |    2 
 libgeoclue/gclue-location.h                            |    2 
 libgeoclue/gclue-manager.c                             |    2 
 libgeoclue/gclue-manager.h                             |    2 
 m4/intltool.m4                                         |  212 ++
 public-api/Makefile.in                                 |    8 
 public-api/gclue-enum-types.c                          |    2 
 public-api/gclue-enum-types.h                          |    2 
 src/Makefile.in                                        |    8 
 src/agent/Makefile.in                                  |    8 
 src/agent/geoclue-agent-interface.c                    |    2 
 src/agent/geoclue-agent-interface.h                    |    2 
 src/compass-interface.c                                |    2 
 src/compass-interface.h                                |    2 
 src/gclue-client-interface.c                           |    2 
 src/gclue-client-interface.h                           |    2 
 src/gclue-location-interface.c                         |    2 
 src/gclue-location-interface.h                         |    2 
 src/gclue-manager-interface.c                          |    2 
 src/gclue-manager-interface.h                          |    2 
 src/gclue-marshal.c                                    |    4 
 src/gclue-marshal.h                                    |    4 
 src/gclue-service-location.c                           |    1 
 src/geocode-glib/Makefile.in                           |    8 
 src/wpa_supplicant-interface.c                         |    2 
 src/wpa_supplicant-interface.h                         |    2 
 81 files changed, 470 insertions(+), 9674 deletions(-)

unblock geoclue-2.0/2.4.5-1

Thanks,

Laurent Bigonville

-- System Information:
Debian Release: 9.0
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru geoclue-2.0-2.4.4/configure.ac geoclue-2.0-2.4.5/configure.ac
--- geoclue-2.0-2.4.4/configure.ac	2016-09-06 16:59:50.000000000 +0200
+++ geoclue-2.0-2.4.5/configure.ac	2017-01-27 17:08:30.000000000 +0100
@@ -1,7 +1,7 @@
 AC_PREREQ([2.63])
 
 AC_INIT([geoclue],
-        [2.4.4],
+        [2.4.5],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=GeoClue],
         [geoclue],
         [http://www.freedesktop.org/wiki/Software/GeoClue])
diff -Nru geoclue-2.0-2.4.4/debian/changelog geoclue-2.0-2.4.5/debian/changelog
--- geoclue-2.0-2.4.4/debian/changelog	2016-10-03 14:14:39.000000000 +0200
+++ geoclue-2.0-2.4.5/debian/changelog	2017-01-27 21:53:55.000000000 +0100
@@ -1,3 +1,10 @@
+geoclue-2.0 (2.4.5-1) unstable; urgency=medium
+
+  * [c9d350d8] New upstream version 2.4.5
+    - Fix frequent segfaults (Closes: #842352)
+
+ -- Laurent Bigonville <bigon@debian.org>  Fri, 27 Jan 2017 21:53:55 +0100
+
 geoclue-2.0 (2.4.4-1) unstable; urgency=medium
 
   * [f75c7386] New upstream version 2.4.4
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/html/home.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/html/home.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/html/left-insensitive.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/html/left-insensitive.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/html/left.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/html/left.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/html/right-insensitive.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/html/right-insensitive.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/html/right.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/html/right.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/html/up-insensitive.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/html/up-insensitive.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/html/up.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/html/up.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/lib/html/home.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/lib/html/home.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/lib/html/left-insensitive.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/lib/html/left-insensitive.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/lib/html/left.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/lib/html/left.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/lib/html/right-insensitive.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/lib/html/right-insensitive.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/lib/html/right.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/lib/html/right.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/lib/html/up-insensitive.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/lib/html/up-insensitive.png sont différents
Les fichiers binaires /tmp/g2EtGZVQe4/geoclue-2.0-2.4.4/docs/lib/html/up.png et /tmp/t8indzjaM2/geoclue-2.0-2.4.5/docs/lib/html/up.png sont différents
diff -Nru geoclue-2.0-2.4.4/libgeoclue/gclue-client.c geoclue-2.0-2.4.5/libgeoclue/gclue-client.c
--- geoclue-2.0-2.4.4/libgeoclue/gclue-client.c	2016-09-06 17:00:41.000000000 +0200
+++ geoclue-2.0-2.4.5/libgeoclue/gclue-client.c	2016-12-19 15:21:09.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/libgeoclue/gclue-client.h geoclue-2.0-2.4.5/libgeoclue/gclue-client.h
--- geoclue-2.0-2.4.4/libgeoclue/gclue-client.h	2016-09-06 17:00:41.000000000 +0200
+++ geoclue-2.0-2.4.5/libgeoclue/gclue-client.h	2016-12-19 15:21:09.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/libgeoclue/gclue-location.c geoclue-2.0-2.4.5/libgeoclue/gclue-location.c
--- geoclue-2.0-2.4.4/libgeoclue/gclue-location.c	2016-09-06 17:00:41.000000000 +0200
+++ geoclue-2.0-2.4.5/libgeoclue/gclue-location.c	2016-12-19 15:21:09.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/libgeoclue/gclue-location.h geoclue-2.0-2.4.5/libgeoclue/gclue-location.h
--- geoclue-2.0-2.4.4/libgeoclue/gclue-location.h	2016-09-06 17:00:41.000000000 +0200
+++ geoclue-2.0-2.4.5/libgeoclue/gclue-location.h	2016-12-19 15:21:09.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/libgeoclue/gclue-manager.c geoclue-2.0-2.4.5/libgeoclue/gclue-manager.c
--- geoclue-2.0-2.4.4/libgeoclue/gclue-manager.c	2016-09-06 17:00:41.000000000 +0200
+++ geoclue-2.0-2.4.5/libgeoclue/gclue-manager.c	2016-12-19 15:21:09.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/libgeoclue/gclue-manager.h geoclue-2.0-2.4.5/libgeoclue/gclue-manager.h
--- geoclue-2.0-2.4.4/libgeoclue/gclue-manager.h	2016-09-06 17:00:41.000000000 +0200
+++ geoclue-2.0-2.4.5/libgeoclue/gclue-manager.h	2016-12-19 15:21:09.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/NEWS geoclue-2.0-2.4.5/NEWS
--- geoclue-2.0-2.4.4/NEWS	2016-09-06 16:59:50.000000000 +0200
+++ geoclue-2.0-2.4.5/NEWS	2017-01-27 17:06:45.000000000 +0100
@@ -1,6 +1,10 @@
-2.4.4
+2.4.5
 =====
 
+- Fix a potential crash.
+
+2.4.4
+=====
 
 - Expose location timestamp over D-Bus.
 - Add a TimeThreshold property that allows clients to limit location updates by
diff -Nru geoclue-2.0-2.4.4/public-api/gclue-enum-types.c geoclue-2.0-2.4.5/public-api/gclue-enum-types.c
--- geoclue-2.0-2.4.4/public-api/gclue-enum-types.c	2016-09-06 17:00:25.000000000 +0200
+++ geoclue-2.0-2.4.5/public-api/gclue-enum-types.c	2016-12-19 15:21:05.000000000 +0100
@@ -2,7 +2,7 @@
 /* Generated data (by glib-mkenums) */
 
 #include "gclue-enum-types.h"
-/* enumerations from "/home/hadess/Projects/jhbuild/geoclue/public-api/gclue-enums.h" */
+/* enumerations from "./gclue-enums.h" */
 static const GEnumValue gclue_accuracy_level_values[] = {
     { GCLUE_ACCURACY_LEVEL_NONE, "GCLUE_ACCURACY_LEVEL_NONE", "none" },
     { GCLUE_ACCURACY_LEVEL_COUNTRY, "GCLUE_ACCURACY_LEVEL_COUNTRY", "country" },
diff -Nru geoclue-2.0-2.4.4/public-api/gclue-enum-types.h geoclue-2.0-2.4.5/public-api/gclue-enum-types.h
--- geoclue-2.0-2.4.4/public-api/gclue-enum-types.h	2016-09-06 17:00:25.000000000 +0200
+++ geoclue-2.0-2.4.5/public-api/gclue-enum-types.h	2016-12-19 15:21:05.000000000 +0100
@@ -9,7 +9,7 @@
 
 G_BEGIN_DECLS
 
-/* enumerations from "/home/hadess/Projects/jhbuild/geoclue/public-api/gclue-enums.h" */
+/* enumerations from "./gclue-enums.h" */
 GType gclue_accuracy_level_get_type (void) G_GNUC_CONST;
 #define GCLUE_TYPE_ACCURACY_LEVEL (gclue_accuracy_level_get_type ())
 
diff -Nru geoclue-2.0-2.4.4/src/agent/geoclue-agent-interface.c geoclue-2.0-2.4.5/src/agent/geoclue-agent-interface.c
--- geoclue-2.0-2.4.4/src/agent/geoclue-agent-interface.c	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/agent/geoclue-agent-interface.c	2016-12-19 15:21:05.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/src/agent/geoclue-agent-interface.h geoclue-2.0-2.4.5/src/agent/geoclue-agent-interface.h
--- geoclue-2.0-2.4.4/src/agent/geoclue-agent-interface.h	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/agent/geoclue-agent-interface.h	2016-12-19 15:21:05.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/src/compass-interface.c geoclue-2.0-2.4.5/src/compass-interface.c
--- geoclue-2.0-2.4.4/src/compass-interface.c	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/compass-interface.c	2016-12-19 15:21:05.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/src/compass-interface.h geoclue-2.0-2.4.5/src/compass-interface.h
--- geoclue-2.0-2.4.4/src/compass-interface.h	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/compass-interface.h	2016-12-19 15:21:05.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/src/gclue-client-interface.c geoclue-2.0-2.4.5/src/gclue-client-interface.c
--- geoclue-2.0-2.4.4/src/gclue-client-interface.c	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/gclue-client-interface.c	2016-12-19 15:21:05.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/src/gclue-client-interface.h geoclue-2.0-2.4.5/src/gclue-client-interface.h
--- geoclue-2.0-2.4.4/src/gclue-client-interface.h	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/gclue-client-interface.h	2016-12-19 15:21:05.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/src/gclue-location-interface.c geoclue-2.0-2.4.5/src/gclue-location-interface.c
--- geoclue-2.0-2.4.4/src/gclue-location-interface.c	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/gclue-location-interface.c	2016-12-19 15:21:05.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/src/gclue-location-interface.h geoclue-2.0-2.4.5/src/gclue-location-interface.h
--- geoclue-2.0-2.4.4/src/gclue-location-interface.h	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/gclue-location-interface.h	2016-12-19 15:21:05.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/src/gclue-manager-interface.c geoclue-2.0-2.4.5/src/gclue-manager-interface.c
--- geoclue-2.0-2.4.4/src/gclue-manager-interface.c	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/gclue-manager-interface.c	2016-12-19 15:21:05.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/src/gclue-manager-interface.h geoclue-2.0-2.4.5/src/gclue-manager-interface.h
--- geoclue-2.0-2.4.4/src/gclue-manager-interface.h	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/gclue-manager-interface.h	2016-12-19 15:21:05.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/src/gclue-marshal.c geoclue-2.0-2.4.5/src/gclue-marshal.c
--- geoclue-2.0-2.4.4/src/gclue-marshal.c	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/gclue-marshal.c	2016-12-19 15:21:05.000000000 +0100
@@ -53,7 +53,7 @@
 #endif /* !G_ENABLE_DEBUG */
 
 
-/* VOID:UINT,UINT,ULONG,ULONG (/home/hadess/Projects/jhbuild/geoclue/src/gclue-marshal.list:1) */
+/* VOID:UINT,UINT,ULONG,ULONG (./gclue-marshal.list:1) */
 extern void gclue_marshal_VOID__UINT_UINT_ULONG_ULONG (GClosure     *closure,
                                                        GValue       *return_value,
                                                        guint         n_param_values,
@@ -100,7 +100,7 @@
             data2);
 }
 
-/* VOID:DOUBLE,DOUBLE (/home/hadess/Projects/jhbuild/geoclue/src/gclue-marshal.list:2) */
+/* VOID:DOUBLE,DOUBLE (./gclue-marshal.list:2) */
 extern void gclue_marshal_VOID__DOUBLE_DOUBLE (GClosure     *closure,
                                                GValue       *return_value,
                                                guint         n_param_values,
diff -Nru geoclue-2.0-2.4.4/src/gclue-marshal.h geoclue-2.0-2.4.5/src/gclue-marshal.h
--- geoclue-2.0-2.4.4/src/gclue-marshal.h	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/gclue-marshal.h	2016-12-19 15:21:05.000000000 +0100
@@ -6,7 +6,7 @@
 
 G_BEGIN_DECLS
 
-/* VOID:UINT,UINT,ULONG,ULONG (/home/hadess/Projects/jhbuild/geoclue/src/gclue-marshal.list:1) */
+/* VOID:UINT,UINT,ULONG,ULONG (./gclue-marshal.list:1) */
 extern void gclue_marshal_VOID__UINT_UINT_ULONG_ULONG (GClosure     *closure,
                                                        GValue       *return_value,
                                                        guint         n_param_values,
@@ -14,7 +14,7 @@
                                                        gpointer      invocation_hint,
                                                        gpointer      marshal_data);
 
-/* VOID:DOUBLE,DOUBLE (/home/hadess/Projects/jhbuild/geoclue/src/gclue-marshal.list:2) */
+/* VOID:DOUBLE,DOUBLE (./gclue-marshal.list:2) */
 extern void gclue_marshal_VOID__DOUBLE_DOUBLE (GClosure     *closure,
                                                GValue       *return_value,
                                                guint         n_param_values,
diff -Nru geoclue-2.0-2.4.4/src/gclue-service-location.c geoclue-2.0-2.4.5/src/gclue-service-location.c
--- geoclue-2.0-2.4.4/src/gclue-service-location.c	2016-06-23 15:01:01.000000000 +0200
+++ geoclue-2.0-2.4.5/src/gclue-service-location.c	2016-12-19 15:22:39.000000000 +0100
@@ -97,7 +97,6 @@
 
                 timestamp = gclue_dbus_location_get_timestamp (location);
                 g_variant_get (timestamp, "(tt)", &sec, &usec);
-                g_variant_unref (timestamp);
 
                 loc = gclue_location_new_full
                         (gclue_dbus_location_get_latitude (location),
diff -Nru geoclue-2.0-2.4.4/src/wpa_supplicant-interface.c geoclue-2.0-2.4.5/src/wpa_supplicant-interface.c
--- geoclue-2.0-2.4.4/src/wpa_supplicant-interface.c	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/wpa_supplicant-interface.c	2016-12-19 15:21:05.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */
diff -Nru geoclue-2.0-2.4.4/src/wpa_supplicant-interface.h geoclue-2.0-2.4.5/src/wpa_supplicant-interface.h
--- geoclue-2.0-2.4.4/src/wpa_supplicant-interface.h	2016-09-06 17:00:26.000000000 +0200
+++ geoclue-2.0-2.4.5/src/wpa_supplicant-interface.h	2016-12-19 15:21:05.000000000 +0100
@@ -1,5 +1,5 @@
 /*
- * Generated by gdbus-codegen 2.49.6. DO NOT EDIT.
+ * Generated by gdbus-codegen 2.50.2. DO NOT EDIT.
  *
  * The license of this code is the same as for the source it was derived from.
  */

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: