diff --git a/ghc-skylighting-core.changes b/ghc-skylighting-core.changes index ea5a6b8..d3a4d33 100644 --- a/ghc-skylighting-core.changes +++ b/ghc-skylighting-core.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +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 Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Wed Nov 25 16:30:17 UTC 2020 - psimons@suse.com diff --git a/ghc-skylighting-core.spec b/ghc-skylighting-core.spec index 31e886e..22ee42d 100644 --- a/ghc-skylighting-core.spec +++ b/ghc-skylighting-core.spec @@ -19,7 +19,7 @@ %global pkg_name skylighting-core %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.10.1 +Version: 0.10.2 Release: 0 Summary: Syntax highlighting library License: BSD-3-Clause @@ -45,6 +45,12 @@ BuildRequires: ghc-safe-devel BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-utf8-string-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 %if %{with tests} BuildRequires: ghc-Diff-devel BuildRequires: ghc-HUnit-devel diff --git a/skylighting-core-0.10.1.tar.gz b/skylighting-core-0.10.1.tar.gz deleted file mode 100644 index 4294ae7..0000000 --- a/skylighting-core-0.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dbb596ae091f6ba76875435bed8abf8e25abf196f98dcfc1c2bc86f7a18aa81 -size 729373 diff --git a/skylighting-core-0.10.2.tar.gz b/skylighting-core-0.10.2.tar.gz new file mode 100644 index 0000000..3a2b017 --- /dev/null +++ b/skylighting-core-0.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7de10604fec658dc02099be4b4607568c2dcee2ea8b0dd5867c2c5ead4f8c5 +size 695555