Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
a19483f80c | |||
2ef5f25249 |
BIN
log4cplus-2.1.1.tar.xz
(Stored with Git LFS)
BIN
log4cplus-2.1.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
3
log4cplus-2.1.2.tar.xz
Normal file
3
log4cplus-2.1.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbdabb4ef734fe1cc62169b23f0b480cc39127ac7b09b810a9c1229490d67e9e
|
||||
size 953200
|
BIN
log4cplus-2.1.2.tar.xz.sig
Normal file
BIN
log4cplus-2.1.2.tar.xz.sig
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 30 20:26:18 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.1.2:
|
||||
* Implement `LOG4CPLUS_ASSERT_FMT()` - formats assertion
|
||||
message using C-style format string.
|
||||
* Implement `LOG4CPLUS_ASSERT_FORMAT()` - formats assertion
|
||||
message using C++20 `<format>` header facilities.
|
||||
* `log4cplus.threadPoolBlockOnFull`. When this
|
||||
property is `true` (default), threads will block when
|
||||
internal thread pool queue is full.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 11:58:34 UTC 2024 - Jorik Cronenberg <jorik.cronenberg@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package log4cplus
|
||||
#
|
||||
# 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
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 2_1-9
|
||||
Name: log4cplus
|
||||
Version: 2.1.1
|
||||
Version: 2.1.2
|
||||
Release: 0
|
||||
Summary: C++ logging library
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user