Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
19fd9dfab6 | |||
cfa34c7907 | |||
efbc2e03df | |||
da7d882ff4 | |||
2c325ffb50 | |||
434cfa99cb |
@@ -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
3
fast-logger-3.2.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd66c622de84170ef41cd6ca37f507882322a3968e39a89c620613f33e63c5c3
|
||||
size 14852
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user