From 3fa4ffdad41f5e3fd1afdd61d0b45900c323e4c3 Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Fri, 14 Oct 2016 22:07:54 +0400 Subject: [PATCH] MassBuild#1169: Increase release tag --- golang.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index 74469b1..d9d2dca 100644 --- a/golang.spec +++ b/golang.spec @@ -28,7 +28,7 @@ Name: golang Version: 1.4.3 -Release: 2 +Release: 3 Summary: The Go Programming Language Group: Development/Other License: BSD @@ -115,7 +115,7 @@ cd src # For now test 3729,5603 doesn't pass so skiping it perl -pi -e 's/!windows/!windows,!linux/' ../misc/cgo/test/issue3729.go perl -pi -e 's/func Test3729/\/\/func Test3729/' ../misc/cgo/test/cgo_test.go -perl -pi -e 's/^package/\/\/ +build !linux package/' ../misc/cgo/test/issue5603.go +perl -pi -e 's/^package/\/\/ +build !linuxpackage/' ../misc/cgo/test/issue5603.go perl -pi -e 's/func Test5603/\/\/func Test5603/' ../misc/cgo/test/cgo_test.go #./run.bash --no-rebuild cd ..