[golang-github-kr-pty] require go 1.2 and up

Lokesh Mandvekar lsm5 at fedoraproject.org
Wed Jan 15 15:18:45 UTC 2014


commit d419aca0800ae5bd2fc1f214a9bd745dc49c10f2
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Wed Jan 15 10:18:56 2014 -0500

    require go 1.2 and up
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at redhat.com>

 golang-github-kr-pty.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/golang-github-kr-pty.spec b/golang-github-kr-pty.spec
index 774f12c..bb1936c 100644
--- a/golang-github-kr-pty.spec
+++ b/golang-github-kr-pty.spec
@@ -6,7 +6,7 @@
 
 Name:           golang-github-kr-pty
 Version:        0
-Release:        0.15.git%{shortcommit}%{?dist}
+Release:        0.16.git%{shortcommit}%{?dist}
 Summary:        PTY interface for Go
 License:        MIT
 URL:            http://godoc.org/%{import_path}
@@ -21,7 +21,7 @@ ExclusiveArch:  %{ix86} x86_64 %{arm}
 Pty is a Go package for using UNIX pseudo-terminals.
 
 %package devel
-Requires:       golang
+Requires:       golang >= 1.2
 Summary:        PTY interface for Go
 Provides:       golang(%{import_path}) = %{version}-%{release}
 
@@ -51,6 +51,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.16.git3b1f648
+- require golang 1.2 and up
+
 * Wed Oct 16 2013 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.15.git3b1f648
 - removed double quotes from provides
 


More information about the scm-commits mailing list