Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-skylighting for openSUSE:Factory
checked in at 2024-07-02 18:16:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-skylighting (Old)
and /work/SRC/openSUSE:Factory/.ghc-skylighting.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-skylighting"
Tue Jul 2 18:16:23 2024 rev:42 rq:1184200 version:0.14.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-skylighting/ghc-skylighting.changes
2024-05-21 18:35:17.451861918 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-skylighting.new.18349/ghc-skylighting.changes
2024-07-02 18:16:30.539549227 +0200
@@ -1,0 +2,14 @@
+Mon Jun 24 06:08:20 UTC 2024 - Peter Simons <[email protected]>
+
+- Update skylighting to version 0.14.2.
+ ## 0.14.2
+
+ * Add `loadValidSyntaxesFromDir` (Kevin Quick) [API change].
+ The `loadSyntaxesFromDir` function is an all-or-nothing function:
+ a single invalid file results in a error and *no* loaded syntaxes.
+ This adds the `loadValidSyntaxesFromDir`, which is resilient
+ against individual syntax file load failures. It returns a map
+ of the failure messages, and the SyntaxMap that is created from
+ all the successful parsing.
+
+-------------------------------------------------------------------
Old:
----
skylighting-0.14.1.2.tar.gz
New:
----
skylighting-0.14.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-skylighting.spec ++++++
--- /var/tmp/diff_new_pack.acTrQ0/_old 2024-07-02 18:16:31.227574404 +0200
+++ /var/tmp/diff_new_pack.acTrQ0/_new 2024-07-02 18:16:31.227574404 +0200
@@ -19,7 +19,7 @@
%global pkg_name skylighting
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
-Version: 0.14.1.2
+Version: 0.14.2
Release: 0
Summary: Syntax highlighting library
License: GPL-2.0-or-later
++++++ skylighting-0.14.1.2.tar.gz -> skylighting-0.14.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skylighting-0.14.1.2/changelog.md
new/skylighting-0.14.2/changelog.md
--- old/skylighting-0.14.1.2/changelog.md 2001-09-09 03:46:40.000000000
+0200
+++ new/skylighting-0.14.2/changelog.md 2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,15 @@
# Revision history for skylighting and skylighting-core
+## 0.14.2
+
+ * Add `loadValidSyntaxesFromDir` (Kevin Quick) [API change].
+ The `loadSyntaxesFromDir` function is an all-or-nothing function:
+ a single invalid file results in a error and *no* loaded syntaxes.
+ This adds the `loadValidSyntaxesFromDir`, which is resilient
+ against individual syntax file load failures. It returns a map
+ of the failure messages, and the SyntaxMap that is created from
+ all the successful parsing.
+
## 0.14.1.2
* Add terraform syntax (#190).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skylighting-0.14.1.2/skylighting.cabal
new/skylighting-0.14.2/skylighting.cabal
--- old/skylighting-0.14.1.2/skylighting.cabal 2001-09-09 03:46:40.000000000
+0200
+++ new/skylighting-0.14.2/skylighting.cabal 2001-09-09 03:46:40.000000000
+0200
@@ -1,5 +1,5 @@
name: skylighting
-version: 0.14.1.2
+version: 0.14.2
synopsis: syntax highlighting library
description: Skylighting is a syntax highlighting library with
support for over one hundred languages. It derives
@@ -21,7 +21,7 @@
license-file: LICENSE
author: John MacFarlane
maintainer: [email protected]
-copyright: (C) 2016 John MacFarlane
+copyright: (C) 2016-2024 John MacFarlane
category: Text
build-type: Simple
extra-doc-files: README.md
@@ -205,7 +205,7 @@
Skylighting.Syntax.Zsh
other-extensions: CPP
build-depends: base >= 4.8 && < 5.0,
- skylighting-core == 0.14.1.2,
+ skylighting-core == 0.14.2,
skylighting-format-ansi >= 0.1 && < 0.2,
skylighting-format-context >= 0.1 && < 0.2,
skylighting-format-latex >= 0.1 && < 0.2,