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.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c7ea6161455
branches:  trunk
changeset: 428532:4c7ea6161455
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 28 18:10:27 2020 +0000

description:
vala: update to 0.48.5.

Vala 0.48.5
===========
 * Regression and bug fixes:
  - Revert "vala: Set default_construction_method in semantic-analyzer check
    if required" [#982]
  - tests: Fix make dist

Vala 0.48.4
===========
 * Various improvements and bug fixes:
  - codegen:
    + Fix binary 'in' operator on array with boxed value-typed needle [#951]
    + Use get_value_*_function() in GSignalModule.generate_marshaller() [#468]
    + Correctly handle signals returning real non-nullable struct [#466]
    + Use specified indices to access multidimensional array constants [#905]
    + Fix base-access to non-abstract/non-virtual properties [#204]
    + Fix default of CCode.pos for parameters in async methods
  - vala:
    + Set default_construction_method in semantic-analyzer check if required
    + Fix cleaning of output in CodeContext.pkg_config_modversion()
    + Don't use possibly uninitialized backing field of package_name [#971]
    + Add SourceReference.contains() and SourceLocation.to_string()
    + Check assigned handler of dynamic signal before proceeding further
    + Don't perform version check on internal lambda method
    + Perform version check for types of non-external variable declarations
    + Quote symbol on report by version attribute check
    + Ensure non-empty argument list for "disconnect" before accessing it
  - girparser
    + Move special handling for certain parameters to process_callable()
    + Drop special handling of GLib.Data, GLib.PtrArray and GLib.String
    + Improve detection of AsyncReadyCallback/AsyncResult parameters [#340]
  - parser: Handle incomplete expression statements

 * Bindings:
  - gio-2.0: Add "async_result_pos" attributes to *.call_with_unix_fd_list()
    [#340]
  - glib-2.0: Fix Filename.canonicalize() binding of g_canonicalize_filename
  - glib-2.0: Guard Pid.to_string() with GLIB_2_50 to deal with G_PID_FORMAT
  - gstreamer-app-1.0: Don't merge Src.push_buffer_*() signal with its method
    [#968]
  - gstreamer-1.0: Don't skip GST_*_FORMAT strings [#970]
  - gtk4: Update to 3.98.3
  - vapi: Update GIR-based bindings

diffstat:

 lang/vala/Makefile |   4 ++--
 lang/vala/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r b0b40b618a52 -r 4c7ea6161455 lang/vala/Makefile
--- a/lang/vala/Makefile        Tue Apr 28 18:06:01 2020 +0000
+++ b/lang/vala/Makefile        Tue Apr 28 18:10:27 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2020/04/12 21:21:09 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2020/04/28 18:10:27 wiz Exp $
 
-DISTNAME=      vala-0.48.3
+DISTNAME=      vala-0.48.5
 CATEGORIES=    lang gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
diff -r b0b40b618a52 -r 4c7ea6161455 lang/vala/distinfo
--- a/lang/vala/distinfo        Tue Apr 28 18:06:01 2020 +0000
+++ b/lang/vala/distinfo        Tue Apr 28 18:10:27 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2020/04/12 21:21:09 wiz Exp $
+$NetBSD: distinfo,v 1.44 2020/04/28 18:10:27 wiz Exp $
 
-SHA1 (vala-0.48.3.tar.xz) = f8c32a24d7007a000e3a8d46925362a5f6b3c195
-RMD160 (vala-0.48.3.tar.xz) = 43c7a17ade8fb6d4e1f341985e54707840c9b3cb
-SHA512 (vala-0.48.3.tar.xz) = e73eade8b0cfa312d896c81b76e045bc9b8b71bd89298c0f8d78b2f596eebf64dc0eea8d1e266b2c17a774105560ed47590fbe00d65b1fda8db6823ac3ba4bb4
-Size (vala-0.48.3.tar.xz) = 3438824 bytes
+SHA1 (vala-0.48.5.tar.xz) = ab9f7be4b71d12ed4c2ca32b2f9f313bbc00ef3c
+RMD160 (vala-0.48.5.tar.xz) = e1a0d8e35373636a311718e76c05285648d03d35
+SHA512 (vala-0.48.5.tar.xz) = 129097880c0dbe40cb84dc60a0af454b247759131ce29e9b5cbf74ca9dae35917e1ba973eff1d5ee025e54afe5a0881eb37d11ab433346e5e4c9a7625952b2d3
+Size (vala-0.48.5.tar.xz) = 3445096 bytes



Home | Main Index | Thread Index | Old Index