forked from pool/ghc-skylighting
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-skylighting revision:19, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting?expand=0&rev=63
This commit is contained in:
parent
a544bbf9b0
commit
d8b9ca411a
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 18 09:17:59 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update skylighting 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 Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- force i686 arch on i586
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 16:29:55 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name skylighting
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.10.1
|
||||
Version: 0.10.2
|
||||
Release: 0
|
||||
Summary: Syntax highlighting library
|
||||
License: GPL-2.0-or-later
|
||||
@ -36,6 +36,12 @@ BuildRequires: ghc-pretty-show-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-skylighting-core-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
# GHC dont support i586
|
||||
%ifarch %{ix86}
|
||||
ExclusiveArch: i586 i686
|
||||
ExclusiveArch: i686
|
||||
%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic}
|
||||
%endif
|
||||
|
||||
%description
|
||||
Skylighting is a syntax highlighting library with support for over one hundred
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb840ebcacb653842f2196faaf1874c326849b3de7bd95f61dd72fc0c635ee7e
|
||||
size 676810
|
3
skylighting-0.10.2.tar.gz
Normal file
3
skylighting-0.10.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ddf83cde5e6ac0ec8f91aa5042cb341eba994fa121674b24342a186b275c0b8
|
||||
size 633776
|
Loading…
Reference in New Issue
Block a user