2 Commits

Author SHA256 Message Date
a19483f80c Accepting request 1265605 from devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/1265605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/log4cplus?expand=0&rev=16
2025-03-31 09:43:58 +00:00
2ef5f25249 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/log4cplus?expand=0&rev=22
2025-03-30 20:27:35 +00:00
6 changed files with 17 additions and 5 deletions

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
View 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

Binary file not shown.

View File

@@ -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>

View File

@@ -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