vala: bump to 0.40.7.

FWIW, control-flow/bug736774-2.vala is still failing.
This commit is contained in:
fbrosson
2018-06-20 22:24:52 +00:00
parent 978294d973
commit 026f1d618b
2 changed files with 13 additions and 13 deletions

View File

@@ -5,13 +5,13 @@ Subject: remove the dbus tests
diff --git a/tests/Makefile.am b/tests/Makefile.am
index da240a9..1b7e0a1 100644
index 4ed57dd..c94a613 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -357,24 +357,6 @@ TESTS = \
asynchronous/closures.vala \
asynchronous/generator.vala \
asynchronous/yield.vala \
@@ -362,24 +362,6 @@ TESTS = \
generics/bug694765-1.vala \
generics/bug694765-2.vala \
generics/bug694765-3.vala \
- dbus/basic-types.test \
- dbus/arrays.test \
- dbus/structs.test \
@@ -44,13 +44,13 @@ Subject: remove the gir tests
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1b7e0a1..c212426 100644
index c94a613..23f04fd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -357,17 +357,6 @@ TESTS = \
asynchronous/closures.vala \
asynchronous/generator.vala \
asynchronous/yield.vala \
@@ -362,17 +362,6 @@ TESTS = \
generics/bug694765-1.vala \
generics/bug694765-2.vala \
generics/bug694765-3.vala \
- gir/bug651773.test \
- gir/bug667751.test \
- gir/bug742012.test \
@@ -76,7 +76,7 @@ Subject: remove control-flow/bug736774-2.vala test
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c212426..4ee0013 100644
index 23f04fd..b7e578e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -140,7 +140,6 @@ TESTS = \
@@ -98,7 +98,7 @@ Subject: add check for graphviz header
diff --git a/configure.ac b/configure.ac
index 662180b..069a84b 100644
index 694ffd2..73a8bad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -120,7 +120,7 @@ LIBADD="$LIBADD $LIBGVC_LIBS"

View File

@@ -9,7 +9,7 @@ COPYRIGHT="2006-2018 Jürg Billeter
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://download.gnome.org/sources/vala/${portVersion%.*}/vala-$portVersion.tar.xz"
CHECKSUM_SHA256="6da450f1a73e0f1e17506e68cce5b9e8996349e576d3f8cb6b0b73ee22e44be2"
CHECKSUM_SHA256="bee662f60ab3a0d5266c1dd66f508cd9ed3254d74622d23c2d6bd94c91990aec"
PATCHES="vala-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"