From fdd68205e8eb081db75f6e1a61bf8cfc2ff5f099083ccf4e3684361cd5ba6298 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 21 Jun 2023 16:50:40 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-skylighting revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting?expand=0&rev=90 --- ghc-skylighting.changes | 23 +++++++++++++++++++++++ ghc-skylighting.spec | 2 +- skylighting-0.13.2.1.tar.gz | 3 --- skylighting-0.13.3.tar.gz | 3 +++ 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 skylighting-0.13.2.1.tar.gz create mode 100644 skylighting-0.13.3.tar.gz diff --git a/ghc-skylighting.changes b/ghc-skylighting.changes index bfa25dd..d30821c 100644 --- a/ghc-skylighting.changes +++ b/ghc-skylighting.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Jun 20 18:04:23 UTC 2023 - Peter Simons + +- Update skylighting to version 0.13.3. + ## 0.13.3 + + * Add gap language (#167). + + * Update syntax definitions. + + * Add patches for agda.xml and dtd.xml, to wor around a bug in xml-conduit: + https://github.com/snoyberg/xml/pull/187 + + * Store compiled regexes in RE (#166, Jonathan Coates). + This changes the RE type to (lazily) compile the regex when constructed, + rather than in the tokenizer. This allows us to avoid re-compiling + regexes for each separate tokenize call, instead sharing them globally. + We try to hide the internals of this, exposing the previous interface + `(RE { reString, reCaseSensitive })` with pattern synonyms. + + * ConTeXt: fix handling of spaces in non-normal tokens (Albert Krewinkel). + This ensures that multiple spaces won't be collapsed into a single space. + ------------------------------------------------------------------- Thu Mar 30 17:08:18 UTC 2023 - Peter Simons diff --git a/ghc-skylighting.spec b/ghc-skylighting.spec index 53513e5..55622a9 100644 --- a/ghc-skylighting.spec +++ b/ghc-skylighting.spec @@ -19,7 +19,7 @@ %global pkg_name skylighting %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 0.13.2.1 +Version: 0.13.3 Release: 0 Summary: Syntax highlighting library License: GPL-2.0-or-later diff --git a/skylighting-0.13.2.1.tar.gz b/skylighting-0.13.2.1.tar.gz deleted file mode 100644 index fc47762..0000000 --- a/skylighting-0.13.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f074b2d8a228dbadddc026939e1e76a3c06c1f650c41a154bee3dcb615430653 -size 1249668 diff --git a/skylighting-0.13.3.tar.gz b/skylighting-0.13.3.tar.gz new file mode 100644 index 0000000..e476e9b --- /dev/null +++ b/skylighting-0.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25c63cf342aff3c00742e08f4c80d641ebe5fd20eb7a4970450b8e0576e9b95 +size 1367538