[golang-github-gorilla-context/f19] requires go >= 1.2

Lokesh Mandvekar lsm5 at fedoraproject.org
Wed Jan 15 15:41:59 UTC 2014


commit e38e236fd6a408ffd908179136842820a2092e33
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Wed Jan 15 10:11:02 2014 -0500

    requires go >= 1.2
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at redhat.com>

 golang-github-gorilla-context.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/golang-github-gorilla-context.spec b/golang-github-gorilla-context.spec
index 1d0959b..022dd2d 100644
--- a/golang-github-gorilla-context.spec
+++ b/golang-github-gorilla-context.spec
@@ -6,7 +6,7 @@
 
 Name:           golang-github-gorilla-context
 Version:        0
-Release:        0.19.git%{shortcommit}%{?dist}
+Release:        0.20.git%{shortcommit}%{?dist}
 Summary:        A golang registry for global request variables
 License:        BSD
 URL:            http://www.gorillatoolkit.org/pkg/context
@@ -26,7 +26,7 @@ sessions values to be saved at the end of a request. There are several
 other common uses.
 
 %package devel
-Requires:       golang
+Requires:       golang >= 1.2
 Summary:        A golang registry for global request variables
 Provides:       golang(%{import_path}) = %{version}-%{release}
 
@@ -61,6 +61,9 @@ cp -av *.go %{buildroot}/%{gopath}/src/%{import_path}
 %{gopath}/src/%{import_path}/*.go
 
 %changelog
+* Wed Jan 15 2014 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.20.git708054d
+- require golang 1.2 and up
+
 * Wed Oct 16 2013 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.19.git708054d
 - double quotes removed from provides
 


More information about the scm-commits mailing list