commit 82982da13261bba431371e2a2be43e28b1116e82
Author: Vincent Batts <[email protected]>
Date:   Thu Dec 11 10:27:04 2014 -0500

    update to go1.4

 .gitignore  |    1 +
 golang.spec |   10 ++++++----
 sources     |    1 +
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd6ffe6..414d1ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /go1.4rc1.src.tar.gz
 /golang-19087:a15f344a9efa-xattrs.tar
 /go1.4rc2.src.tar.gz
+/go1.4.src.tar.gz
diff --git a/golang.spec b/golang.spec
index 0b2c03c..95fdb6d 100644
--- a/golang.spec
+++ b/golang.spec
@@ -37,16 +37,15 @@
 %endif
 
 %global go_api 1.4
-%global go_version 1.4rc2
 
 Name:           golang
-Version:        1.3.99
-Release:        3.%{go_version}%{?dist}
+Version:        1.4
+Release:        1%{?dist}
 Summary:        The Go Programming Language
 
 License:        BSD
 URL:            http://golang.org/
-Source0:        
https://storage.googleapis.com/golang/go%{go_version}.src.tar.gz
+Source0:        https://storage.googleapis.com/golang/go%{version}.src.tar.gz
 
 # this command moved places
 %if 0%{?fedora} >= 21
@@ -735,6 +734,9 @@ fi
 
 
 %changelog
+* Thu Dec 11 2014 Vincent Batts <[email protected]> - 1.4-1
+- update to go1.4 release
+
 * Wed Dec 03 2014 Vincent Batts <[email protected]> - 1.3.99-3.1.4rc2
 - update to go1.4rc2
 
diff --git a/sources b/sources
index d874f4e..2579fe1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 d76dc07e475b2905b5fec1cf319b6356  golang-19087:a15f344a9efa-xattrs.tar
 1e40cd4c47a7eeaab7d99eeaea20d8fc  go1.4rc2.src.tar.gz
+c0d732ef7181f98db4b93fbce4eef5a2  go1.4.src.tar.gz
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang

Reply via email to