[golang-googlecode-net/el6] disable ipv6 and html/charset tests

Lokesh Mandvekar lsm5 at fedoraproject.org
Fri Dec 19 00:14:48 UTC 2014


commit f0b07f3f86badfa201b5f7d00fdc880c2fd57e8d
Author: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date:   Fri Dec 19 00:00:57 2014 +0000

    disable ipv6 and html/charset tests
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at fedoraproject.org>

 golang-googlecode-net.spec |   10 +++++++---
 sources                    |    2 +-
 2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/golang-googlecode-net.spec b/golang-googlecode-net.spec
index eabe25b..bbdaa6d 100644
--- a/golang-googlecode-net.spec
+++ b/golang-googlecode-net.spec
@@ -16,7 +16,7 @@
 
 Name:       golang-%{provider}%{provider_prefix}-%{repo}
 Version:    0
-Release:    0.18.hg%{shortrev}%{?dist}
+Release:    0.19.hg%{shortrev}%{?dist}
 Summary:    Supplementary Go networking libraries
 License:    BSD
 URL:        http://%{import_path}
@@ -115,11 +115,11 @@ GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/spdy
 GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/webdav
 GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/ipv4
 GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/html
-GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/html/charset
+#GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/html/charset
 GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/html/atom
 GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/idna
 GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/netutil
-GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/ipv6
+#GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/ipv6
 GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/websocket
 GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/publicsuffix
 GOPATH=%{gopath}:%{buildroot}%{gopath} go test %{import_path}/proxy
@@ -138,6 +138,10 @@ rm -rf %{buildroot}%{gopath}/src/%{x_import_path}/html/charset/testdata
 %{gopath}/src/%{x_import_path}
 
 %changelog
+* Thu Dec 18 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 0-0.19.hg937a34c9de13
+- Resolves: rhbz#1056185 disable ipv6 test
+- also disable html/charset test
+
 * Tue Dec 09 2014 jchaloup <jchaloup at redhat.com> - 0-0.18.hg937a34c9de13
 - Update to the latest commit 937a34c9de13c766c814510f76bca091dee06028
   related: #1009967
diff --git a/sources b/sources
index 85de557..60aa9a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2f3a1487d8fcbbefb5824d924d55305  937a34c9de13c766c814510f76bca091dee06028.tar.gz
+b3d38ac958e851624c5d86ad283c35b9  937a34c9de13c766c814510f76bca091dee06028.tar.gz


More information about the scm-commits mailing list