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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=70
This commit is contained in:
Peter Simons 2022-02-10 14:36:52 +00:00 committed by Git OBS Bridge
parent fad98d69f5
commit d96db236cb
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 @@
-------------------------------------------------------------------
Fri Feb 4 12:15:31 UTC 2022 - 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