[golang] update to go1.2.2

Vincent Batts vbatts at fedoraproject.org
Fri May 9 12:21:27 UTC 2014


commit c8bd3b738fab6883715a02e8a4553932a2511b8f
Author: Vincent Batts <vbatts at redhat.com>
Date:   Fri May 9 08:21:15 2014 -0400

    update to go1.2.2

 .gitignore  |    1 +
 golang.spec |    7 +++++--
 sources     |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6dc32ab..8f0d407 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /go1.2.src.tar.gz
 /golang-19087:a15f344a9efa-xattrs.tar
 /go1.2.1.src.tar.gz
+/go1.2.2.src.tar.gz
diff --git a/golang.spec b/golang.spec
index a8ae587..ae77ac1 100644
--- a/golang.spec
+++ b/golang.spec
@@ -38,8 +38,8 @@
 %endif
 
 Name:           golang
-Version:        1.2.1
-Release:        8%{?dist}
+Version:        1.2.2
+Release:        1%{?dist}
 Summary:        The Go Programming Language
 
 License:        BSD
@@ -895,6 +895,9 @@ fi
 
 
 %changelog
+* Fri May 09 2014 Vincent Batts <vbatts at redhat.com> 1.2.2-1
+- update to go1.2.2
+
 * Thu May 08 2014 Vincent Batts <vbatts at redhat.com> 1.2.1-8
 - RHEL6 rpm macros can't %%exlude missing files
 
diff --git a/sources b/sources
index 9e4b005..d6694f6 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6232fa4417004fc9dde823ad1eaf597c  go1.2.1.src.tar.gz
 d76dc07e475b2905b5fec1cf319b6356  golang-19087:a15f344a9efa-xattrs.tar
+7917152cb24efb9a13c7881ed280af9a  go1.2.2.src.tar.gz


More information about the scm-commits mailing list