Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-skylighting-core for
openSUSE:Factory checked in at 2021-03-10 08:56:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
and /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-skylighting-core"
Wed Mar 10 08:56:30 2021 rev:20 rq:877987 version:0.10.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2020-12-22 11:50:30.190056033 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.2378/ghc-skylighting-core.changes
2021-03-10 08:58:13.242948773 +0100
@@ -1,0 +2,41 @@
+Tue Mar 2 09:33:06 UTC 2021 - [email protected]
+
+- 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 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
skylighting-core-0.10.2.tar.gz
New:
----
skylighting-core-0.10.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-skylighting-core.spec ++++++
--- /var/tmp/diff_new_pack.Nqm7PU/_old 2021-03-10 08:58:13.786949335 +0100
+++ /var/tmp/diff_new_pack.Nqm7PU/_new 2021-03-10 08:58:13.786949335 +0100
@@ -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-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
++++++ skylighting-core-0.10.2.tar.gz -> skylighting-core-0.10.4.tar.gz ++++++
++++ 9408 lines of diff (skipped)