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 2023-01-18 13:10:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-skylighting-core (Old)
and /work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-skylighting-core"
Wed Jan 18 13:10:35 2023 rev:31 rq:1059109 version:0.13.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-skylighting-core/ghc-skylighting-core.changes
2022-10-13 15:43:12.074861617 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-skylighting-core.new.32243/ghc-skylighting-core.changes
2023-01-18 13:11:00.320890159 +0100
@@ -1,0 +2,53 @@
+Sun Dec 18 02:14:29 UTC 2022 - Peter Simons <[email protected]>
+
+- Update skylighting-core to version 0.13.2.
+ ## 0.13.2
+
+ * Support ConTeXt output via skylighting-format-context (Albert Krewinkel).
+
+ * Update syntax definitions for markdown, nim, javascript.
+
+ ## 0.13.1.2
+
+ * Update syntax definitions for c, cmake, commonmlisp, css, go, ini,
isocpp,
+ javascript, json, powershell, python, rust, sass, scss, toml, xml.
+
+ * Associate regex captures with a context. This is necessary for proper
+ implementation of the KDE syntax highlighting algorithm. Captures are
+ only available within the context to which the match creating the
+ capture switches. (Closes #160.)
+
+-------------------------------------------------------------------
+Fri Oct 28 22:57:29 UTC 2022 - Peter Simons <[email protected]>
+
+- Update skylighting-core to version 0.13.1.1.
+ ## 0.13.1.1
+
+ * Add dart, purescript syntax definitions.
+
+ * Update syntax definitions for isocpp, latex, alert, bash,
+ cmake, nix, sql-postgresql, vhdl, zsh.
+
+ * Remove obsoleote patch for lua.xml.
+
+ * Add patches for latex.xml and isocpp.xml.
+
+ ## 0.13.1
+
+ * `getCapture`: fail instead of throwing error if dynamic match not found.
+ I believe this is the intended behavior for StringDetect, judging
+ from examples in the KDE documentation.
+
+ * Update xml syntax definitions:
+ asn1, bash, c, cmake, cpp, cs, d, elixir, fortran-fixed, gcc, glsl,
+ go, html, java, javascript, lex, lua, markdown, mediawiki, noweb,
+ ocaml, orgmode, php, powershell, prolog, python, r, ruby, rust,
+ scheme, sql-postgresql, typescript, vhdl, xml, yacc, yaml, zsh
+
+ * Replace a lambda with pointfree notation (shaving off some RAM usage)
+ (0xd34df00d).
+
+ * Use `newtype` for `TokenizerM`, giving about 5-10% boost on benchmark
+ (0xd34df00d).
+
+-------------------------------------------------------------------
Old:
----
skylighting-core-0.13.tar.gz
skylighting-core.cabal
New:
----
skylighting-core-0.13.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-skylighting-core.spec ++++++
--- /var/tmp/diff_new_pack.JkOvkK/_old 2023-01-18 13:11:01.144895043 +0100
+++ /var/tmp/diff_new_pack.JkOvkK/_new 2023-01-18 13:11:01.148895067 +0100
@@ -19,13 +19,12 @@
%global pkg_name skylighting-core
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.13
+Version: 0.13.2
Release: 0
Summary: Syntax highlighting library
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-attoparsec-devel
@@ -77,7 +76,6 @@
%prep
%autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ skylighting-core-0.13.tar.gz -> skylighting-core-0.13.2.tar.gz ++++++
++++ 22441 lines of diff (skipped)