MassBuild#1169: Increase release tag

This commit is contained in:
Andrey Bondrov 2016-10-14 22:07:54 +04:00
parent 91dc4ab526
commit 3fa4ffdad4

View file

@ -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 ..