r47331 - in /desktop/unstable/gobject-introspection/debian: changelog patches/git_drop-timet-test.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Feb 14 17:25:19 UTC 2016


Author: ah
Date: Sun Feb 14 17:25:19 2016
New Revision: 47331

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47331
Log:
* Add debian/patches/git_drop-timet-test.patch
  - from upstream git, fixes build on x32 (Closes: #699024)
  Thanks to Adam Borowski for authoring patch and sending it upstream.

Added:
    desktop/unstable/gobject-introspection/debian/patches/git_drop-timet-test.patch
Modified:
    desktop/unstable/gobject-introspection/debian/changelog
    desktop/unstable/gobject-introspection/debian/patches/series

Modified: desktop/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/changelog?rev=47331&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/changelog	[utf-8] Sun Feb 14 17:25:19 2016
@@ -1,3 +1,11 @@
+gobject-introspection (1.46.0-4) unstable; urgency=medium
+
+  * Add debian/patches/git_drop-timet-test.patch
+    - from upstream git, fixes build on x32 (Closes: #699024)
+    Thanks to Adam Borowski for authoring patch and sending it upstream.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sun, 14 Feb 2016 18:17:18 +0100
+
 gobject-introspection (1.46.0-3) unstable; urgency=medium
 
   * debian/tests/smoke: File 5.22 reports XML documents with the version

Added: desktop/unstable/gobject-introspection/debian/patches/git_drop-timet-test.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/patches/git_drop-timet-test.patch?rev=47331&op=file
==============================================================================
--- desktop/unstable/gobject-introspection/debian/patches/git_drop-timet-test.patch	(added)
+++ desktop/unstable/gobject-introspection/debian/patches/git_drop-timet-test.patch	[utf-8] Sun Feb 14 17:25:19 2016
@@ -0,0 +1,33 @@
+From 45757373ced1b50b183fb6cff44f1e6859d8cfb9 Mon Sep 17 00:00:00 2001
+From: Adam Borowski <kilobyte at angband.pl>
+Date: Sun, 14 Feb 2016 16:37:45 +0100
+Subject: tests: drop an assumption that time_t is same as glong
+
+This is false on x32, arm32 on Linux and on 32-bit archs of FreeBSD,
+OpenBSD.
+
+In general we've been moving g-i away from supporting time_t due to
+various problems - GLib-using apps should use GTimeVal or GDateTime
+etc.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=736109
+---
+ tests/offsets/offsets.h | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/tests/offsets/offsets.h b/tests/offsets/offsets.h
+index b57b1bf..1048532 100644
+--- a/tests/offsets/offsets.h
++++ b/tests/offsets/offsets.h
+@@ -30,8 +30,6 @@ struct _OffsetsBasic {
+   gdouble field_double;
+   char dummy8;
+   gsize field_size;
+-  char dummy9;
+-  time_t field_time;
+ };
+ 
+ typedef enum {
+-- 
+cgit v0.12
+

Modified: desktop/unstable/gobject-introspection/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/patches/series?rev=47331&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/patches/series	[utf-8] Sun Feb 14 17:25:19 2016
@@ -1,2 +1,3 @@
 #needed only until all packages are moved to mutliarch paths
 pre_multiarch_compat
+git_drop-timet-test.patch




More information about the pkg-gnome-commits mailing list