diff --git a/cdecl-15.0.tar.gz b/cdecl-15.0.tar.gz deleted file mode 100644 index 5be64f4..0000000 --- a/cdecl-15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb16319d3e782f7f7c1e3a0681cd566707f1b27582c8abde665b70861dca3dab -size 1390245 diff --git a/cdecl-16.0.tar.gz b/cdecl-16.0.tar.gz new file mode 100644 index 0000000..72aeea9 --- /dev/null +++ b/cdecl-16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b1b91dcff685dbb8b8e1770bd1735c3b1b10160f7dbc00875bab74bcad0336 +size 1428275 diff --git a/cdecl.changes b/cdecl.changes index 857196b..a0a5bef 100644 --- a/cdecl.changes +++ b/cdecl.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jan 5 22:54:53 UTC 2024 - Jan Engelhardt + +- Update to release 16 + * Cdecl now allows you to #define macros and expand them + step-by-step. + * Improved C99 with extension error messages. + * Implicit int pointer declarations, e.g. ``*p``, are now + correctly illegal in C++. + * The former ``--explain`` and ``-e`` options have been renamed + ``--infer-command`` and ``-I``; the former explain-by-default + set option has been renamed infer-command. + ------------------------------------------------------------------- Tue Oct 3 02:07:19 UTC 2023 - Jan Engelhardt diff --git a/cdecl.spec b/cdecl.spec index 2d0a67f..ae7e8ac 100644 --- a/cdecl.spec +++ b/cdecl.spec @@ -1,7 +1,7 @@ # # spec file for package cdecl # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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: 15.0 +Version: 16.0 Release: 0 Summary: C/C++ function declaration translator License: GPL-3.0-or-later