diff --git a/fast-logger-3.1.2.tar.gz b/fast-logger-3.1.2.tar.gz deleted file mode 100644 index a9c00f6..0000000 --- a/fast-logger-3.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65e7d3d6175713c19c4818f38419f65fa3f09dc7af58282736b59fb05a2310d0 -size 12843 diff --git a/fast-logger-3.2.2.tar.gz b/fast-logger-3.2.2.tar.gz new file mode 100644 index 0000000..21eb613 --- /dev/null +++ b/fast-logger-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575bbe9fc2d130fe665bb6d135349200b4825fcb60b59533f89c2a8c9844afdd +size 14570 diff --git a/ghc-fast-logger.changes b/ghc-fast-logger.changes index 71b9b73..9ccfdf8 100644 --- a/ghc-fast-logger.changes +++ b/ghc-fast-logger.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Jul 6 23:02:44 UTC 2023 - Peter Simons + +- 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 diff --git a/ghc-fast-logger.spec b/ghc-fast-logger.spec index b5bae61..a789c5e 100644 --- a/ghc-fast-logger.spec +++ b/ghc-fast-logger.spec @@ -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