forked from pool/ghc-skylighting-core
Accepting request 857708 from devel:languages:haskell
update haskell stack in openSUSE OBS-URL: https://build.opensuse.org/request/show/857708 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting-core?expand=0&rev=19
This commit is contained in:
commit
72ccb1de2c
@ -1,3 +1,66 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 18 09:18:53 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update skylighting-core to version 0.10.2.
|
||||||
|
## 0.10.2
|
||||||
|
|
||||||
|
* Update syntax definitions for abc, actionscript, asn1, ats,
|
||||||
|
bash, boo, coffee, comments, cpp, cs, css, curry, d,
|
||||||
|
djangotemplate, dockerfile, doxygen, dtd, elixir, graphql,
|
||||||
|
groovy, hamlet, haskell, haxe, idris, ini, j, java,
|
||||||
|
javadoc, javascript-react, javascript, jsp, kotlin, lex,
|
||||||
|
lilypond, literate-curry, literate-haskell, m4, makefile,
|
||||||
|
mandoc, markdown, mediawiki, mips, modula-2, modula-3,
|
||||||
|
monobasic, mustache, nim, noweb, objectivec, objectivecpp,
|
||||||
|
ocaml, opencl, pascal, perl, php, pike, postscript,
|
||||||
|
prolog, protobuf, pure, purebasic, python, qml, relaxng,
|
||||||
|
relaxngcompact, rest, rhtml, roff, ruby, scala, sci, sed,
|
||||||
|
sgml, sml, spdx-comments, stata, tcsh, texinfo, verilog,
|
||||||
|
xml, xorg, xul.
|
||||||
|
|
||||||
|
* Re-insert CSS line needed to make line numbers appear in
|
||||||
|
HTML. See jgm/pandoc#6625.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- disable %{ix86} build
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 25 16:30:17 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update skylighting-core to version 0.10.1.
|
||||||
|
## 0.10.1
|
||||||
|
|
||||||
|
* Regex: handle `(?|)` modifier. This is used in bash.xml now.
|
||||||
|
It resets the numbers of capturing groups in alternatives.
|
||||||
|
|
||||||
|
* Improve regex handling of `{` and `}` not in quantifiers:
|
||||||
|
- `{}` is literal (not a quantifier).
|
||||||
|
- loose unescaped `{` and `}` that are not part of a quantifier are
|
||||||
|
literal matchers.
|
||||||
|
|
||||||
|
* Update xml syntax definitions from upstream.
|
||||||
|
For: abc, actionscript, ada, agda, alert, apache, asn1, asp,
|
||||||
|
ats, awk, bash, boo, c, clojure, cmake, coffee, coldfusion,
|
||||||
|
commonlisp, cs, css, curry, d, djangotemplate, dockerfile,
|
||||||
|
dot, doxygen, dtd, eiffel, elixir, elm, erlang, fasm,
|
||||||
|
fortran-fixed, fortran-free, fsharp, glsl, gnuassembler, go,
|
||||||
|
graphql, groovy, hamlet, haskell, haxe, html, idris, ini,
|
||||||
|
isocpp, j, java, javadoc, javascript, jsp, julia, kotlin,
|
||||||
|
latex, lex, lilypond, literate-curry, literate-haskell,
|
||||||
|
llvm, lua, m4, makefile, markdown, mathematica, matlab,
|
||||||
|
maxima, mediawiki, metafont, mips, modula-2, modula-3,
|
||||||
|
monobasic, mustache, nasm, nim, noweb, objectivec,
|
||||||
|
objectivecpp, ocaml, octave, opencl, pascal, perl, php,
|
||||||
|
pike, postscript, povray, powershell, prolog, protobuf,
|
||||||
|
pure, purebasic, python, r, relaxng, relaxngcompact, rest,
|
||||||
|
rhtml, roff, ruby, rust, scala, scheme, sci, sed, sgml, sml,
|
||||||
|
sql-mysql, sql-postgresql, sql, stata, tcl, tcsh, texinfo,
|
||||||
|
toml, verilog, vhdl, xml, xorg, xslt, xul, yacc, yaml, zsh.
|
||||||
|
Also added spdx-comments.xml and comments.xml, which are
|
||||||
|
needed for these. Closes #111 (latex bug in matrix).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 23 19:25:31 UTC 2020 - psimons@suse.com
|
Fri Oct 23 19:25:31 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name skylighting-core
|
%global pkg_name skylighting-core
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.10.0.3
|
Version: 0.10.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Syntax highlighting library
|
Summary: Syntax highlighting library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -45,6 +45,7 @@ BuildRequires: ghc-safe-devel
|
|||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
BuildRequires: ghc-transformers-devel
|
BuildRequires: ghc-transformers-devel
|
||||||
BuildRequires: ghc-utf8-string-devel
|
BuildRequires: ghc-utf8-string-devel
|
||||||
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-Diff-devel
|
BuildRequires: ghc-Diff-devel
|
||||||
BuildRequires: ghc-HUnit-devel
|
BuildRequires: ghc-HUnit-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c67dff34b348a5f66b054d9b6184fd58a9edc2fe7f44c04735b430e2f50359b0
|
|
||||||
size 726328
|
|
3
skylighting-core-0.10.2.tar.gz
Normal file
3
skylighting-core-0.10.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f7de10604fec658dc02099be4b4607568c2dcee2ea8b0dd5867c2c5ead4f8c5
|
||||||
|
size 695555
|
Loading…
Reference in New Issue
Block a user