From 1a0f217b61763fed386661e19c927838dec60b88951018f628ec87e23f0e4237 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 23 Dec 2021 05:16:47 +0000 Subject: [PATCH] - Update to release 11.9 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cdecl?expand=0&rev=58 --- cdecl-11.8.tar.gz | 3 --- cdecl-11.9.tar.gz | 3 +++ cdecl.changes | 10 ++++++++++ cdecl.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 cdecl-11.8.tar.gz create mode 100644 cdecl-11.9.tar.gz diff --git a/cdecl-11.8.tar.gz b/cdecl-11.8.tar.gz deleted file mode 100644 index 1b12b36..0000000 --- a/cdecl-11.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d676a358d1eabf877718052e3693fd2c82691d122144bdca8e99d7b5e06ce54 -size 1206406 diff --git a/cdecl-11.9.tar.gz b/cdecl-11.9.tar.gz new file mode 100644 index 0000000..c8d1542 --- /dev/null +++ b/cdecl-11.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456b36480cff9bde7dcfc482b3be1352c9707326b4e6fb2cfa1c6c24bd97e975 +size 1207905 diff --git a/cdecl.changes b/cdecl.changes index 5069631..4b1efaa 100644 --- a/cdecl.changes +++ b/cdecl.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Dec 23 04:24:44 UTC 2021 - Jan Engelhardt + +- Update to release 11.9 + * Fixed reading from stdin when it's not a TTY. + * Function-like parameters are now checked for redefinition + (more than one parameter having the same name). + * Added the standard C++ types std::ispanstream, + std::stacktrace_entry, and std::wispanstream. + ------------------------------------------------------------------- Tue Dec 14 18:33:37 UTC 2021 - Jan Engelhardt diff --git a/cdecl.spec b/cdecl.spec index 90bd760..947b15e 100644 --- a/cdecl.spec +++ b/cdecl.spec @@ -17,7 +17,7 @@ Name: cdecl -Version: 11.8 +Version: 11.9 Release: 0 Summary: C/C++ function declaration translator License: GPL-3.0-or-later