Hello community,
here is the log from the commit of package ghc-fast-logger for openSUSE:Factory
checked in at 2019-06-19 21:10:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-fast-logger (Old)
and /work/SRC/openSUSE:Factory/.ghc-fast-logger.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-fast-logger"
Wed Jun 19 21:10:31 2019 rev:16 rq:710624 version:2.4.16
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-fast-logger/ghc-fast-logger.changes
2019-04-28 20:12:49.546441881 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-fast-logger.new.4811/ghc-fast-logger.changes
2019-06-19 21:12:03.542722606 +0200
@@ -1,0 +2,7 @@
+Fri Jun 14 02:03:38 UTC 2019 - [email protected]
+
+- Update fast-logger to version 2.4.16.
+ Upstream has not updated the file "ChangeLog.md" since the last
+ release.
+
+-------------------------------------------------------------------
Old:
----
fast-logger-2.4.15.tar.gz
New:
----
fast-logger-2.4.16.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-fast-logger.spec ++++++
--- /var/tmp/diff_new_pack.AUMmvJ/_old 2019-06-19 21:12:04.294723337 +0200
+++ /var/tmp/diff_new_pack.AUMmvJ/_new 2019-06-19 21:12:04.298723341 +0200
@@ -19,7 +19,7 @@
%global pkg_name fast-logger
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 2.4.15
+Version: 2.4.16
Release: 0
Summary: A fast logging system
License: BSD-3-Clause
++++++ fast-logger-2.4.15.tar.gz -> fast-logger-2.4.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/fast-logger-2.4.15/fast-logger.cabal
new/fast-logger-2.4.16/fast-logger.cabal
--- old/fast-logger-2.4.15/fast-logger.cabal 2019-04-11 07:09:10.000000000
+0200
+++ new/fast-logger-2.4.16/fast-logger.cabal 2019-06-13 08:59:13.000000000
+0200
@@ -1,5 +1,5 @@
Name: fast-logger
-Version: 2.4.15
+Version: 2.4.16
Author: Kazu Yamamoto <[email protected]>
Maintainer: Kazu Yamamoto <[email protected]>
License: BSD3
@@ -8,12 +8,13 @@
Description: A fast logging system
Homepage: https://github.com/kazu-yamamoto/logger
Category: System
-Cabal-Version: >= 1.8
+Cabal-Version: >= 1.10
Build-Type: Simple
Extra-Source-Files: README.md ChangeLog.md
Tested-With: GHC ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 ||
==8.4.4 || ==8.6.3
Library
+ Default-Language: Haskell2010
GHC-Options: -Wall
Exposed-Modules: System.Log.FastLogger
System.Log.FastLogger.File
@@ -36,20 +37,25 @@
, unix-compat
if impl(ghc < 7.8)
Build-Depends: bytestring-builder
+ if impl(ghc >= 8)
+ Default-Extensions: Strict StrictData
Test-Suite spec
- Main-Is: Spec.hs
- Hs-Source-Dirs: test
- Type: exitcode-stdio-1.0
+ Main-Is: Spec.hs
+ Hs-Source-Dirs: test
+ Default-Language: Haskell2010
+ Type: exitcode-stdio-1.0
- Ghc-Options: -Wall -threaded
- Other-Modules: FastLoggerSpec
- Build-Tools: hspec-discover >= 2.6
- Build-Depends: base >= 4 && < 5
- , bytestring
- , directory
- , fast-logger
- , hspec
+ Ghc-Options: -Wall -threaded
+ Other-Modules: FastLoggerSpec
+ Build-Tools: hspec-discover >= 2.6
+ Build-Depends: base >= 4 && < 5
+ , bytestring
+ , directory
+ , fast-logger
+ , hspec
+ if impl(ghc >= 8)
+ Default-Extensions: Strict StrictData
Source-Repository head
Type: git