r34631 - in /packages/unstable/gtranslator/debian: changelog patches/02_format-security.patch patches/series
jordi at users.alioth.debian.org
jordi at users.alioth.debian.org
Fri Apr 27 17:22:26 UTC 2012
Author: jordi
Date: Fri Apr 27 17:22:24 2012
New Revision: 34631
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34631
Log:
Add format-security.patch: fix a build error caused by
-Werror=format-security.
Added:
packages/unstable/gtranslator/debian/patches/02_format-security.patch
Modified:
packages/unstable/gtranslator/debian/changelog
packages/unstable/gtranslator/debian/patches/series
Modified: packages/unstable/gtranslator/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/changelog?rev=34631&op=diff
==============================================================================
--- packages/unstable/gtranslator/debian/changelog [utf-8] (original)
+++ packages/unstable/gtranslator/debian/changelog [utf-8] Fri Apr 27 17:22:24 2012
@@ -3,6 +3,8 @@
* New upstream release.
* Bump GLib requirements for GResource.
* Refresh privlib patch.
+ * Add format-security.patch: fix a build error caused by
+ -Werror=format-security.
-- Jordi Mallach <jordi at debian.org> Fri, 27 Apr 2012 17:17:19 +0200
Added: packages/unstable/gtranslator/debian/patches/02_format-security.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/patches/02_format-security.patch?rev=34631&op=file
==============================================================================
--- packages/unstable/gtranslator/debian/patches/02_format-security.patch (added)
+++ packages/unstable/gtranslator/debian/patches/02_format-security.patch [utf-8] Fri Apr 27 17:22:24 2012
@@ -1,0 +1,13 @@
+Index: gtranslator-2.91.3/src/gtr-profile-dialog.c
+===================================================================
+--- gtranslator-2.91.3.orig/src/gtr-profile-dialog.c 2012-04-27 19:11:55.093465851 +0200
++++ gtranslator-2.91.3/src/gtr-profile-dialog.c 2012-04-27 19:13:13.233468755 +0200
+@@ -99,7 +99,7 @@
+ root_objects, &error);
+ if (error)
+ {
+- g_message(error->message);
++ g_message("%s", error->message);
+ }
+ priv->main_box = GTK_WIDGET (gtk_builder_get_object (builder, "main_box"));
+ g_object_ref (priv->main_box);
Modified: packages/unstable/gtranslator/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtranslator/debian/patches/series?rev=34631&op=diff
==============================================================================
--- packages/unstable/gtranslator/debian/patches/series [utf-8] (original)
+++ packages/unstable/gtranslator/debian/patches/series [utf-8] Fri Apr 27 17:22:24 2012
@@ -1,1 +1,2 @@
01-privlib.patch
+02_format-security.patch
More information about the pkg-gnome-commits
mailing list