]> git.pld-linux.org Git - packages/golang.git/commitdiff
up to 1.9.3
authorJan Palus <atler@pld-linux.org>
Sat, 27 Jan 2018 13:21:18 +0000 (14:21 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 27 Jan 2018 13:21:18 +0000 (14:21 +0100)
golang-1.2-verbose-build.patch
golang.spec

index e9c5edf7611597efe42de3ced68a61bb3d8dc77a..67adc8f0ee546c77ed8d41f0c9b1d560475a521a 100644 (file)
@@ -1,8 +1,6 @@
-Index: go/src/make.bash
-===================================================================
---- go.orig/src/make.bash
-+++ go/src/make.bash
-@@ -153,12 +153,12 @@ if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then
+--- golang-1.9.3/src/make.bash.orig    2018-01-27 14:02:08.808740661 +0100
++++ golang-1.9.3/src/make.bash 2018-01-27 14:04:37.817549145 +0100
+@@ -167,7 +167,7 @@
        # CC_FOR_TARGET is recorded as the default compiler for the go tool. When building for the host, however,
        # use the host compiler, CC, from `cmd/dist/dist env` instead.
        CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
@@ -11,9 +9,12 @@ Index: go/src/make.bash
        echo
  fi
  
- echo "##### Building packages and commands for $GOOS/$GOARCH."
+@@ -175,7 +175,7 @@
+ old_bin_files=$(cd $GOROOT/bin && echo *)
 -CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
 +CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v -x std cmd
- echo
  
- rm -f "$GOTOOLDIR"/go_bootstrap
+ # Check that there are no new files in $GOROOT/bin other than go and gofmt
+ # and $GOOS_$GOARCH (a directory used when cross-compiling).
index f2563700847e7e19623da68fc1e79add0a468710..332780c79f519789f15edfac921c16b9b7492013 100644 (file)
 Summary:       Go compiler and tools
 Summary(pl.UTF-8):     Kompilator języka Go i narzędzia
 Name:          golang
-Version:       1.8.3
-Release:       2
+Version:       1.9.3
+Release:       1
 # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
 License:       BSD and Public Domain
 Group:         Development/Languages
 # Source0Download: https://golang.org/dl/
 Source0:       https://storage.googleapis.com/golang/go%{version}.src.tar.gz
-# Source0-md5: 64e9380e07bba907e26a00cf5fcbe77e
+# Source0-md5: dcb87e20c314ff08205afcb4ee048d71
 Patch0:                ca-certs.patch
 Patch2:                %{name}-1.2-verbose-build.patch
 Patch5:                go1.5-zoneinfo_testing_only.patch
This page took 0.428954 seconds and 4 git commands to generate.