pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/vala



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 15 20:00:05 UTC 2020

Modified Files:
        pkgsrc/lang/vala: Makefile distinfo
Removed Files:
        pkgsrc/lang/vala/patches: patch-codegen_valaccodearraymodule.c

Log Message:
vala: update to 0.48.1.

Vala 0.48.1
===========
 * Various improvements and bug fixes:
  - codegen:
    + Replace hard-coded "gsize" with resolved "size_t"
    + Add destroy of parameter in vfunc of delegate property setter [#919]
    + Inherit "array" attributes from (base/-interface) property
    + Inherit "delegate_target" from (base/-interface) parameter/property/method
    + Actually respect "delegate_target" attribute of method/parameter
    + Move ObjectTypeSymbol casting to GTypeModule
    + Factor out GValueModule and GLibValue into a separate source-files
    + Avoid symbol clashes with "va_*" from "stdarg.h"
  - vala:
    + Fix search for Parameter.base_parameter
    + Real struct-type without type_id can't be used for GObject property [#921]
  - codewriter: Output inner interface declarations [#918]

 * Bindings:
  - glib-2.0: Add missing "type_id"/"has_type_id" attributes to structs [#921]
  - glib-2.0: Memory profiling ("g_mem_*") is deprecated since 2.46
  - linux: Don't depend on GLib.Time when using POSIX profile
  - gtk4: Update to 3.98+2da445f9
  - poppler-glib: Update to 0.85
  - vapi: Update GIR-based bindings


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/vala/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/lang/vala/patches/patch-codegen_valaccodearraymodule.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/vala/Makefile
diff -u pkgsrc/lang/vala/Makefile:1.58 pkgsrc/lang/vala/Makefile:1.59
--- pkgsrc/lang/vala/Makefile:1.58      Wed Mar 11 09:44:11 2020
+++ pkgsrc/lang/vala/Makefile   Sun Mar 15 20:00:05 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2020/03/11 09:44:11 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2020/03/15 20:00:05 wiz Exp $
 
-DISTNAME=      vala-0.48.0
+DISTNAME=      vala-0.48.1
 CATEGORIES=    lang gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/lang/vala/distinfo
diff -u pkgsrc/lang/vala/distinfo:1.40 pkgsrc/lang/vala/distinfo:1.41
--- pkgsrc/lang/vala/distinfo:1.40      Wed Mar 11 09:44:11 2020
+++ pkgsrc/lang/vala/distinfo   Sun Mar 15 20:00:05 2020
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.40 2020/03/11 09:44:11 wiz Exp $
+$NetBSD: distinfo,v 1.41 2020/03/15 20:00:05 wiz Exp $
 
-SHA1 (vala-0.48.0.tar.xz) = 1466a5fefa11129e2cf0263527629c83b1f9225d
-RMD160 (vala-0.48.0.tar.xz) = 09cb8e6349f995c929f2c6000190e5957b4b532b
-SHA512 (vala-0.48.0.tar.xz) = 77c85ee60bee92f2488fc1f7d21d1ab6886698ff5c303dff539c7aa3a178ed9ea402498e97b79b5a306ad4a25b19ae13e8ce78e389f8310315545422a11dd7d9
-Size (vala-0.48.0.tar.xz) = 3423156 bytes
-SHA1 (patch-codegen_valaccodearraymodule.c) = 45826b123678970167e355f5a63766b7ad5bc213
+SHA1 (vala-0.48.1.tar.xz) = 1592354af74d4945342bfac47a98eedbd1784550
+RMD160 (vala-0.48.1.tar.xz) = 8ca4800230d4e6f6921d06a3dbf9389f5945418e
+SHA512 (vala-0.48.1.tar.xz) = f399f81b77eb6acb7f7dcd8eb88c9f4597c7c47a4c6311a0d70db24080f0faa34d1077bf4e644ee2f3b3a8d4993c6561e17583a2010ca5f6850d53e2af532e51
+Size (vala-0.48.1.tar.xz) = 3426388 bytes



Home | Main Index | Thread Index | Old Index