Hello community,
here is the log from the commit of package ghc-skylighting for openSUSE:Factory
checked in at 2020-06-19 17:18:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-skylighting (Old)
and /work/SRC/openSUSE:Factory/.ghc-skylighting.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-skylighting"
Fri Jun 19 17:18:06 2020 rev:16 rq:815175 version:0.8.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-skylighting/ghc-skylighting.changes
2020-05-11 13:36:31.084509367 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-skylighting.new.3606/ghc-skylighting.changes
2020-06-19 17:18:13.087023416 +0200
@@ -1,0 +2,12 @@
+Tue Jun 9 09:10:53 UTC 2020 - [email protected]
+
+- Update skylighting to version 0.8.4.
+ ## 0.8.4
+
+ * HTML output: use aria-hidden="true" on empty a elements
+ unless numberLines is specified (in which case the element
+ is still empty but will have content added by CSS).
+ This is to avoid excess noise when the code blocks are
+ read by screen readers. See jgm/pandoc#6352.
+
+-------------------------------------------------------------------
Old:
----
skylighting-0.8.3.4.tar.gz
New:
----
skylighting-0.8.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-skylighting.spec ++++++
--- /var/tmp/diff_new_pack.EeFdYf/_old 2020-06-19 17:18:15.423030033 +0200
+++ /var/tmp/diff_new_pack.EeFdYf/_new 2020-06-19 17:18:15.423030033 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-skylighting
#
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%global pkg_name skylighting
Name: ghc-%{pkg_name}
-Version: 0.8.3.4
+Version: 0.8.4
Release: 0
Summary: Syntax highlighting library
License: GPL-2.0-or-later
++++++ skylighting-0.8.3.4.tar.gz -> skylighting-0.8.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skylighting-0.8.3.4/changelog.md
new/skylighting-0.8.4/changelog.md
--- old/skylighting-0.8.3.4/changelog.md 2020-04-01 18:39:44.000000000
+0200
+++ new/skylighting-0.8.4/changelog.md 2020-05-09 22:07:09.000000000 +0200
@@ -1,5 +1,13 @@
# Revision history for skylighting and skylighting-core
+## 0.8.4
+
+ * HTML output: use aria-hidden="true" on empty a elements
+ unless numberLines is specified (in which case the element
+ is still empty but will have content added by CSS).
+ This is to avoid excess noise when the code blocks are
+ read by screen readers. See jgm/pandoc#6352.
+
## 0.8.3.4
* Update syntax descriptions for: cmake agda c coffee doxygenlua html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skylighting-0.8.3.4/skylighting.cabal
new/skylighting-0.8.4/skylighting.cabal
--- old/skylighting-0.8.3.4/skylighting.cabal 2020-04-01 18:16:41.000000000
+0200
+++ new/skylighting-0.8.4/skylighting.cabal 2020-05-09 22:06:17.000000000
+0200
@@ -1,5 +1,5 @@
name: skylighting
-version: 0.8.3.4
+version: 0.8.4
synopsis: syntax highlighting library
description: Skylighting is a syntax highlighting library with
support for over one hundred languages. It derives
@@ -183,7 +183,7 @@
Skylighting.Syntax.Zsh
other-extensions: CPP, Arrows
build-depends: base >= 4.8 && < 5.0,
- skylighting-core == 0.8.3.4,
+ skylighting-core == 0.8.4,
bytestring,
containers,
binary