osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-fast-logger revision:6, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=40
This commit is contained in:
Peter Simons 2019-04-11 18:55:19 +00:00 committed by Git OBS Bridge
parent 3f3134653a
commit 665439e209
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bd4ef406f661e603320a34c353c29c5160644e3c4a446dd47efb279088a32b2
size 10998

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f9a2c304fb494055b5898a921dfcee892fc6fe25d5ca97d311ddc950ac34b9a7
size 11326

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 11 06:35:18 UTC 2019 - psimons@suse.com
- Update fast-logger to version 2.4.14.
## 2.4.14
* Add `ToLogStr` instances for the following types: signed integers, unsigned integers, floating-point numbers. These instances all use decimal encodings. [#177](https://github.com/kazu-yamamoto/logger/pull/177)
-------------------------------------------------------------------
Tue Dec 25 03:01:34 UTC 2018 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-fast-logger
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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 fast-logger
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 2.4.13
Version: 2.4.14
Release: 0
Summary: A fast logging system
License: BSD-3-Clause