From 420b2e39d60881ca3ada2461c235566a6047a73ccbe1dd21c3be200477410c2c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 19 Apr 2024 15:11:17 +0000 Subject: [PATCH] Accepting request 1169195 from GNOME:Next - Update to version 0.56.17: + Various improvements and bug fixes: - codegen: . Add missing initializers for private fields of GSourceFuncs. . Update array length variable passed to null-terminated ref parameter. . Properly pass through a null-terminated out argument. . Refactor and cache parameter in loop. . Only handle null-terminated array as such if there is no length given. - vala: . Allow declaration of static nested methods (local functions). . Correctly use Path.build_path(). . Point to the invalid initializer on error. . Report invalid type in property assignment attempt. . Inherit important attributes for Property backing field. OBS-URL: https://build.opensuse.org/request/show/1169195 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/vala?expand=0&rev=283 --- vala-0.56.16.tar.xz | 3 --- vala-0.56.17.tar.xz | 3 +++ vala.changes | 22 ++++++++++++++++++++++ vala.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 vala-0.56.16.tar.xz create mode 100644 vala-0.56.17.tar.xz diff --git a/vala-0.56.16.tar.xz b/vala-0.56.16.tar.xz deleted file mode 100644 index 2e098e6..0000000 --- a/vala-0.56.16.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05487b5600f5d2f09e66a753cccd8f39c1bff9f148aea1b7774d505b9c8bca9b -size 4013716 diff --git a/vala-0.56.17.tar.xz b/vala-0.56.17.tar.xz new file mode 100644 index 0000000..b14a7c9 --- /dev/null +++ b/vala-0.56.17.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26100c4e4ef0049c619275f140d97cf565883d00c7543c82bcce5a426934ed6a +size 4016576 diff --git a/vala.changes b/vala.changes index ba7988b..fb1b289 100644 --- a/vala.changes +++ b/vala.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Apr 19 13:04:36 UTC 2024 - Dominique Leuenberger + +- Update to version 0.56.17: + + Various improvements and bug fixes: + - codegen: + . Add missing initializers for private fields of + GSourceFuncs. + . Update array length variable passed to null-terminated ref + parameter. + . Properly pass through a null-terminated out argument. + . Refactor and cache parameter in loop. + . Only handle null-terminated array as such if there is no + length given. + - vala: + . Allow declaration of static nested methods (local + functions). + . Correctly use Path.build_path(). + . Point to the invalid initializer on error. + . Report invalid type in property assignment attempt. + . Inherit important attributes for Property backing field. + ------------------------------------------------------------------- Thu Mar 14 09:19:32 UTC 2024 - Dominique Leuenberger diff --git a/vala.spec b/vala.spec index 303c242..e7a42f7 100644 --- a/vala.spec +++ b/vala.spec @@ -26,7 +26,7 @@ # decimal separator, hoping they will not get to the idea to create a 0.100 release. %define vala_priority 56 Name: vala -Version: 0.56.16 +Version: 0.56.17 Release: 0 Summary: Programming language for GNOME License: LGPL-2.1-or-later