Accepting request 953455 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/953455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-fast-logger?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:08:48 +00:00 committed by Git OBS Bridge
commit 3d9daf391e
4 changed files with 19 additions and 5 deletions

View File

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

3
fast-logger-3.1.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jan 20 07:53:07 UTC 2022 - Peter Simons <psimons@suse.com>
- Update fast-logger to version 3.1.1.
## 3.1.1
* More time-ordered logging functions
[#199](https://github.com/kazu-yamamoto/logger/pull/199
## 3.1.0
* Having a single Buffer in LoggerSet for locking [#197](https://github.com/kazu-yamamoto/logger/pull/197.
This would have performance penalty. So, the major version bumps up. If you see performance regression, please register an issue on github.
-------------------------------------------------------------------
Fri Apr 30 08:30:09 UTC 2021 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-fast-logger
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# 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: 3.0.5
Version: 3.1.1
Release: 0
Summary: A fast logging system
License: BSD-3-Clause