forked from pool/ghc-fast-logger
Accepting request 1127049 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1127049 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-fast-logger?expand=0&rev=28
This commit is contained in:
commit
03a60e4eba
@ -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>
|
Thu Mar 30 17:06:44 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 3.1.2
|
Version: 3.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A fast logging system
|
Summary: A fast logging system
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -42,6 +42,8 @@ BuildRequires: ghc-easy-file-prof
|
|||||||
BuildRequires: ghc-filepath-devel
|
BuildRequires: ghc-filepath-devel
|
||||||
BuildRequires: ghc-filepath-prof
|
BuildRequires: ghc-filepath-prof
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
|
BuildRequires: ghc-stm-devel
|
||||||
|
BuildRequires: ghc-stm-prof
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
BuildRequires: ghc-text-prof
|
BuildRequires: ghc-text-prof
|
||||||
BuildRequires: ghc-unix-compat-devel
|
BuildRequires: ghc-unix-compat-devel
|
||||||
@ -50,6 +52,8 @@ BuildRequires: ghc-unix-time-devel
|
|||||||
BuildRequires: ghc-unix-time-prof
|
BuildRequires: ghc-unix-time-prof
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
|
BuildRequires: ghc-async-devel
|
||||||
|
BuildRequires: ghc-async-prof
|
||||||
BuildRequires: ghc-hspec-devel
|
BuildRequires: ghc-hspec-devel
|
||||||
BuildRequires: ghc-hspec-prof
|
BuildRequires: ghc-hspec-prof
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user