update to go1.4rc1
This commit is contained in:
parent
20cd634d14
commit
55020ead86
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,9 +6,10 @@
|
||||
/go1.3.1.src.tar.gz
|
||||
/go1.3.2.src.tar.gz
|
||||
/go1.3.3.src.tar.gz
|
||||
/go1.3.src.tar.gz
|
||||
/go1.3beta2.src.tar.gz
|
||||
/go1.3rc1.src.tar.gz
|
||||
/go1.3rc2.src.tar.gz
|
||||
/go1.3.src.tar.gz
|
||||
/go1.4beta1.src.tar.gz
|
||||
/go1.4rc1.src.tar.gz
|
||||
/golang-19087:a15f344a9efa-xattrs.tar
|
||||
|
@ -37,11 +37,11 @@
|
||||
%endif
|
||||
|
||||
%global go_api 1.4
|
||||
%global go_version 1.4beta1
|
||||
%global go_version 1.4rc1
|
||||
|
||||
Name: golang
|
||||
Version: 1.3.99
|
||||
Release: 1.%{go_version}%{?dist}
|
||||
Release: 2.%{go_version}%{?dist}
|
||||
Summary: The Go Programming Language
|
||||
|
||||
License: BSD
|
||||
@ -735,6 +735,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 17 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3.99-2.1.4rc1
|
||||
- update to go1.4rc1
|
||||
|
||||
* Thu Oct 30 2014 Vincent Batts <vbatts@fedoraproject.org> - 1.3.99-1.1.4beta1
|
||||
- update to go1.4beta1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user