Hello community,
here is the log from the commit of package ghc-file-embed for
openSUSE:Leap:15.2 checked in at 2020-03-13 10:56:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-file-embed (Old)
and /work/SRC/openSUSE:Leap:15.2/.ghc-file-embed.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-file-embed"
Fri Mar 13 10:56:53 2020 rev:12 rq:782965 version:0.0.11.2
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-file-embed/ghc-file-embed.changes
2020-02-19 18:38:59.894016804 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.ghc-file-embed.new.3160/ghc-file-embed.changes
2020-03-13 10:56:54.516414719 +0100
@@ -1,0 +2,8 @@
+Thu Feb 27 14:17:45 UTC 2020 - [email protected]
+
+- Update file-embed to version 0.0.11.2.
+ ## 0.0.11.2
+
+ * Haddock markup fix
+
+-------------------------------------------------------------------
Old:
----
file-embed-0.0.11.1.tar.gz
New:
----
file-embed-0.0.11.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-file-embed.spec ++++++
--- /var/tmp/diff_new_pack.MK2hHU/_old 2020-03-13 10:56:54.772414902 +0100
+++ /var/tmp/diff_new_pack.MK2hHU/_new 2020-03-13 10:56:54.772414902 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-file-embed
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global pkg_name file-embed
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.0.11.1
+Version: 0.0.11.2
Release: 0
Summary: Use Template Haskell to embed file contents directly
License: BSD-2-Clause
++++++ file-embed-0.0.11.1.tar.gz -> file-embed-0.0.11.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/file-embed-0.0.11.1/ChangeLog.md
new/file-embed-0.0.11.2/ChangeLog.md
--- old/file-embed-0.0.11.1/ChangeLog.md 2019-12-16 08:42:24.000000000
+0100
+++ new/file-embed-0.0.11.2/ChangeLog.md 2020-02-27 10:20:24.000000000
+0100
@@ -1,5 +1,9 @@
# ChangeLog for file-embed
+## 0.0.11.2
+
+* Haddock markup fix
+
## 0.0.11.1
* Support GHC 8.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/file-embed-0.0.11.1/Data/FileEmbed.hs
new/file-embed-0.0.11.2/Data/FileEmbed.hs
--- old/file-embed-0.0.11.1/Data/FileEmbed.hs 2019-12-16 08:41:16.000000000
+0100
+++ new/file-embed-0.0.11.2/Data/FileEmbed.hs 2020-02-27 10:19:11.000000000
+0100
@@ -369,9 +369,7 @@
-- finds the first parent directory with a .cabal file, and uses that as the
-- root directory for fixing the relative path.
--
--- @@@
--- $(makeRelativeToProject "data/foo.txt" >>= embedFile)
--- @@@
+-- @$(makeRelativeToProject "data/foo.txt" >>= embedFile)@
--
-- @since 0.0.10
makeRelativeToProject :: FilePath -> Q FilePath
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/file-embed-0.0.11.1/file-embed.cabal
new/file-embed-0.0.11.2/file-embed.cabal
--- old/file-embed-0.0.11.1/file-embed.cabal 2019-12-19 21:18:03.000000000
+0100
+++ new/file-embed-0.0.11.2/file-embed.cabal 2020-02-27 10:20:11.000000000
+0100
@@ -1,5 +1,5 @@
name: file-embed
-version: 0.0.11.1
+version: 0.0.11.2
license: BSD3
license-file: LICENSE
author: Michael Snoyman <[email protected]>