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

Clint Adams clint at debian.org
Tue Jun 10 10:52:39 UTC 2014


Tue Jun 10 10:52:06 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.5.8.2.

    M ./changelog +6
    M ./control +3
    R ./patches/series
    R ./patches/wrong-operator-for-pcre-light-options

Tue Jun 10 10:52:06 UTC 2014  Clint Adams <clint at debian.org>
  * New upstream version 0.5.8.2.
diff -rN -u old-highlighting-kate/changelog new-highlighting-kate/changelog
--- old-highlighting-kate/changelog	2014-06-10 10:52:38.984268684 +0000
+++ new-highlighting-kate/changelog	2014-06-10 10:52:38.988268681 +0000
@@ -1,3 +1,9 @@
+highlighting-kate (0.5.8.2-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Fri, 06 Jun 2014 08:17:50 -0400
+
 highlighting-kate (0.5.7-1) unstable; urgency=medium
 
   * New upstream version.
diff -rN -u old-highlighting-kate/control new-highlighting-kate/control
--- old-highlighting-kate/control	2014-06-10 10:52:38.984268684 +0000
+++ new-highlighting-kate/control	2014-06-10 10:52:38.988268681 +0000
@@ -18,11 +18,14 @@
  , libghc-blaze-html-prof
  , libghc-mtl-dev
  , libghc-mtl-prof
+ , libghc-utf8-string-dev
+ , libghc-utf8-string-prof
 Build-Depends-Indep: ghc-doc
  , libghc-blaze-html-doc
  , libghc-parsec3-doc
  , libghc-pcre-light-doc
  , libghc-mtl-doc
+ , libghc-utf8-string-doc
 Standards-Version: 3.9.5
 Homepage: http://johnmacfarlane.net/highlighting-kate
 Vcs-Darcs: http://darcs.debian.org/pkg-haskell/highlighting-kate
diff -rN -u old-highlighting-kate/patches/series new-highlighting-kate/patches/series
--- old-highlighting-kate/patches/series	2014-06-10 10:52:38.984268684 +0000
+++ new-highlighting-kate/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-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	2014-06-10 10:52:38.984268684 +0000
+++ new-highlighting-kate/patches/wrong-operator-for-pcre-light-options	1970-01-01 00:00:00.000000000 +0000
@@ -1,11 +0,0 @@
---- 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