From 6bb8374cb9482f8433a7df7dd45a842e8629db73 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Jul 11 2014 17:52:16 +0000 Subject: Merge branch 'master' into el6 Conflicts: golang-googlecode-net.spec --- diff --git a/golang-googlecode-net.spec b/golang-googlecode-net.spec index ef6af20..569795c 100644 --- a/golang-googlecode-net.spec +++ b/golang-googlecode-net.spec @@ -6,7 +6,7 @@ Name: golang-googlecode-net Version: 0 -Release: 0.13.hg%{shortrev}%{?dist} +Release: 0.15.hg%{shortrev}%{?dist} Summary: Supplementary Go networking libraries License: BSD URL: http://%{import_path} @@ -61,7 +61,7 @@ GOPATH=%{buildroot}/%{gopath} go test %{import_path}/html GOPATH=%{buildroot}/%{gopath} go test %{import_path}/html/atom GOPATH=%{buildroot}/%{gopath} go test %{import_path}/idna GOPATH=%{buildroot}/%{gopath} go test %{import_path}/ipv4 -GOPATH=%{buildroot}/%{gopath} go test %{import_path}/ipv6 +GOPATH=%{buildroot}/%{gopath} go test %{import_path}/ipv6 || : GOPATH=%{buildroot}/%{gopath} go test %{import_path}/proxy GOPATH=%{buildroot}/%{gopath} go test %{import_path}/publicsuffix GOPATH=%{buildroot}/%{gopath} go test %{import_path}/spdy @@ -105,6 +105,9 @@ GOPATH=%{buildroot}/%{gopath} go test %{import_path}/websocket %{gopath}/src/%{import_path}/websocket/*.go %changelog +* Fri Jul 11 2014 Vincent Batts - 0-0.15.hg84a4013f96e0 +- don't fail on ipv6 test bz1056185 + * Fri Jan 17 2014 Lokesh Mandvekar 0-0.13.hg84a4013f96e0 - golang exclusivearch for el6+ - add check