From d334e7afd0451c4e0b508c5a85a73e4813567701 Mon Sep 17 00:00:00 2001 From: fbrosson Date: Mon, 17 Sep 2018 21:31:53 +0000 Subject: [PATCH] Vala: bump to 0.42.1. * tests/basic-types/array-uint8-uchar-compat.vala is failing for me on x86_64. This test, which appeared in 0.42.1, also fails with the previous release, 0.42.0, when "copied" there. Noteworthy: on x86 that test is OK for both 0.42.0 and 0.42.1. * tests/control-flow/bug736774-2.vala still fails on all arches. --- .../{vala-0.42.0.patchset => vala-0.42.1.patchset} | 12 ++++++------ .../vala/{vala-0.42.0.recipe => vala-0.42.1.recipe} | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename dev-lang/vala/patches/{vala-0.42.0.patchset => vala-0.42.1.patchset} (94%) rename dev-lang/vala/{vala-0.42.0.recipe => vala-0.42.1.recipe} (97%) diff --git a/dev-lang/vala/patches/vala-0.42.0.patchset b/dev-lang/vala/patches/vala-0.42.1.patchset similarity index 94% rename from dev-lang/vala/patches/vala-0.42.0.patchset rename to dev-lang/vala/patches/vala-0.42.1.patchset index 8d15c0ee1..2c52d862f 100644 --- a/dev-lang/vala/patches/vala-0.42.0.patchset +++ b/dev-lang/vala/patches/vala-0.42.1.patchset @@ -5,10 +5,10 @@ Subject: remove the dbus tests diff --git a/tests/Makefile.am b/tests/Makefile.am -index d03e394..4fc44eb 100644 +index 1b81626..f160df1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am -@@ -376,25 +376,6 @@ TESTS = \ +@@ -377,25 +377,6 @@ TESTS = \ generics/bug694765-1.vala \ generics/bug694765-2.vala \ generics/bug694765-3.vala \ @@ -45,10 +45,10 @@ Subject: remove the gir tests diff --git a/tests/Makefile.am b/tests/Makefile.am -index 4fc44eb..b54706a 100644 +index f160df1..40589b1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am -@@ -376,17 +376,6 @@ TESTS = \ +@@ -377,17 +377,6 @@ TESTS = \ generics/bug694765-1.vala \ generics/bug694765-2.vala \ generics/bug694765-3.vala \ @@ -77,10 +77,10 @@ Subject: remove control-flow/bug736774-2.vala test diff --git a/tests/Makefile.am b/tests/Makefile.am -index b54706a..ac5a62e 100644 +index 40589b1..822f4cb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am -@@ -148,7 +148,6 @@ TESTS = \ +@@ -149,7 +149,6 @@ TESTS = \ control-flow/bug665904.vala \ control-flow/bug691514.vala \ control-flow/bug736774-1.vala \ diff --git a/dev-lang/vala/vala-0.42.0.recipe b/dev-lang/vala/vala-0.42.1.recipe similarity index 97% rename from dev-lang/vala/vala-0.42.0.recipe rename to dev-lang/vala/vala-0.42.1.recipe index c6b763139..307f073db 100644 --- a/dev-lang/vala/vala-0.42.0.recipe +++ b/dev-lang/vala/vala-0.42.1.recipe @@ -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="62a55986da23cf3aaafd7624c32db2a1af11c8419e0bb0751727d10f1f7ab7be" +CHECKSUM_SHA256="b4a52524207aadc77f4b39e29e4375387d2b6efe40738b33434e3298ebdabb11" PATCHES="vala-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64"