Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/vala vala: update to 0.48.8.
details: https://anonhg.NetBSD.org/pkgsrc/rev/dea5dbfdcae2
branches: trunk
changeset: 437447:dea5dbfdcae2
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 24 08:05:32 2020 +0000
description:
vala: update to 0.48.8.
Vala 0.48.8
===========
* Various improvements and bug fixes:
- codegen:
+ Handle "gtk_param_spec_expression" in get_param_spec()
+ Properly compare string if binary-expression contains string-literal
+ Inline allocated and constant arrays are never NULL
+ Check param for null before using it
+ Properly destroy elements of an inline struct array [#365]
- vala:
+ Avoid subsequent critical caused by invalid array type for constant
+ Improve error handling of nested initializer lists
+ Don't allow "resize" invocation on variable with unowned array type [#928]
+ Property must be writable when invoking ReturnsModifiedPointer method [#1023]
+ Recursive check of assignment target to recognize constants [#944]
+ Return copy of constant type in get_value_type_for_symbol()
+ Handle parameter initializer without value-type
+ Fully qualify member-access when using-directive was used to resolve [#57]
+ Tranform instance member-access to a static one if possible [#270]
+ Improve check of expression passed to yield
+ Allow prototype access to signal with emitter
+ Check error-type accessibility of creation methods and delegates
- girparser: Warn about conflicting signals and properties
- girparser: Skip 'docsection' elements in <namespace>
- girwriter:
+ Add c:identifier-prefixes to <namespace>
+ Write c:type="void" when name="none"
+ Write c:symbol-prefix on supported elements
+ Don't include symbols outside of a namespace [#241]
+ Use appropriate get_ccode_* functions
- libvaladoc: Support exporting the `class` modifier on methods and fields
- Disable deprecation warnings when checking bindings
- tests: Fix "methods/extern" test with -Werror=address and gcc 5.4.0
* Bindings:
- glib-2.0: Add AtomicUint, an alternation of AtomicInt for uint [#915]
- gstreamer: Update from 1.17.2+ git master
- gtk+-3.0: Update to 3.24.21+ffe2df7b
- gtk+-3.0: Resolve conflicts of signals with properties
- gtk4: Resolve conflict of DropTarget.drop signal with property [#1033]
- gtk4: Improve Gtk.ParamSpecExpression binding
- gtk4: Fix binding of CClosureExpression ctor [#1024]
- gtk4,gtk4-unix-print: Update to 3.98.5+23dcf36e
- webkit2gtk-4.0: Update to 2.29.4
diffstat:
lang/vala/Makefile | 5 ++---
lang/vala/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (28 lines):
diff -r 2d695f0da8ce -r dea5dbfdcae2 lang/vala/Makefile
--- a/lang/vala/Makefile Mon Aug 24 08:02:41 2020 +0000
+++ b/lang/vala/Makefile Mon Aug 24 08:05:32 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2020/08/17 20:17:34 leot Exp $
+# $NetBSD: Makefile,v 1.66 2020/08/24 08:05:32 wiz Exp $
-DISTNAME= vala-0.48.7
-PKGREVISION= 1
+DISTNAME= vala-0.48.8
CATEGORIES= lang gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff -r 2d695f0da8ce -r dea5dbfdcae2 lang/vala/distinfo
--- a/lang/vala/distinfo Mon Aug 24 08:02:41 2020 +0000
+++ b/lang/vala/distinfo Mon Aug 24 08:05:32 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.46 2020/07/07 13:47:41 ryoon Exp $
+$NetBSD: distinfo,v 1.47 2020/08/24 08:05:32 wiz Exp $
-SHA1 (vala-0.48.7.tar.xz) = bd9fb3c473b53d6114537db7976e9c450ff2f286
-RMD160 (vala-0.48.7.tar.xz) = cad4608c1502428168053f9a8cfec90a02ba1c85
-SHA512 (vala-0.48.7.tar.xz) = 93ed6f98ff3be35d327794c5d81f30239c84838d49991b70dced1672f070e4675576da43b7555748d66ecae70102cd422e6af9b562f22bb34b40c07c73bac882
-Size (vala-0.48.7.tar.xz) = 3460968 bytes
+SHA1 (vala-0.48.8.tar.xz) = 4249344714ddd1f60d27693cd33a0e577bac8751
+RMD160 (vala-0.48.8.tar.xz) = 9b1b18f062b735f1527fd84dfefd9365afd6f41f
+SHA512 (vala-0.48.8.tar.xz) = a2a71313161154c3de73fa186728704b2d04ec27eb8cd95954dcfab6287e29c2ee21ecea17bc3e404fcef89c69d6440abca5ae3a526a43c05d3cbafef7ec6e99
+Size (vala-0.48.8.tar.xz) = 3470240 bytes
Home |
Main Index |
Thread Index |
Old Index