From d5f740a28a28e4903b9674140d525d26a402ffbd06e12d61815bcc27f755220d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 14 Dec 2021 18:33:58 +0000 Subject: [PATCH] cdecl-11.8 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=57 --- cdecl-11.7.tar.gz | 3 --- cdecl-11.8.tar.gz | 3 +++ cdecl.changes | 10 ++++++++++ cdecl.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 cdecl-11.7.tar.gz create mode 100644 cdecl-11.8.tar.gz diff --git a/cdecl-11.7.tar.gz b/cdecl-11.7.tar.gz deleted file mode 100644 index 203c70f..0000000 --- a/cdecl-11.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35da9bb777d1b692ffd171eb77a27abea78593e54db1653342424dbce2a4b585 -size 1203358 diff --git a/cdecl-11.8.tar.gz b/cdecl-11.8.tar.gz new file mode 100644 index 0000000..1b12b36 --- /dev/null +++ b/cdecl-11.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d676a358d1eabf877718052e3693fd2c82691d122144bdca8e99d7b5e06ce54 +size 1206406 diff --git a/cdecl.changes b/cdecl.changes index 5566578..5069631 100644 --- a/cdecl.changes +++ b/cdecl.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Dec 14 18:33:37 UTC 2021 - Jan Engelhardt + +- Update to release 11.8 + * New cdecl keywords: There are now the new pseudo-English + keywords of evaluation (plus eval as a shorthand), expression + (plus expr), and initialization (plus init) that can + optionally be used after constant (or const) instead of + consteval, constexpr, or constinit, respectively. + ------------------------------------------------------------------- Sat Dec 11 10:19:57 UTC 2021 - Jan Engelhardt diff --git a/cdecl.spec b/cdecl.spec index 494fe7a..90bd760 100644 --- a/cdecl.spec +++ b/cdecl.spec @@ -17,7 +17,7 @@ Name: cdecl -Version: 11.7 +Version: 11.8 Release: 0 Summary: C/C++ function declaration translator License: GPL-3.0-or-later