diff --git a/sdbus-cpp-1.2.0.tar.gz b/sdbus-cpp-1.2.0.tar.gz deleted file mode 100644 index 15837f3..0000000 --- a/sdbus-cpp-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f7231904abb6a996b8c18ddc5fb50078ef5dff5191649abf9f127aff41d24e9 -size 205798 diff --git a/sdbus-cpp-1.3.0.tar.gz b/sdbus-cpp-1.3.0.tar.gz new file mode 100644 index 0000000..6fd34c9 --- /dev/null +++ b/sdbus-cpp-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44f59abdd64d8f1ca3af7db58bc6518cb081fc9ff16285c3d75a68f5c073d10 +size 217150 diff --git a/sdbus-cpp.changes b/sdbus-cpp.changes index aedfb96..7742cc8 100644 --- a/sdbus-cpp.changes +++ b/sdbus-cpp.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +* Sat Aug 26 21:28:47 UTC 2023 - Luca Boccassi + +- 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 diff --git a/sdbus-cpp.spec b/sdbus-cpp.spec index 9dd006f..7fae590 100644 --- a/sdbus-cpp.spec +++ b/sdbus-cpp.spec @@ -1,7 +1,7 @@ # # spec file for package sdbus-cpp # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2021 Luca Boccassi # Copyright (c) 2020-2021 RedHat Inc. # @@ -19,7 +19,7 @@ %global version_major 1 -%global version_minor 2 +%global version_minor 3 %global version_micro 0 Name: sdbus-cpp