From 523c3661803da7e982243986f087258239b5c0a92f7a628a7efbc503010faaac Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 3 Apr 2023 07:58:36 +0000 Subject: [PATCH] Accepting request 1076603 from home:badshah400:branches:devel:libraries:c_c++ Update to version 0.6.1 OBS-URL: https://build.opensuse.org/request/show/1076603 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/CastXML?expand=0&rev=23 --- CastXML-0.5.1.tar.gz | 3 --- CastXML-0.6.1.tar.gz | 3 +++ CastXML.changes | 25 +++++++++++++++++++++++++ CastXML.spec | 4 ++-- 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 CastXML-0.5.1.tar.gz create mode 100644 CastXML-0.6.1.tar.gz diff --git a/CastXML-0.5.1.tar.gz b/CastXML-0.5.1.tar.gz deleted file mode 100644 index 593a0f1..0000000 --- a/CastXML-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7b40b1530585672f9cf5d7a6b6dd29f20c06cd5edf34ef34c89a184a4d1a006 -size 106918 diff --git a/CastXML-0.6.1.tar.gz b/CastXML-0.6.1.tar.gz new file mode 100644 index 0000000..4578f54 --- /dev/null +++ b/CastXML-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2e5ae99c66b5b44e682f261248cd874fdd7554f4a24fc31d09ac5b6dcde7e5 +size 119089 diff --git a/CastXML.changes b/CastXML.changes index f2fc55a..8402648 100644 --- a/CastXML.changes +++ b/CastXML.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Apr 1 09:09:49 UTC 2023 - Atri Bhattacharya + +- Update to version 0.6.1: + * test: Restore support for CMake <= 3.25 in test suite +- Changes from version 0.6.0: + * Output: + - Generate functions with rvalue-references in signatures. + - Generate RValueReferenceType elements in castxml output + format. + - Add AutoType element for "auto" types that have not been + deduced. + - Add ElaboratedType elements with "qualifier=" attribute. + - Add a "keyword=" attribute to ElaboratedType elements. + - Forward complete output requests through ElaboratedType. + - Explicitly guard empty struct name. + - Avoid generating "init=" attribute for float128 + compatibility type. + - Factor out helper to check for float128 compatibility decl. + * RunClang: Detect -std=c++20 from --castxml-cc-{gnu,msvc} test: + - Add case with Elaborated type due to qualified name. + - Update assume_aligned case to suppress -Wundefined-inline + warning. + - Tolerate '-internal-*' flags after '-isystem' flags. + ------------------------------------------------------------------- Wed Dec 14 17:53:30 UTC 2022 - Atri Bhattacharya diff --git a/CastXML.spec b/CastXML.spec index 3783e84..12f5ecb 100644 --- a/CastXML.spec +++ b/CastXML.spec @@ -1,7 +1,7 @@ # # spec file for package CastXML # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: CastXML -Version: 0.5.1 +Version: 0.6.1 Release: 0 Summary: C-family Abstract Syntax Tree XML Output License: Apache-2.0