Rebase to go 1.11beta3
This commit is contained in:
parent
4043bb182d
commit
c45c363337
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
|||||||
/go1.10.3.src.tar.gz
|
/go1.10.3.src.tar.gz
|
||||||
/go1.11beta1.src.tar.gz
|
/go1.11beta1.src.tar.gz
|
||||||
/go1.11beta2.src.tar.gz
|
/go1.11beta2.src.tar.gz
|
||||||
|
/go1.11beta3.src.tar.gz
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -102,11 +102,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global go_api 1.11
|
%global go_api 1.11
|
||||||
%global go_version 1.11beta2
|
%global go_version 1.11beta3
|
||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: 1.11
|
Version: 1.11
|
||||||
Release: 0.beta2.2%{?dist}
|
Release: 0.beta3.1%{?dist}
|
||||||
Summary: The Go Programming Language
|
Summary: The Go Programming Language
|
||||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||||
License: BSD and Public Domain
|
License: BSD and Public Domain
|
||||||
@ -183,7 +183,6 @@ Requires: go-srpm-macros
|
|||||||
|
|
||||||
Patch1: 0001-Don-t-use-the-bundled-tzdata-at-runtime-except-for-t.patch
|
Patch1: 0001-Don-t-use-the-bundled-tzdata-at-runtime-except-for-t.patch
|
||||||
Patch2: 0002-syscall-expose-IfInfomsg.X__ifi_pad-on-s390x.patch
|
Patch2: 0002-syscall-expose-IfInfomsg.X__ifi_pad-on-s390x.patch
|
||||||
Patch3: 0001-cmd-compile-set-stricter-inlining-threshold-in-large.patch
|
|
||||||
|
|
||||||
# Having documentation separate was broken
|
# Having documentation separate was broken
|
||||||
Obsoletes: %{name}-docs < 1.1-4
|
Obsoletes: %{name}-docs < 1.1-4
|
||||||
@ -309,7 +308,6 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
|
||||||
|
|
||||||
cp %{SOURCE1} ./src/runtime/
|
cp %{SOURCE1} ./src/runtime/
|
||||||
|
|
||||||
@ -546,6 +544,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 06 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-0.beta3.1
|
||||||
|
- Rebase to go1.11beta3
|
||||||
|
|
||||||
* Fri Jul 27 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-0.beta2.2
|
* Fri Jul 27 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-0.beta2.2
|
||||||
- Turn on back DWARF compression by default
|
- Turn on back DWARF compression by default
|
||||||
- Use less memory on 32bit targets during build
|
- Use less memory on 32bit targets during build
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (go1.11beta2.src.tar.gz) = 0b88364f15c1b41c19c2dca3e69e4bb848d8534540f80b50e9cca00889398f464647530a972ec763b925e2d850ee4e88f08abda3ec01384462ff423e281e24aa
|
SHA512 (go1.11beta3.src.tar.gz) = af921a7879e148c70126bd56b7fb521931a73b13a904e801b5d2375e5a10ace9c8139840b9659dceb4366887966ca90d13a7e0151d52b8611e2e5aca3a1ab107
|
||||||
|
Loading…
Reference in New Issue
Block a user