[Pkg-haskell-commits] darcs: highlighting-kate: New upstream version 0.5.7.

Clint Adams clint at debian.org
Sat May 10 01:55:06 UTC 2014


Sat May 10 01:54:58 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.5.7.

    M ./changelog -1 +7
    A ./patches/
    A ./patches/series
    A ./patches/wrong-operator-for-pcre-light-options

Sat May 10 01:54:58 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.5.7.
diff -rN -u old-highlighting-kate/changelog new-highlighting-kate/changelog
--- old-highlighting-kate/changelog	2014-05-10 01:55:06.160520867 +0000
+++ new-highlighting-kate/changelog	2014-05-10 01:55:06.160520867 +0000
@@ -1,3 +1,9 @@
+highlighting-kate (0.5.7-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 09 May 2014 21:28:08 -0400
+
 highlighting-kate (0.5.6.1-1) unstable; urgency=medium
 
   * New upstream release
@@ -57,7 +63,7 @@
 
   [ Joachim Breitner ]
   * New upstream release
-  * Install documentation into standard location 
+  * Install documentation into standard location
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 08 Apr 2011 15:29:11 +0530
 
diff -rN -u old-highlighting-kate/patches/series new-highlighting-kate/patches/series
--- old-highlighting-kate/patches/series	1970-01-01 00:00:00.000000000 +0000
+++ new-highlighting-kate/patches/series	2014-05-10 01:55:06.164520866 +0000
@@ -0,0 +1 @@
+wrong-operator-for-pcre-light-options
diff -rN -u old-highlighting-kate/patches/wrong-operator-for-pcre-light-options new-highlighting-kate/patches/wrong-operator-for-pcre-light-options
--- old-highlighting-kate/patches/wrong-operator-for-pcre-light-options	1970-01-01 00:00:00.000000000 +0000
+++ new-highlighting-kate/patches/wrong-operator-for-pcre-light-options	2014-05-10 01:55:06.168520866 +0000
@@ -0,0 +1,11 @@
+--- a/Text/Highlighting/Kate/Common.hs
++++ b/Text/Highlighting/Kate/Common.hs
+@@ -184,7 +184,7 @@
+ #ifdef _PCRE_LIGHT
+ compileRegex regexpStr = do
+   st <- getState
+-  let opts = [anchored] + [caseless | not (synStCaseSensitive st)]
++  let opts = [anchored] ++ [caseless | not (synStCaseSensitive st)]
+   return $ compile ('.' : convertOctal regexpStr) opts
+ #else
+ compileRegex regexpStr = do




More information about the Pkg-haskell-commits mailing list