r48327 - in /desktop/unstable/totem/debian: changelog patches/ patches/backend-Fix-the-build-with-Werror-format.patch patches/series

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Wed Apr 20 11:14:01 UTC 2016


Author: smcv
Date: Wed Apr 20 11:14:01 2016
New Revision: 48327

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=48327
Log:
d/p/backend-Fix-the-build-with-Werror-format.patch: patch from
upstream git to fix FTBFS with -Werror=format-security on
32-bit (Closes: #821865)

Added:
    desktop/unstable/totem/debian/patches/
    desktop/unstable/totem/debian/patches/backend-Fix-the-build-with-Werror-format.patch
    desktop/unstable/totem/debian/patches/series
Modified:
    desktop/unstable/totem/debian/changelog

Modified: desktop/unstable/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/changelog?rev=48327&op=diff
==============================================================================
--- desktop/unstable/totem/debian/changelog	[utf-8] (original)
+++ desktop/unstable/totem/debian/changelog	[utf-8] Wed Apr 20 11:14:01 2016
@@ -1,3 +1,11 @@
+totem (3.20.1-2) UNRELEASED; urgency=medium
+
+  * d/p/backend-Fix-the-build-with-Werror-format.patch: patch from
+    upstream git to fix FTBFS with -Werror=format-security on
+    32-bit (Closes: #821865)
+
+ -- Simon McVittie <smcv at debian.org>  Wed, 20 Apr 2016 10:57:50 +0100
+
 totem (3.20.1-1) unstable; urgency=medium
 
   * New upstream release.

Added: desktop/unstable/totem/debian/patches/backend-Fix-the-build-with-Werror-format.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/backend-Fix-the-build-with-Werror-format.patch?rev=48327&op=file
==============================================================================
--- desktop/unstable/totem/debian/patches/backend-Fix-the-build-with-Werror-format.patch	(added)
+++ desktop/unstable/totem/debian/patches/backend-Fix-the-build-with-Werror-format.patch	[utf-8] Wed Apr 20 11:14:01 2016
@@ -0,0 +1,24 @@
+From: Kalev Lember <klember at redhat.com>
+Date: Thu, 14 Apr 2016 10:48:47 +0200
+Subject: [PATCH] backend: Fix the build with -Werror=format
+
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=765036
+Bug-Debian: https://bugs.debian.org/821865
+Origin: upstream, 3.21.0, commit:057590c88e946e952ef2b3b7a3997998494291ab
+---
+ src/backend/bacon-video-widget.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/backend/bacon-video-widget.c b/src/backend/bacon-video-widget.c
+index ff38a7b..c4f107e 100644
+--- a/src/backend/bacon-video-widget.c
++++ b/src/backend/bacon-video-widget.c
+@@ -2334,7 +2334,7 @@ parse:
+     if (!gst_toc_entry_get_start_stop_times (entry, &start, &stop)) {
+       GST_DEBUG ("Chapter #%d (couldn't get times)", i);
+     } else {
+-      GST_DEBUG ("Chapter #%d (start: %li stop: %li)", i, start, stop);
++      GST_DEBUG ("Chapter #%d (start: %" G_GINT64_FORMAT " stop: %" G_GINT64_FORMAT ")", i, start, stop);
+     }
+   }
+ 

Added: desktop/unstable/totem/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem/debian/patches/series?rev=48327&op=file
==============================================================================
--- desktop/unstable/totem/debian/patches/series	(added)
+++ desktop/unstable/totem/debian/patches/series	[utf-8] Wed Apr 20 11:14:01 2016
@@ -0,0 +1 @@
+backend-Fix-the-build-with-Werror-format.patch




More information about the pkg-gnome-commits mailing list