r28070 - in /desktop/unstable/gtksourceview3/debian: changelog patches/00git_fix-c-lang-regression.patch patches/series

mpitt at users.alioth.debian.org mpitt at users.alioth.debian.org
Wed May 25 14:47:45 UTC 2011


Author: mpitt
Date: Wed May 25 14:47:45 2011
New Revision: 28070

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28070
Log:
Add 00git_fix-c-lang-regression.patch: Fix C language highlighting to work
again (regression in 3.0.2). Taken from upstream git head.

Added:
    desktop/unstable/gtksourceview3/debian/patches/00git_fix-c-lang-regression.patch
Modified:
    desktop/unstable/gtksourceview3/debian/changelog
    desktop/unstable/gtksourceview3/debian/patches/series

Modified: desktop/unstable/gtksourceview3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/changelog?rev=28070&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/changelog [utf-8] Wed May 25 14:47:45 2011
@@ -1,6 +1,8 @@
 gtksourceview3 (3.0.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Add 00git_fix-c-lang-regression.patch: Fix C language highlighting to work
+    again (regression in 3.0.2). Taken from upstream git head.
 
  -- Martin Pitt <mpitt at debian.org>  Wed, 25 May 2011 14:57:05 +0200
 

Added: desktop/unstable/gtksourceview3/debian/patches/00git_fix-c-lang-regression.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/patches/00git_fix-c-lang-regression.patch?rev=28070&op=file
==============================================================================
--- desktop/unstable/gtksourceview3/debian/patches/00git_fix-c-lang-regression.patch (added)
+++ desktop/unstable/gtksourceview3/debian/patches/00git_fix-c-lang-regression.patch [utf-8] Wed May 25 14:47:45 2011
@@ -1,0 +1,21 @@
+commit 86e933e86ce1521db7532577f5a5ecdbc7d52e0d
+Author: Carnë Draug <carandraug+dev at gmail.com>
+Date:   Wed May 25 15:30:23 2011 +0100
+
+    bugfix where ref to contexts of c comments were broken
+
+diff --git a/data/language-specs/c.lang b/data/language-specs/c.lang
+index 3103b70..7fd5e61 100644
+--- a/data/language-specs/c.lang
++++ b/data/language-specs/c.lang
+@@ -117,8 +117,8 @@
+       <include>
+         <context ref="def:line-continue" ignore-style="true"/>
+         <context ref="string" ignore-style="true"/>
+-        <context ref="comment"/>
+-        <context ref="comment-multiline"/>
++        <context ref="def:c-like-comment"/>
++        <context ref="def:c-like-comment-multiline"/>
+       </include>
+     </context>
+ 

Modified: desktop/unstable/gtksourceview3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview3/debian/patches/series?rev=28070&op=diff
==============================================================================
--- desktop/unstable/gtksourceview3/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gtksourceview3/debian/patches/series [utf-8] Wed May 25 14:47:45 2011
@@ -1,1 +1,2 @@
+00git_fix-c-lang-regression.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list