diff --git a/ghc-skylighting.changes b/ghc-skylighting.changes index 2c47a3b..dc5f672 100644 --- a/ghc-skylighting.changes +++ b/ghc-skylighting.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jul 15 02:01:47 UTC 2019 - psimons@suse.com + +- Update skylighting to version 0.8.2. + ## 0.8.2 -- 2019-07-14 + + * Change matchRegex so it gives "no match" on a regex error + instead of raising an exception. This seems to be how Kate + works. Fixes an error on long integer literals (#81). + + ## 0.8.1.2 -- 2019-07-14 + + * Fix HlCChar for one-character octal escapes like '\0' (#82). + Due to a bug in pCStringChar, only multi-character octal + escapes were being recognized. This affects not just C + highlighting, but all of the following highlighters which + use HlCChar: fasm eiffel pike objectivec ruby vhdl scala + java jsp nasm protobuf pure go objectivecpp gnuassembler povray + actionscript c cs opencl boo rhtml elixir. This fixes a + regression introduced in version 0.3.1. + ------------------------------------------------------------------- Mon Jun 17 15:02:07 UTC 2019 - psimons@suse.com diff --git a/ghc-skylighting.spec b/ghc-skylighting.spec index 825ac90..b7b8a94 100644 --- a/ghc-skylighting.spec +++ b/ghc-skylighting.spec @@ -18,7 +18,7 @@ %global pkg_name skylighting Name: ghc-%{pkg_name} -Version: 0.8.1.1 +Version: 0.8.2 Release: 0 Summary: Syntax highlighting library License: GPL-2.0-or-later diff --git a/skylighting-0.8.1.1.tar.gz b/skylighting-0.8.1.1.tar.gz deleted file mode 100644 index 7667dc6..0000000 --- a/skylighting-0.8.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1cf1025ae5b841e7e85520e222484d2b4fa055a7b45e4c477febeb51c09a3f60 -size 629321 diff --git a/skylighting-0.8.2.tar.gz b/skylighting-0.8.2.tar.gz new file mode 100644 index 0000000..e575060 --- /dev/null +++ b/skylighting-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f25d3bd1d274891a69b74d1237d57cd76bfe62385405ab4428c76e048830129 +size 629539