[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pkgsrc-changes
Subject:    CVS commit: pkgsrc/lang/vala
From:       "Thomas Klausner" <wiz () netbsd ! org>
Date:       2020-03-31 17:35:12
Message-ID: 20200331173512.3B5EFFB27 () cvs ! NetBSD ! org
[Download RAW message or body]

This is a multi-part message in MIME format.

--_----------=_1585676112168980
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	wiz
Date:		Tue Mar 31 17:35:12 UTC 2020

Modified Files:
	pkgsrc/lang/vala: Makefile PLIST distinfo

Log Message:
vala: update to 0.48.2.

Vala 0.48.2
===========
 * Various improvements and bug fixes:
  - vapigen: Define "GOBJECT" corresponding to set profile of CodeContext [#933]
  - codegen:
    + Reset outdated array _size_ variable after use as ref parameter [#929]
    + Emit postconditions before free'ing local variables
    + Correctly access captured parameter in precondition of method [#144]
    + Use correctly typed array-length variable for property-getter
    + Use correctly typed array-length variable for delegate invocation
    + Inherit "array_length_type" from (base-) parameter/property/method [#938]
    + Improve handling of "array_length_type" attribute [#938]
    + Use memset to init inline-allocated array with non-constant size [#910]
    + Initialize temp-var for property array length before calling getter
    + Include "glib.h" for g_return_*() usage [#940]
  - vala:
    + Use error() instead of Report.error() inside of CodeContext.get()
    + Accept enum-values as length for inline allocated arrays [#935]
    + Improve copy of required attributes from delegate to lamdba method
    + Inherit lambda parameter attributes from delegate
    + Inline-allocated array aren't instantiated with creation expression [#926]
  - valadoc: Create and register current Vala.CodeContext properly
  - parser: Improve error message for invalid ArrayCreationExpression [#939]
  - tests: Drop usage of "--main main" and avoid ambigious entry-points
  - manual: Update from wiki.gnome.org

 * Bindings:
  - Add cairo-gobject binding
  - cairo: Add missing type_id attributes guarded by GOBJECT define
  - glib-2.0: Add binding for g_poll() [#924]
  - glib-2.0: Add binding for g_win32_ftruncate()
  - glib-2.0: Add missing IOChannel's win32 API
  - gio-2.0: Add binding for g_io_error_from_win32_error()
  - gstreamer: Update from 1.17.0+ git master
  - gtk4: Update to 3.98.1
  - posix: Add pathconf and fpathconf bindings
  - vapi: Update GIR-based bindings


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/lang/vala/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/lang/vala/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/lang/vala/distinfo

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


--_----------=_1585676112168980
Content-Disposition: inline
Content-Length: 2330
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/lang/vala/Makefile
diff -u pkgsrc/lang/vala/Makefile:1.59 pkgsrc/lang/vala/Makefile:1.60
--- pkgsrc/lang/vala/Makefile:1.59	Sun Mar 15 20:00:05 2020
+++ pkgsrc/lang/vala/Makefile	Tue Mar 31 17:35:12 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2020/03/15 20:00:05 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2020/03/31 17:35:12 wiz Exp $
 
-DISTNAME=	vala-0.48.1
+DISTNAME=	vala-0.48.2
 CATEGORIES=	lang gnome
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/vala/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=	.tar.xz

Index: pkgsrc/lang/vala/PLIST
diff -u pkgsrc/lang/vala/PLIST:1.29 pkgsrc/lang/vala/PLIST:1.30
--- pkgsrc/lang/vala/PLIST:1.29	Wed Mar 11 09:44:11 2020
+++ pkgsrc/lang/vala/PLIST	Tue Mar 31 17:35:12 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2020/03/11 09:44:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.30 2020/03/31 17:35:12 wiz Exp $
 bin/vala
 bin/vala-0.48
 bin/vala-gen-introspect
@@ -64,6 +64,8 @@ share/vala-0.48/vapi/avahi-client.vapi
 share/vala-0.48/vapi/avahi-gobject.deps
 share/vala-0.48/vapi/avahi-gobject.vapi
 share/vala-0.48/vapi/bzlib.vapi
+share/vala-0.48/vapi/cairo-gobject.deps
+share/vala-0.48/vapi/cairo-gobject.vapi
 share/vala-0.48/vapi/cairo-xcb.deps
 share/vala-0.48/vapi/cairo-xcb.vapi
 share/vala-0.48/vapi/cairo.vapi

Index: pkgsrc/lang/vala/distinfo
diff -u pkgsrc/lang/vala/distinfo:1.41 pkgsrc/lang/vala/distinfo:1.42
--- pkgsrc/lang/vala/distinfo:1.41	Sun Mar 15 20:00:05 2020
+++ pkgsrc/lang/vala/distinfo	Tue Mar 31 17:35:12 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2020/03/15 20:00:05 wiz Exp $
+$NetBSD: distinfo,v 1.42 2020/03/31 17:35:12 wiz Exp $
 
-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
+SHA1 (vala-0.48.2.tar.xz) = f95959d872dfd606749318c42f566ebb60e82a56
+RMD160 (vala-0.48.2.tar.xz) = 2e2f81e08790635a7fa8d8390ce359869792b06c
+SHA512 (vala-0.48.2.tar.xz) = \
0ea2d2c56d6d01007fe41e13bc51faa5e780259bc55f34a2d84270a5b6a0a46d59cce5eb195f81c78f1acbfb118cc3c5882edf0d187788791ee3ce865faece89
 +Size (vala-0.48.2.tar.xz) = 3433912 bytes


--_----------=_1585676112168980--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic