osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-fast-logger revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=76
This commit is contained in:
parent
80d15d5105
commit
dc1ae1b869
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65e7d3d6175713c19c4818f38419f65fa3f09dc7af58282736b59fb05a2310d0
|
||||
size 12843
|
3
fast-logger-3.2.2.tar.gz
Normal file
3
fast-logger-3.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:575bbe9fc2d130fe665bb6d135349200b4825fcb60b59533f89c2a8c9844afdd
|
||||
size 14570
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 6 23:02:44 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update fast-logger to version 3.2.2.
|
||||
## 3.2.2
|
||||
|
||||
* Corrected handling of messages at the buffer boundary in the SingleLogger
|
||||
[#211](https://github.com/kazu-yamamoto/logger/pull/211)
|
||||
|
||||
## 3.2.1
|
||||
|
||||
* Fixing a bug where a single logger is not killed
|
||||
|
||||
## 3.2.0
|
||||
|
||||
* newFastLogger1 ensures the ordering of logs
|
||||
[#207](https://github.com/kazu-yamamoto/logger/pull/207)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:06:44 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 3.1.2
|
||||
Version: 3.2.2
|
||||
Release: 0
|
||||
Summary: A fast logging system
|
||||
License: BSD-3-Clause
|
||||
@ -42,6 +42,8 @@ BuildRequires: ghc-easy-file-prof
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-filepath-prof
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-stm-devel
|
||||
BuildRequires: ghc-stm-prof
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-text-prof
|
||||
BuildRequires: ghc-unix-compat-devel
|
||||
@ -50,6 +52,8 @@ BuildRequires: ghc-unix-time-devel
|
||||
BuildRequires: ghc-unix-time-prof
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-async-devel
|
||||
BuildRequires: ghc-async-prof
|
||||
BuildRequires: ghc-hspec-devel
|
||||
BuildRequires: ghc-hspec-prof
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user