From patchwork Wed Sep 20 10:38:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7217 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RrFPg4yPkz3ws3 for ; Wed, 20 Sep 2023 10:38:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RrFPf1tXxz18B; Wed, 20 Sep 2023 10:38:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RrFPf123Dz2yrW; Wed, 20 Sep 2023 10:38:46 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4RrFPd1mMTz2xrn for ; Wed, 20 Sep 2023 10:38:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RrFPc24MSzg7; Wed, 20 Sep 2023 10:38:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695206324; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=xAutzEoPnHI3PmQOj5Xj/060nFDqPP5bmZGlXNcqZic=; b=LxzuUj1wDupPrucZP3QY/IMUAo+D4ay57c73/sffBCqz0J5G5GSz1k+jWUzqMZu+pSPG+D nD2PvAaoF/5cI3AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695206324; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=xAutzEoPnHI3PmQOj5Xj/060nFDqPP5bmZGlXNcqZic=; b=c+chsZN1iF28B29XaazWVGgD+XdMsVMrZX9O1oBQXrgEV6xfPJjfOA0oFiXr9moa9ABGS2 6O9LVoBqfZOkqpHSLeNWfjVrdjlTxeRJo8EKomCpZvHg16J+uT9R20koKUJFvVXulINiv7 oYuUrErf9BoXdiWdywTWuAUSQ7MtOBR/gHxWTsYswZtlyRWK81GE5+gXH67cm1dKMEkILX nvTRjNYRYDyjdbpS612qu8wQs8t/aCwM0bRnqqDknQV8UrEYlAHp9aZlg4JQ47N2d0jgoL hAomQIBehpZYe51KIasJA5LjMheYEKKdZSynNjTNs87yB9URlCS5g6+yErFGJQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] vala: Update to version 0.56.13-1 Date: Wed, 20 Sep 2023 12:38:41 +0200 Message-ID: <20230920103841.44107-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - IPFire-3.x - Update from version 0.56.3-1.1 to 0.56.13-1 - Changelog 0.56.13 * Bindings: - gtk4: Restore CssProvider.load_from_data() signature to take an array [#1478] 0.56.12 * Regression fix: - vala: Only transform default initializers of parameters [#1474] * Bindings: - gtk4: Preserve compatibility with <= 4.8.x [#1475] 0.56.11 * Various improvements and bug fixes: - vala: Infer generic type from typeof() initializer of parameters - girparser: Support glib:ref-func, glib:unref-func, copy-function and free-function * Bindings: - gtk4: Update to 4.12.0 0.56.10 * Various improvements and bug fixes: - codegen: Don't emit casts in static field initializers [#1459] - parser: Reset tokens buffer when parsing a new source file - vala: Output additional information when accessing unknown member - vala: Allow "set" method of an container to return void or bool - vala: Correctly handle possible null from SourceFile.get_source_line() [#1464] * Bindings: - glib-2.0: Update return-type of HashTable.add/insert/replace() and GenericSet.add() [#1465] - linux: Add resolution field to Input.AbsInfo - libpq: Fix a few binding errors 0.56.9 * Various improvements and bug fixes: - codegen: Add missing EXTERN flag for GType function of error domains [#1449] - codegen: Improve handling of sealed classes [#1451] - vala: Report an error when trying to chain up to inaccessible private ctor [#1445] - vala: Fix spaces for attributes when writing property accessors - girwriter: Fix c:type attribute for real struct parameters [#1444] - testrunner: Add support to check generated header - manual: Update from wiki.gnome.org * Bindings: - gio-2.0: Ease implemention of GLib.ActionGroup [#1447] - glib-2.0: Fix return-type of GLib.SourceOnceFunc [#1446] - glib-2.0: Add ConvertError.{NO_MEMORY,EMBEDDED_NUL} - gtk4: Pick up fix for Gdk.Toplevel.compute_size.size parameter - vapi: Add documentation to GLib.Math that '-X -lm' may be needed when compiling [#1388] 0.56.8 * Various improvements and bug fixes: - codegen: Include "glib-object.h" when using GType/GBoxedCopyFunc - valadoc: Backing method of lambda-expression isn't included in valadoc AST - valadoc/tests: Add girwriter test - build: Improve usage of AC_PATH_PROG() for valacs - build: valadoc requires valac 0.18.1 * Bindings: - gio-2.0: Add new symbols from 2.76 - glib-2.0: Add new symbols from 2.76 - glib-2.0: Fix binding of g_variant_type_n_items() - gtk4: Don't skip AlertDialog ctor 0.56.7 * Various improvements and bug fixes: - codegen: + Fix usage of lambda-expression from delegate initializer [#1428] - vala: + Check type-argument count of interface prerequisites + Improve Symbol.to_string() to include TypeParameters + Improve error message for wrong number of type-arguments + Improve check of type_reference in ObjectCreationExpression + Allow inheritance from sealed class in bindings [#1036] - Fix a couple of type-argument issues in vala itself - g-i: Fix compiling with mingw clang * Bindings: - gio-2.0,glib-2.0,gtk+-3.0,gtk4: Fix a few binding issues - glib-2.0: g_chdir is declared in 0.56.6 * Regression fix: - vala: Improve initialization of namespace fields with compound literal [#1424] * Bindings: - gio-2.0,glib-2.0,gobject-2.0: Update 2.74 symbols - webkit2gtk-4.*: Update to 2.40.0 - webkitgtk-6.0: Update to 2.40.0 0.56.5 * Various improvements and bug fixes: - codegen: + Consistently handle GLib.Error as boxed type [#1418] + Add cast to accessor calls for generic property implementations + Use g_object_class_override_property to implement generic interface properties [#1419] + Add declaration for register call of dynamic DBus interfaces [#1422] - vala: + Correctly handle pre/post-increment expression as index of element access [#1417] + Set proper value-type of unary ref/out expression in initializers [#1421] + Allow assignment of namespace fields with inline allocated arrays - gtkmodule: Improve error messages * Bindings: - gtk4: Update to 4.10.1~40b154bf from 0.58 - gtk4: Add sealed to all the final types - gtk+-3.0: Fix ToolPalette.icon_size get-accessor type - webkitgtk-6.0: Update to 2.39.90 0.56.4 * Various improvements and bug fixes: - codegen: + Add glib.h include for TRUE/FALSE literal + Append VALA_EXTERN also when using fast-vapi + Perform required casts for generic types of return-values and in/out-parameters [#1407] + Correctly handle fixed-length array initialization of fields in classes + Perform required cast while assigning and passing function pointers [#1408] + Cast return value of generic type accessor functions [#1408] + Cast vfunc of property accessors by using cast_method_pointer() [#1408] - vala: + Report error in real literal if exponent has no digits + Improve compatibility type checks of array elements in assignments + Improve missing exponent check for real literals + Better handling of [NoReturn] call inside finally clause - Properly check for colored terminal output on Windows [#1383] - Fix output decoding error of non-ASCII character on Win32 [#1379] - parser: Properly handle chained equality expressions [#1385] - manual: Update from wiki.gnome.org * Bindings: - cairo: Add missing Cairo.Pattern.get_rgba() [#1381] - glib-2.0: Add `double_hash` and `double_equal` - gtk4: Make Gtk.show_uri_full() an instance method of Gtk.Window [#1347] - gtk4: Update workaround for DropTarget.drop() signal conflict [#1312] - libgvc: Fix `cheader_filename` of the `Gvc` namespace - pango: Fix a few binding errors - pixman-1: Fix instance position of region copy methods - webkit2gtk-*.*: Update to 2.37.91 - Add webkitgtk-6.0 bindings - Update gnome-desktop-3.0 and gnome-desktop-4 Signed-off-by: Adolf Belka --- vala/vala.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vala/vala.nm b/vala/vala.nm index 9c95ed15b..31dd804a8 100644 --- a/vala/vala.nm +++ b/vala/vala.nm @@ -5,9 +5,9 @@ name = vala ver_major = 0.56 -ver_minor = 3 +ver_minor = 13 version = %{ver_major}.%{ver_minor} -release = 1.1 +release = 1 groups = Development/Languages url = http://live.gnome.org/Vala