Hello community,
here is the log from the commit of package ghc-skylighting for openSUSE:Factory
checked in at 2019-12-27 13:57:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-skylighting (Old)
and /work/SRC/openSUSE:Factory/.ghc-skylighting.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-skylighting"
Fri Dec 27 13:57:24 2019 rev:13 rq:759509 version:0.8.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-skylighting/ghc-skylighting.changes
2019-10-18 14:35:04.707982341 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-skylighting.new.6675/ghc-skylighting.changes
2019-12-27 13:57:26.864776569 +0100
@@ -1,0 +2,21 @@
+Wed Nov 27 03:00:59 UTC 2019 - [email protected]
+
+- Update skylighting to version 0.8.3.
+ ## 0.8.3 -- 2019-11-26
+
+ * Update XML syntax definitions for c, cmake, coffee, cpp, css,
+ diff, djangotemplate, elixir, elm, glsl, haskell, html, isocpp,
+ javascript-react, javascript, json, jsp, julia, latex, lua,
+ markdown, matlab, mediawiki, modelines, mustache, perl, php,
+ powershell, qml, rest, rust, typescript, vhdl.
+
+ * Fix highlighting errors with non-ASCII characters in JSON (#90).
+ This error was due to an optimization that made some incorrect
+ assumptions.
+
+-------------------------------------------------------------------
+Fri Nov 8 16:14:46 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
Old:
----
skylighting-0.8.2.3.tar.gz
New:
----
skylighting-0.8.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-skylighting.spec ++++++
--- /var/tmp/diff_new_pack.aXZe51/_old 2019-12-27 13:57:27.368776813 +0100
+++ /var/tmp/diff_new_pack.aXZe51/_new 2019-12-27 13:57:27.368776813 +0100
@@ -18,11 +18,10 @@
%global pkg_name skylighting
Name: ghc-%{pkg_name}
-Version: 0.8.2.3
+Version: 0.8.3
Release: 0
Summary: Syntax highlighting library
License: GPL-2.0-or-later
-Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
@@ -43,7 +42,6 @@
%package devel
Summary: Haskell %{pkg_name} library development files
-Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
++++++ skylighting-0.8.2.3.tar.gz -> skylighting-0.8.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skylighting-0.8.2.3/changelog.md
new/skylighting-0.8.3/changelog.md
--- old/skylighting-0.8.2.3/changelog.md 2019-10-03 20:04:26.000000000
+0200
+++ new/skylighting-0.8.3/changelog.md 2019-11-26 19:11:17.000000000 +0100
@@ -1,5 +1,17 @@
# Revision history for skylighting and skylighting-core
+## 0.8.3 -- 2019-11-26
+
+ * Update XML syntax definitions for c, cmake, coffee, cpp, css,
+ diff, djangotemplate, elixir, elm, glsl, haskell, html, isocpp,
+ javascript-react, javascript, json, jsp, julia, latex, lua,
+ markdown, matlab, mediawiki, modelines, mustache, perl, php,
+ powershell, qml, rest, rust, typescript, vhdl.
+
+ * Fix highlighting errors with non-ASCII characters in JSON (#90).
+ This error was due to an optimization that made some incorrect
+ assumptions.
+
## 0.8.2.3 -- 2019-10-03
* Tests: ensure we read test files as UTF-8.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skylighting-0.8.2.3/skylighting.cabal
new/skylighting-0.8.3/skylighting.cabal
--- old/skylighting-0.8.2.3/skylighting.cabal 2019-10-03 20:06:02.000000000
+0200
+++ new/skylighting-0.8.3/skylighting.cabal 2019-11-26 19:12:01.000000000
+0100
@@ -1,5 +1,5 @@
name: skylighting
-version: 0.8.2.3
+version: 0.8.3
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.2.3,
+ skylighting-core == 0.8.3,
bytestring,
containers,
binary