Hello community,

here is the log from the commit of package ghc-file-embed for openSUSE:Factory 
checked in at 2018-05-30 12:07:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-file-embed (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-file-embed.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-file-embed"

Wed May 30 12:07:28 2018 rev:6 rq:607797 version:0.0.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-file-embed/ghc-file-embed.changes    
2017-09-15 21:39:34.208860660 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-file-embed.new/ghc-file-embed.changes       
2018-05-30 12:25:40.801589843 +0200
@@ -1,0 +2,6 @@
+Mon May 14 17:02:11 UTC 2018 - [email protected]
+
+- Update file-embed to version 0.0.10.1.
+  * Minor doc improvements
+
+-------------------------------------------------------------------

Old:
----
  file-embed-0.0.10.tar.gz

New:
----
  file-embed-0.0.10.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-file-embed.spec ++++++
--- /var/tmp/diff_new_pack.JuEdCz/_old  2018-05-30 12:25:41.449568379 +0200
+++ /var/tmp/diff_new_pack.JuEdCz/_new  2018-05-30 12:25:41.453568247 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-file-embed
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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.10
+Version:        0.0.10.1
 Release:        0
 Summary:        Use Template Haskell to embed file contents directly
 License:        BSD-2-Clause
@@ -35,7 +35,7 @@
 
 %description
 Use Template Haskell to read a file or all the files in a directory, and turn
-them into (path, bytestring) pairs embedded in your haskell code.
+them into (path, bytestring) pairs embedded in your Haskell code.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
@@ -67,7 +67,7 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%doc LICENSE
+%license LICENSE
 
 %files devel -f %{name}-devel.files
 %doc ChangeLog.md README.md

++++++ file-embed-0.0.10.tar.gz -> file-embed-0.0.10.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/file-embed-0.0.10/ChangeLog.md 
new/file-embed-0.0.10.1/ChangeLog.md
--- old/file-embed-0.0.10/ChangeLog.md  2016-04-21 17:33:11.000000000 +0200
+++ new/file-embed-0.0.10.1/ChangeLog.md        2017-09-14 11:42:06.000000000 
+0200
@@ -1,3 +1,7 @@
+## 0.0.10.1
+
+* Minor doc improvements
+
 ## 0.0.10
 
 * `makeRelativeToProject`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/file-embed-0.0.10/Data/FileEmbed.hs 
new/file-embed-0.0.10.1/Data/FileEmbed.hs
--- old/file-embed-0.0.10/Data/FileEmbed.hs     2016-04-21 17:33:11.000000000 
+0200
+++ new/file-embed-0.0.10.1/Data/FileEmbed.hs   2017-09-14 09:58:52.000000000 
+0200
@@ -353,7 +353,7 @@
 -- root directory for fixing the relative path.
 --
 -- @@@
--- $(makeRelativeToProject "data/foo.txt" >>= fileEmbed)
+-- $(makeRelativeToProject "data/foo.txt" >>= embedFile)
 -- @@@
 --
 -- @since 0.0.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/file-embed-0.0.10/file-embed.cabal 
new/file-embed-0.0.10.1/file-embed.cabal
--- old/file-embed-0.0.10/file-embed.cabal      2016-04-21 17:33:11.000000000 
+0200
+++ new/file-embed-0.0.10.1/file-embed.cabal    2017-09-14 11:42:00.000000000 
+0200
@@ -1,5 +1,5 @@
 name:            file-embed
-version:         0.0.10
+version:         0.0.10.1
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <[email protected]>
@@ -7,7 +7,7 @@
 synopsis:        Use Template Haskell to embed file contents directly.
 description:     Use Template Haskell to read a file or all the files in a
                  directory, and turn them into (path, bytestring) pairs
-                 embedded in your haskell code.
+                 embedded in your Haskell code.
 category:        Data
 stability:       Stable
 cabal-version:   >= 1.8


Reply via email to