From 394ed78a0e95603750d59f812c913f582772693e2d0154a93bf7afbc4d1d307e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 8 Mar 2021 08:01:25 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-skylighting-core revision:23, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=52 --- ghc-skylighting-core.changes | 41 ++++++++++++++++++++++++++++++++++ ghc-skylighting-core.spec | 6 ++--- skylighting-core-0.10.2.tar.gz | 3 --- skylighting-core-0.10.4.tar.gz | 3 +++ 4 files changed, 47 insertions(+), 6 deletions(-) delete mode 100644 skylighting-core-0.10.2.tar.gz create mode 100644 skylighting-core-0.10.4.tar.gz diff --git a/ghc-skylighting-core.changes b/ghc-skylighting-core.changes index 4a19de5..c961fbf 100644 --- a/ghc-skylighting-core.changes +++ b/ghc-skylighting-core.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Tue Mar 2 09:33:06 UTC 2021 - psimons@suse.com + +- Update skylighting-core to version 0.10.4. + ## 0.10.4 + + * Move from hxt to xml-conduit for XML parsing. + + This gives about a 4X speedup in parsing syntax definitions. + It also reduces the pandoc build dependency footprint, as we + depend on xml-conduit anyway and now no longer need to compile + HXT and its dependencies. + + There are improvements in accuracy as well: the change to + xml-conduit improved parsing for one of the prolog rules; + a matcher that should have been for tab characters had been set for a + space instead. + + * Removed some unnecessary build-depends in skylighting-extract. + +------------------------------------------------------------------- +Tue Feb 23 18:12:03 UTC 2021 - psimons@suse.com + +- Update skylighting-core to version 0.10.3. + ## 0.10.3 + + * Add support for raku (#114). + + * Reimplement PR #40 and add haskell.xml.patch (#116). + + * Update syntax definitions: actionscript ada asp awk bash + bibtex boo c cmake cpp cs d elm email fasm fsharp glsl + gnuassembler go haskell haskell idris isocpp + javascript julia latex lilypond makefile mediawiki metafont + mustache objectivec objectivecpp octave opencl perl php + php powershell prolog purebasic raku rest ruby sed + spdx-comments sql-mysql sql-postgresql sql typescript + verilog vhdl. + + * Fix php.xml.patch so it applies again. + ------------------------------------------------------------------- Fri Dec 18 09:18:53 UTC 2020 - psimons@suse.com diff --git a/ghc-skylighting-core.spec b/ghc-skylighting-core.spec index 8219b58..7187199 100644 --- a/ghc-skylighting-core.spec +++ b/ghc-skylighting-core.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-skylighting-core # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name skylighting-core %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.10.2 +Version: 0.10.4 Release: 0 Summary: Syntax highlighting library License: BSD-3-Clause @@ -38,13 +38,13 @@ BuildRequires: ghc-colour-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-filepath-devel -BuildRequires: ghc-hxt-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-safe-devel BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-utf8-string-devel +BuildRequires: ghc-xml-conduit-devel ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-Diff-devel diff --git a/skylighting-core-0.10.2.tar.gz b/skylighting-core-0.10.2.tar.gz deleted file mode 100644 index 3a2b017..0000000 --- a/skylighting-core-0.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f7de10604fec658dc02099be4b4607568c2dcee2ea8b0dd5867c2c5ead4f8c5 -size 695555 diff --git a/skylighting-core-0.10.4.tar.gz b/skylighting-core-0.10.4.tar.gz new file mode 100644 index 0000000..acb22e8 --- /dev/null +++ b/skylighting-core-0.10.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f356264fa7f8bc682e39830029036f392a088e719f17e2f27d4d692355fac2c +size 711447