- Update to release 13.2

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=72
This commit is contained in:
Jan Engelhardt 2023-01-29 13:22:48 +00:00 committed by Git OBS Bridge
parent 5d4b80d162
commit feae76ab35
4 changed files with 16 additions and 4 deletions

View File

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

3
cdecl-13.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Jan 29 13:21:45 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 13.2
* No longer require certain declarations to be function
parameters: const, volatile, static, and variable length
arrays
* The set of word-break characters for autocompletion has been
expanded to be (almost) all non-identifier characters.
* Bit-fields having [[no_unique_address]] are now correctly
reported as an error.
-------------------------------------------------------------------
Sun Jan 8 15:55:30 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,7 +17,7 @@
Name: cdecl
Version: 13.1
Version: 13.2
Release: 0
Summary: C/C++ function declaration translator
License: GPL-3.0-or-later