SHA256
8
0
forked from pool/sdbus-cpp

Accepting request 1106088 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1106088
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sdbus-cpp?expand=0&rev=6
This commit is contained in:
2023-08-28 15:14:59 +00:00
committed by Git OBS Bridge
4 changed files with 24 additions and 5 deletions

View File

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

3
sdbus-cpp-1.3.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
* Sat Aug 26 21:28:47 UTC 2023 - Luca Boccassi <bluca@debian.org>
- Update to new version 1.3.0:
- Add support for light-weight proxies (proxies without own event loop threads)
- Extend documentation with explicit mapping between D-Bus and corresponding C++ types
- Support move semantics in generated adaptor and proxy classes
- Adaptations for libsystemd v251
- Fix for proper complete sending of long D-Bus messages by explicitly flushing them
- Add support for std::future-based async calls
- Fix race condition in async Proxy::callMethod
- Fix pseudo-connection static lifetime issue with Phoenix pattern
- Speed up performance of of serialization of arrays of trivial D-Bus types
- Make sdbus::Struct a tuple-like class, so it's usable wherever std::tuple is
- Add support for std::array, std::span and std::unordered_map as additional C++ types for D-Bus array types
- Add support for libelogind as an addition to libsystemd
- Add support for std::future-based async methods in codegen tool
- Additional little fixes and improvements in code, build system, CI, and documentation
------------------------------------------------------------------- -------------------------------------------------------------------
* Tue Aug 9 9:26:43 UTC 2022 - Luca Boccassi <bluca@debian.org> * Tue Aug 9 9:26:43 UTC 2022 - Luca Boccassi <bluca@debian.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package sdbus-cpp # spec file for package sdbus-cpp
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2023 SUSE LLC
# Copyright (c) 2021 Luca Boccassi <bluca@debian.org> # Copyright (c) 2021 Luca Boccassi <bluca@debian.org>
# Copyright (c) 2020-2021 RedHat Inc. # Copyright (c) 2020-2021 RedHat Inc.
# #
@@ -19,7 +19,7 @@
%global version_major 1 %global version_major 1
%global version_minor 2 %global version_minor 3
%global version_micro 0 %global version_micro 0
Name: sdbus-cpp Name: sdbus-cpp