From 44349b1e3b9dfd2f55d0f1ac451e7406e1c989b9bb83f31aa193105fca0f6459 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 10 Oct 2019 18:54:48 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-fast-logger revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=45 --- fast-logger-2.4.16.tar.gz | 3 --- fast-logger-3.0.0.tar.gz | 3 +++ ghc-fast-logger.changes | 29 +++++++++++++++++++++++++++++ ghc-fast-logger.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) delete mode 100644 fast-logger-2.4.16.tar.gz create mode 100644 fast-logger-3.0.0.tar.gz diff --git a/fast-logger-2.4.16.tar.gz b/fast-logger-2.4.16.tar.gz deleted file mode 100644 index 0a2f3e8..0000000 --- a/fast-logger-2.4.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c72373a4e594d04fe0f9e6bb0ff00efa9dfd32b17fe06923b997aa155d81c24 -size 11399 diff --git a/fast-logger-3.0.0.tar.gz b/fast-logger-3.0.0.tar.gz new file mode 100644 index 0000000..876ec4c --- /dev/null +++ b/fast-logger-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f5e1bf4925b7c9d88122c77b6fa264d6b15a0a15593143715dacae1fa1ff49 +size 11521 diff --git a/ghc-fast-logger.changes b/ghc-fast-logger.changes index c007542..a130fa3 100644 --- a/ghc-fast-logger.changes +++ b/ghc-fast-logger.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Fri Oct 4 02:02:00 UTC 2019 - psimons@suse.com + +- Update fast-logger to version 3.0.0. + ## 3.0.0 + + * Allowing the callback logger to be generic. [#182](https://github.com/kazu-yamamoto/logger/pull/180) This is a BREAKING CHANGE. Users should do: + 1. Importing `LogType'` and related constructors because `LogType` is now a type alias. + 2. Using `{-# LANGUAGE GADTs #-}`, even if you aren't using anything new, any time you try and `case` over values of type `LogType'`. + + ## 2.4.17 + + * Obtaining a fresh fd from IORef just before writing. [#180](https://github.com/kazu-yamamoto/logger/pull/180) + + ## 2.4.16 + + * Using strict language extensions. + + ## 2.4.15 + + * Rescuing GHC 7.8. + +------------------------------------------------------------------- +Fri Sep 6 06:40:04 UTC 2019 - psimons@suse.com + +- Update fast-logger to version 2.4.17. + Upstream has not updated the file "ChangeLog.md" since the last + release. + ------------------------------------------------------------------- Fri Jun 14 02:03:38 UTC 2019 - psimons@suse.com diff --git a/ghc-fast-logger.spec b/ghc-fast-logger.spec index d1b7ed5..1814b7e 100644 --- a/ghc-fast-logger.spec +++ b/ghc-fast-logger.spec @@ -19,7 +19,7 @@ %global pkg_name fast-logger %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.4.16 +Version: 3.0.0 Release: 0 Summary: A fast logging system License: BSD-3-Clause