Hello community,
here is the log from the commit of package ghc-skylighting for openSUSE:Factory
checked in at 2019-03-06 15:47:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-skylighting (Old)
and /work/SRC/openSUSE:Factory/.ghc-skylighting.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-skylighting"
Wed Mar 6 15:47:23 2019 rev:9 rq:681686 version:0.7.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-skylighting/ghc-skylighting.changes
2019-02-17 12:20:32.548213735 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-skylighting.new.28833/ghc-skylighting.changes
2019-03-06 15:47:25.324450260 +0100
@@ -1,0 +2,8 @@
+Sat Mar 2 16:25:26 UTC 2019 - [email protected]
+
+- Update skylighting to version 0.7.7.
+ ## 0.7.7 -- 2019-02-08
+
+ * Depend on skylighting-core 0.7.7.x.
+
+-------------------------------------------------------------------
Old:
----
skylighting-0.7.6.tar.gz
New:
----
skylighting-0.7.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-skylighting.spec ++++++
--- /var/tmp/diff_new_pack.hHezcN/_old 2019-03-06 15:47:25.984450085 +0100
+++ /var/tmp/diff_new_pack.hHezcN/_new 2019-03-06 15:47:25.988450084 +0100
@@ -18,7 +18,7 @@
%global pkg_name skylighting
Name: ghc-%{pkg_name}
-Version: 0.7.6
+Version: 0.7.7
Release: 0
Summary: Syntax highlighting library
License: GPL-2.0-or-later
++++++ skylighting-0.7.6.tar.gz -> skylighting-0.7.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skylighting-0.7.6/README.md
new/skylighting-0.7.7/README.md
--- old/skylighting-0.7.6/README.md 2019-02-10 00:36:18.000000000 +0100
+++ new/skylighting-0.7.7/README.md 2019-02-28 07:12:58.000000000 +0100
@@ -71,12 +71,20 @@
Using cabal:
+ cd skylighting-core
cabal install -fexecutable
- # or stack install --flag skylighting-core:executable
- cd skylighting
- skylighting-extract /path/to/skylighting-core/xml/*.xml
+ cd ../skylighting
+ skylighting-extract ../skylighting-core/xml/*.xml
cabal install -fexecutable
- # or stack install --flag skylighting:executable
+
+Using stack:
+
+ stack install --flag skylighting-core:executable skylighting-core
+ cd skylighting
+ skylighting-extract ../skylighting-core/xml/*.xml
+ cd ..
+ stack install --flag skylighting:executable
+
Command-line tool
-----------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skylighting-0.7.6/changelog.md
new/skylighting-0.7.7/changelog.md
--- old/skylighting-0.7.6/changelog.md 2019-02-10 00:36:18.000000000 +0100
+++ new/skylighting-0.7.7/changelog.md 2019-02-28 07:12:58.000000000 +0100
@@ -1,5 +1,9 @@
# Revision history for skylighting
+## 0.7.7 -- 2019-02-08
+
+ * Depend on skylighting-core 0.7.7.x.
+
## 0.7.6 -- 2019-02-08
* Depend on skylighting-core 0.7.6.x.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skylighting-0.7.6/skylighting.cabal
new/skylighting-0.7.7/skylighting.cabal
--- old/skylighting-0.7.6/skylighting.cabal 2019-02-10 00:36:18.000000000
+0100
+++ new/skylighting-0.7.7/skylighting.cabal 2019-02-28 07:12:58.000000000
+0100
@@ -1,5 +1,5 @@
name: skylighting
-version: 0.7.6
+version: 0.7.7
synopsis: syntax highlighting library
description: Skylighting is a syntax highlighting library with
support for over one hundred languages. It derives
@@ -178,7 +178,7 @@
Skylighting.Syntax.Zsh
other-extensions: CPP, Arrows
build-depends: base >= 4.8 && < 5.0,
- skylighting-core >= 0.7.6 && < 0.7.7,
+ skylighting-core >= 0.7.7 && < 0.7.8,
mtl,
text,
binary,