forked from pool/cdecl
- Update to release 13.1
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=70
This commit is contained in:
parent
75b238ec27
commit
5d4b80d162
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04d1f4ecc9868771843e0ba55c72100c805ee4de2d0618a69d9dbf853df7eefd
|
||||
size 1250042
|
3
cdecl-13.1.tar.gz
Normal file
3
cdecl-13.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29e78c788191c8fccb615c6d045ea932cf4250bcc03f36cf30374fe2d2e30846
|
||||
size 1210834
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 8 15:55:30 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 13.1
|
||||
* Added support for `auto` as a deduced type in C23.
|
||||
* C23 (anti-)trigraphs
|
||||
* friend scoped user-defined conversion operators are now
|
||||
parsed correctly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 1 13:11:29 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cdecl
|
||||
#
|
||||
# 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: cdecl
|
||||
Version: 13.0
|
||||
Version: 13.1
|
||||
Release: 0
|
||||
Summary: C/C++ function declaration translator
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user