Accepting request 927810 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/927810
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CastXML?expand=0&rev=6
This commit is contained in:
2021-10-27 20:21:22 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 5 deletions

BIN
CastXML-0.4.3.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
CastXML-0.4.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 26 11:45:37 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.4.4:
* RunClang: Tolerate GNU __attribute__((__malloc__)) with
arguments [gh#CastXML/CastXML#204].
* Test: Updates for LLVM/Clang 13.0.
-------------------------------------------------------------------
Thu Mar 4 22:36:10 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -17,7 +17,7 @@
Name: CastXML
Version: 0.4.3
Version: 0.4.4
Release: 0
Summary: C-family Abstract Syntax Tree XML Output
License: Apache-2.0
@@ -38,7 +38,7 @@ Summary: C-family Abstract Syntax Tree XML Output
CastXML is a C-family abstract syntax tree XML output tool.
%prep
%setup -q
%autosetup -p1
%build
%cmake -DCastXML_INSTALL_MAN_DIR:PATH=%{_mandir} \