Rebase to go 1.11rc1
This commit is contained in:
parent
c45c363337
commit
a273a5236a
1
.gitignore
vendored
1
.gitignore
vendored
@ -56,3 +56,4 @@
|
||||
/go1.11beta1.src.tar.gz
|
||||
/go1.11beta2.src.tar.gz
|
||||
/go1.11beta3.src.tar.gz
|
||||
/go1.11rc1.src.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
%bcond_with bootstrap
|
||||
# temporalily ignore test failures
|
||||
%ifarch %{ix86} aarch64 x86_64 %{arm}
|
||||
%ifarch %{ix86} aarch64 %{arm}
|
||||
%bcond_without ignore_tests
|
||||
%else
|
||||
%bcond_with ignore_tests
|
||||
@ -102,11 +102,11 @@
|
||||
%endif
|
||||
|
||||
%global go_api 1.11
|
||||
%global go_version 1.11beta3
|
||||
%global go_version 1.11rc1
|
||||
|
||||
Name: golang
|
||||
Version: 1.11
|
||||
Release: 0.beta3.1%{?dist}
|
||||
Release: 0.rc1.1%{?dist}
|
||||
Summary: The Go Programming Language
|
||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||
License: BSD and Public Domain
|
||||
@ -544,6 +544,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 14 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-0.rc1.1
|
||||
- Rebase to go1.11rc1
|
||||
|
||||
* Mon Aug 06 2018 Jakub Čajka <jcajka@redhat.com> - 1.11-0.beta3.1
|
||||
- Rebase to go1.11beta3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (go1.11beta3.src.tar.gz) = af921a7879e148c70126bd56b7fb521931a73b13a904e801b5d2375e5a10ace9c8139840b9659dceb4366887966ca90d13a7e0151d52b8611e2e5aca3a1ab107
|
||||
SHA512 (go1.11rc1.src.tar.gz) = 0ada53018ebed21fe421239087e0d36a2a892fa8584c0279cc61c49307b6130ea1cdd103aab373f44d4aeabed9e98e72bed7c06c4503aebcc09004ab5f213c6d
|
||||
|
Loading…
Reference in New Issue
Block a user