From 7554e12a69b9ac6309d0bf762f692c607e329dee7c22bc77e2a11139117408ad Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 15 Jul 2019 08:41:01 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-skylighting-core revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=21 --- ghc-skylighting-core.changes | 21 +++++++++++++++++++++ ghc-skylighting-core.spec | 2 +- skylighting-core-0.8.1.1.tar.gz | 3 --- skylighting-core-0.8.2.tar.gz | 3 +++ 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 skylighting-core-0.8.1.1.tar.gz create mode 100644 skylighting-core-0.8.2.tar.gz diff --git a/ghc-skylighting-core.changes b/ghc-skylighting-core.changes index aa8bd78..04a9c32 100644 --- a/ghc-skylighting-core.changes +++ b/ghc-skylighting-core.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jul 15 02:01:57 UTC 2019 - psimons@suse.com + +- Update skylighting-core 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. + ------------------------------------------------------------------- Fri Jun 14 07:59:16 UTC 2019 - psimons@suse.com diff --git a/ghc-skylighting-core.spec b/ghc-skylighting-core.spec index 13287a0..5567630 100644 --- a/ghc-skylighting-core.spec +++ b/ghc-skylighting-core.spec @@ -19,7 +19,7 @@ %global pkg_name skylighting-core %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.8.1.1 +Version: 0.8.2 Release: 0 Summary: Syntax highlighting library License: BSD-3-Clause diff --git a/skylighting-core-0.8.1.1.tar.gz b/skylighting-core-0.8.1.1.tar.gz deleted file mode 100644 index 4e6610f..0000000 --- a/skylighting-core-0.8.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:750a965fe24fb0429cdfd4e91ebcf97bda82602dbd85fac48fac7c6fa94c93ce -size 663836 diff --git a/skylighting-core-0.8.2.tar.gz b/skylighting-core-0.8.2.tar.gz new file mode 100644 index 0000000..f7f06bd --- /dev/null +++ b/skylighting-core-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407f91df647cca1e0928281f38f192719c70be4d7d05e121d8bc9f0c4e08a1d9 +size 664199