From e0b54ca2d6ce3fdabb27d1102174af50f9594338777afeb9fb0ef864aa2939cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 26 Mar 2021 12:22:27 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-skylighting-core revision:26, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=56 --- ghc-skylighting-core.changes | 36 ++++++++++++++++++++++++++++++++ ghc-skylighting-core.spec | 2 +- skylighting-core-0.10.4.1.tar.gz | 3 --- skylighting-core-0.10.5.1.tar.gz | 3 +++ 4 files changed, 40 insertions(+), 4 deletions(-) delete mode 100644 skylighting-core-0.10.4.1.tar.gz create mode 100644 skylighting-core-0.10.5.1.tar.gz diff --git a/ghc-skylighting-core.changes b/ghc-skylighting-core.changes index 38b38c9..f5653c1 100644 --- a/ghc-skylighting-core.changes +++ b/ghc-skylighting-core.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Tue Mar 23 08:32:33 UTC 2021 - psimons@suse.com + +- Update skylighting-core to version 0.10.5.1. + ## 0.10.5.1 + + * Regex: Allow lookaheads to capture groups. Previously + captures in lookaheads, like `(?=(a*))`, were ignored. This + led to errors highlighting xml and probably other formats (#121). + + * Throw an exception if a capture group isn't defined (with 'dynamic') + rather than simply having getCapture fail so that the rule fails. + This will make it easier to debug issues like #121. + +------------------------------------------------------------------- +Mon Mar 22 08:42:05 UTC 2021 - psimons@suse.com + +- Update skylighting-core to version 0.10.5. + ## 0.10.5 + + * Fix regression from 0.10.3 with Haskell highlighting of Char (#120). + + * Update xml syntax definitions from upstream. Updated + syntaxes: abc apache asp bash bibtex boo c changelog clojure + cmake commonlisp cs curry d diff djangotemplate doxygen + elixir elm email erlang fortran-fixed fortran-free fsharp + hamlet haskell haxe html idris ini javascript-react + javascript json julia kotlin latex lex lilypond + literate-curry literate-haskell makefile markdown + mathematica maxima mediawiki metafont modula-2 mustache nasm + nim noweb ocaml octave opencl perl powershell prolog pure + python r roff ruby rust sed spdx-comments sql-mysql + sql-postgresql tcl tcsh toml typescript verilog xml xslt xul + yacc yaml. Not updated: rhtml (causes an error on our test + suite), zsh (has a regex we can't parse). + ------------------------------------------------------------------- Sun Mar 14 22:46:44 UTC 2021 - psimons@suse.com diff --git a/ghc-skylighting-core.spec b/ghc-skylighting-core.spec index 72f6d9b..8274d03 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.10.4.1 +Version: 0.10.5.1 Release: 0 Summary: Syntax highlighting library License: BSD-3-Clause diff --git a/skylighting-core-0.10.4.1.tar.gz b/skylighting-core-0.10.4.1.tar.gz deleted file mode 100644 index 2cd98a5..0000000 --- a/skylighting-core-0.10.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3eca72451953bf7596c772a577a1652dc388b14da192902216293e87be4f61e -size 711627 diff --git a/skylighting-core-0.10.5.1.tar.gz b/skylighting-core-0.10.5.1.tar.gz new file mode 100644 index 0000000..0a353b7 --- /dev/null +++ b/skylighting-core-0.10.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa6b7c546a2025f41c39c104a71d35992f37d2688277221bdafc5e9f23cbf92 +size 712813