diff --git a/ghc-skylighting.changes b/ghc-skylighting.changes index cd0a0a7..fe98d26 100644 --- a/ghc-skylighting.changes +++ b/ghc-skylighting.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Jul 19 07:06:15 UTC 2021 - psimons@suse.com + +- Update skylighting to version 0.11. + ## 0.11 + + * Skylighting.Regex: Support regex subroutines (#118). For example, + `(?1)` is replaced by the regex in the first capturing group. So far + we only support this simple, absolute form, not the relative + form `(?-1)` supported by some engines (but not used, I think, in + KDE's syntax highlighters). This change involves an API change: + Regex in Skylighting.Regex has a new Subroutine constructor, + and the Recurse constructor has been removed. Instead of Recurse we use + Subroutine 0, which unifies the code. + + * Skylighting.Regex: handle e.g. `[\1]` and `[\123]` (without + initial 0) as octal escapes (#118). These occur in the zsh.xml + syntax definition. + + * Pull xml definitions for bash, cmake, python, zsh from upstream. + + * README: Add a note about pulling syntax definitions from upstream (#138). + Update build instructions for recent cabal versions (#131). + ------------------------------------------------------------------- Mon Jun 21 05:23:02 UTC 2021 - psimons@suse.com diff --git a/ghc-skylighting.spec b/ghc-skylighting.spec index d9fbcb1..bcc080a 100644 --- a/ghc-skylighting.spec +++ b/ghc-skylighting.spec @@ -18,7 +18,7 @@ %global pkg_name skylighting Name: ghc-%{pkg_name} -Version: 0.10.5.2 +Version: 0.11 Release: 0 Summary: Syntax highlighting library License: GPL-2.0-or-later diff --git a/skylighting-0.10.5.2.tar.gz b/skylighting-0.10.5.2.tar.gz deleted file mode 100644 index 72c36cc..0000000 --- a/skylighting-0.10.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f07fc652938c280b2ea90beb08ca48cc50a8b80ca7d0e680979d00787ce45e94 -size 650782 diff --git a/skylighting-0.11.tar.gz b/skylighting-0.11.tar.gz new file mode 100644 index 0000000..8c8fb07 --- /dev/null +++ b/skylighting-0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a409f662863d87abe5606b7fc8c530728398f9510ed1b3cfcffa62640aa18a +size 675242