Accepting request 698550 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/698550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-fast-logger?expand=0&rev=15
This commit is contained in:
Yuchen Lin 2019-04-28 18:12:47 +00:00 committed by Git OBS Bridge
commit af53412295
4 changed files with 20 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:ce2794db18be51077a0af6fe5eb843ff6ad3f74f699f2c59e5660cb63d57c2d5
size 11354

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Apr 12 02:01:57 UTC 2019 - psimons@suse.com
- Update fast-logger to version 2.4.15.
Upstream has not updated the file "ChangeLog.md" since the last
release.
-------------------------------------------------------------------
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.15
Release: 0
Summary: A fast logging system
License: BSD-3-Clause