r44137 - in /desktop/experimental/gtksourceview3/debian: changelog patches/git_fix_height_parameter.patch patches/series

laney at users.alioth.debian.org laney at users.alioth.debian.org
Thu Mar 5 12:19:19 UTC 2015


Author: laney
Date: Thu Mar  5 12:19:18 2015
New Revision: 44137

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44137
Log:
New upstream release. LP: #1423016

Add git_fix_height_parameter.patch. Fix a typo saying width is height.

Added:
    desktop/experimental/gtksourceview3/debian/patches/git_fix_height_parameter.patch
Modified:
    desktop/experimental/gtksourceview3/debian/changelog
    desktop/experimental/gtksourceview3/debian/patches/series

Modified: desktop/experimental/gtksourceview3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/changelog?rev=44137&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/changelog	[utf-8] Thu Mar  5 12:19:18 2015
@@ -1,3 +1,10 @@
+gtksourceview3 (3.14.3-1) UNRELEASED; urgency=medium
+
+  * New upstream release. LP: #1423016
+  * Add git_fix_height_parameter.patch. Fix a typo saying width is height.
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Wed, 25 Feb 2015 18:30:03 +1100
+
 gtksourceview3 (3.14.1-1) unstable; urgency=medium
 
   * New upstream release.

Added: desktop/experimental/gtksourceview3/debian/patches/git_fix_height_parameter.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/patches/git_fix_height_parameter.patch?rev=44137&op=file
==============================================================================
--- desktop/experimental/gtksourceview3/debian/patches/git_fix_height_parameter.patch	(added)
+++ desktop/experimental/gtksourceview3/debian/patches/git_fix_height_parameter.patch	[utf-8] Thu Mar  5 12:19:18 2015
@@ -0,0 +1,24 @@
+From 5cef37b6bef9af44292b3707d1e2b120fe4b7f4c Mon Sep 17 00:00:00 2001
+From: Maks Naumov <maksqwe1 at ukr.net>
+Date: Sat, 10 Jan 2015 04:22:11 -0800
+Subject: Fix height parameter calculation in gutter_renderer_pixbuf_draw()
+
+Signed-off-by: Maks Naumov <maksqwe1 at ukr.net>
+
+https://bugzilla.gnome.org/show_bug.cgi?id=742705
+
+diff --git a/gtksourceview/gtksourcegutterrendererpixbuf.c b/gtksourceview/gtksourcegutterrendererpixbuf.c
+index bb3cce1..531698b 100644
+--- a/gtksourceview/gtksourcegutterrendererpixbuf.c
++++ b/gtksourceview/gtksourcegutterrendererpixbuf.c
+@@ -115,7 +115,7 @@ gutter_renderer_pixbuf_draw (GtkSourceGutterRenderer      *renderer,
+ 	}
+ 
+ 	width = gdk_pixbuf_get_width (pixbuf);
+-	height = gdk_pixbuf_get_width (pixbuf);
++	height = gdk_pixbuf_get_height (pixbuf);
+ 
+ 	gtk_source_gutter_renderer_get_alignment (renderer,
+ 	                                          &xalign,
+-- 
+cgit v0.10.2

Modified: desktop/experimental/gtksourceview3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/patches/series?rev=44137&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/patches/series	[utf-8] Thu Mar  5 12:19:18 2015
@@ -1 +1,2 @@
 99_ltmain_as-needed.patch
+git_fix_height_parameter.patch




More information about the pkg-gnome-commits mailing list