r49210 - in /desktop/unstable/mutter/debian: changelog patches/fix-gint64-format.patch patches/series

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Thu Jun 30 22:17:26 UTC 2016


Author: smcv
Date: Thu Jun 30 22:17:26 2016
New Revision: 49210

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49210
Log:
d/p/fix-gint64-format.patch: Add patch from Luca Bruno fixing a format
string on ILP32 architectures

Added:
    desktop/unstable/mutter/debian/patches/fix-gint64-format.patch
Modified:
    desktop/unstable/mutter/debian/changelog
    desktop/unstable/mutter/debian/patches/series

Modified: desktop/unstable/mutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/changelog?rev=49210&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/changelog	[utf-8] (original)
+++ desktop/unstable/mutter/debian/changelog	[utf-8] Thu Jun 30 22:17:26 2016
@@ -1,3 +1,10 @@
+mutter (3.20.3-2) UNRELEASED; urgency=medium
+
+  * d/p/fix-gint64-format.patch: Add patch from Luca Bruno fixing a format
+    string on ILP32 architectures
+
+ -- Simon McVittie <smcv at debian.org>  Thu, 30 Jun 2016 23:01:03 +0100
+
 mutter (3.20.3-1) unstable; urgency=medium
 
   * New upstream release.

Added: desktop/unstable/mutter/debian/patches/fix-gint64-format.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/patches/fix-gint64-format.patch?rev=49210&op=file
==============================================================================
--- desktop/unstable/mutter/debian/patches/fix-gint64-format.patch	(added)
+++ desktop/unstable/mutter/debian/patches/fix-gint64-format.patch	[utf-8] Thu Jun 30 22:17:26 2016
@@ -0,0 +1,18 @@
+From: Luca Bruno
+Date: 2016-06-06
+Subject: fix gint64 format
+
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=762407
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829140
+
+--- a/src/core/startup-notification.c	2016-06-06 12:13:27.100251933 +0200
++++ a/src/core/startup-notification.c	2016-06-06 12:13:42.554956773 +0200
+@@ -418,7 +418,7 @@ 
+   elapsed = ctod->now - timestamp;
+ 
+   meta_topic (META_DEBUG_STARTUP,
+-              "Sequence used %ld ms vs. %d max: %s\n",
++              "Sequence used %" G_GINT64_FORMAT " ms vs. %d max: %s\n",
+               elapsed, STARTUP_TIMEOUT,
+               meta_startup_notification_sequence_get_id (sequence));
+ 

Modified: desktop/unstable/mutter/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/patches/series?rev=49210&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/mutter/debian/patches/series	[utf-8] Thu Jun 30 22:17:26 2016
@@ -1,2 +1,3 @@
 01_Wcast-align.patch
 wayland-add-extended-state-for-tiled.patch
+fix-gint64-format.patch




More information about the pkg-gnome-commits mailing list