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 2021-03-24 16:12:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-skylighting (Old)
and /work/SRC/openSUSE:Factory/.ghc-skylighting.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-skylighting"
Wed Mar 24 16:12:00 2021 rev:23 rq:880427 version:0.10.4.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-skylighting/ghc-skylighting.changes
2021-03-10 08:58:11.990947480 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-skylighting.new.2401/ghc-skylighting.changes
2021-03-24 16:12:01.503880637 +0100
@@ -1,0 +2,12 @@
+Sun Mar 14 22:46:52 UTC 2021 - [email protected]
+
+- Update skylighting to version 0.10.4.1.
+ ## 0.10.4.1
+
+ * Fixed logic for checking line-end-context (#119).
+
+ * Use NonEmpty for the context stack.
+
+ * Remove unneeded build-depends.
+
+-------------------------------------------------------------------
Old:
----
skylighting-0.10.4.tar.gz
New:
----
skylighting-0.10.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-skylighting.spec ++++++
--- /var/tmp/diff_new_pack.zCfQh3/_old 2021-03-24 16:12:02.251881422 +0100
+++ /var/tmp/diff_new_pack.zCfQh3/_new 2021-03-24 16:12:02.255881426 +0100
@@ -18,7 +18,7 @@
%global pkg_name skylighting
Name: ghc-%{pkg_name}
-Version: 0.10.4
+Version: 0.10.4.1
Release: 0
Summary: Syntax highlighting library
License: GPL-2.0-or-later
@@ -30,8 +30,6 @@
BuildRequires: ghc-blaze-html-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-containers-devel
-BuildRequires: ghc-directory-devel
-BuildRequires: ghc-filepath-devel
BuildRequires: ghc-pretty-show-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-skylighting-core-devel
++++++ skylighting-0.10.4.tar.gz -> skylighting-0.10.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skylighting-0.10.4/changelog.md
new/skylighting-0.10.4.1/changelog.md
--- old/skylighting-0.10.4/changelog.md 2021-02-27 21:56:42.000000000 +0100
+++ new/skylighting-0.10.4.1/changelog.md 2021-03-14 23:37:55.000000000
+0100
@@ -1,5 +1,13 @@
# Revision history for skylighting and skylighting-core
+## 0.10.4.1
+
+ * Fixed logic for checking line-end-context (#119).
+
+ * Use NonEmpty for the context stack.
+
+ * Remove unneeded build-depends.
+
## 0.10.4
* Move from hxt to xml-conduit for XML parsing.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/skylighting-0.10.4/skylighting.cabal
new/skylighting-0.10.4.1/skylighting.cabal
--- old/skylighting-0.10.4/skylighting.cabal 2021-02-27 21:57:18.000000000
+0100
+++ new/skylighting-0.10.4.1/skylighting.cabal 2021-03-14 23:38:21.000000000
+0100
@@ -1,5 +1,5 @@
name: skylighting
-version: 0.10.4
+version: 0.10.4.1
synopsis: syntax highlighting library
description: Skylighting is a syntax highlighting library with
support for over one hundred languages. It derives
@@ -190,14 +190,15 @@
Skylighting.Syntax.Zsh
other-extensions: CPP
build-depends: base >= 4.8 && < 5.0,
- skylighting-core == 0.10.4,
- bytestring,
+ skylighting-core == 0.10.4.1,
containers,
binary
hs-source-dirs: src
ghc-prof-options: -fprof-auto-exported
default-language: Haskell2010
ghc-options: -Wall
+ if impl(ghc >= 8.10)
+ ghc-options: -Wunused-packages
Flag executable
Description: Whether to build the skylighting program
@@ -205,11 +206,9 @@
executable skylighting
build-depends: base >= 4.8 && < 5.0,
- filepath,
text,
pretty-show,
containers,
- directory,
bytestring,
blaze-html >= 0.5,
skylighting
@@ -218,6 +217,8 @@
default-language: Haskell2010
other-extensions: CPP
ghc-options: -Wall
+ if impl(ghc >= 8.10)
+ ghc-options: -Wunused-packages
if flag(executable)
buildable: True
else