From ddc750148d1973902a1e433ba70dd42deb7944e5c176ea2d418f35cc2ac528df Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 19 Dec 2020 09:11:13 +0000 Subject: [PATCH] - Update to release 9.0 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=30 --- cdecl-8.3.tar.gz | 3 --- cdecl-9.0.tar.gz | 3 +++ cdecl.changes | 13 +++++++++++++ cdecl.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 cdecl-8.3.tar.gz create mode 100644 cdecl-9.0.tar.gz diff --git a/cdecl-8.3.tar.gz b/cdecl-8.3.tar.gz deleted file mode 100644 index 66023cf..0000000 --- a/cdecl-8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6070cd373c291c7302eb8e8703cc0b501b85694de0a82a8e8e4c672decbaf7f -size 823308 diff --git a/cdecl-9.0.tar.gz b/cdecl-9.0.tar.gz new file mode 100644 index 0000000..50698ff --- /dev/null +++ b/cdecl-9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7f3c25511c03031457ff67d7ad5845eb10d89d2563b032bd7fe9fa70a54141 +size 848730 diff --git a/cdecl.changes b/cdecl.changes index 198f26f..99aa1ab 100644 --- a/cdecl.changes +++ b/cdecl.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Dec 19 09:09:37 UTC 2020 - Jan Engelhardt + +- Update to release 9.0 + * The `show` command can now alternatively show types as + `using` declarations. + * For `predefined` or `user`, the `show` command now shows only + types that are valid in the current language. + * When printing `enum`, `struct`, `class`, or `union` types, + they are shown differently depending on what language the + type was defined in and whether the current language is C or + C++. + ------------------------------------------------------------------- Fri Dec 11 12:21:21 UTC 2020 - Jan Engelhardt diff --git a/cdecl.spec b/cdecl.spec index 06decfb..8a6ad5a 100644 --- a/cdecl.spec +++ b/cdecl.spec @@ -17,7 +17,7 @@ Name: cdecl -Version: 8.3 +Version: 9.0 Release: 0 Summary: C/C++ function declaration translator License: GPL-3.0-or-later