4
0

6 Commits

Author SHA256 Message Date
19fd9dfab6 Accepting request 1289406 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1289406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-fast-logger?expand=0&rev=32
2025-07-02 10:08:27 +00:00
cfa34c7907 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-fast-logger revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=84
2025-07-01 07:15:20 +00:00
efbc2e03df Accepting request 1222605 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1222605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-fast-logger?expand=0&rev=31
2024-11-12 18:20:11 +00:00
da7d882ff4 osc copypac from project:devel:languages:haskell:ghc-9.8.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=82
2024-11-02 22:00:44 +00:00
2c325ffb50 Accepting request 1218554 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1218554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-fast-logger?expand=0&rev=30
2024-10-28 14:18:33 +00:00
434cfa99cb osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-fast-logger revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=80
2024-10-26 13:48:27 +00:00
4 changed files with 30 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jun 23 03:08:24 UTC 2025 - Peter Simons <psimons@suse.com>
- Update fast-logger to version 3.2.6.
## 3.2.6
* Labeling the thread of SingleLogger.
-------------------------------------------------------------------
Thu Oct 31 03:20:54 UTC 2024 - Peter Simons <psimons@suse.com>
- Update fast-logger to version 3.2.5.
## 3.2.5
* Giving names to threads.
-------------------------------------------------------------------
Tue Oct 15 03:53:07 UTC 2024 - Peter Simons <psimons@suse.com>
- Update fast-logger to version 3.2.4.
## 3.2.4
* Avoid unnecessary copy for Text values with text-2.0
[#219](https://github.com/kazu-yamamoto/logger/pull/219)
-------------------------------------------------------------------
Thu May 16 07:11:46 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-fast-logger
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 3.2.3
Version: 3.2.6
Release: 0
Summary: A fast logging system
License: BSD-3-Clause