forked from pool/ghc-skylighting-core
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
This commit is contained in:
parent
a6a891395c
commit
394ed78a0e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f7de10604fec658dc02099be4b4607568c2dcee2ea8b0dd5867c2c5ead4f8c5
|
||||
size 695555
|
3
skylighting-core-0.10.4.tar.gz
Normal file
3
skylighting-core-0.10.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f356264fa7f8bc682e39830029036f392a088e719f17e2f27d4d692355fac2c
|
||||
size 711447
|
Loading…
x
Reference in New Issue
Block a user