commit 75d322020a94a502be7b43677ff016a0f5b2f39b Author: Lokesh Mandvekar lsm5@redhat.com Date: Sat May 31 17:28:43 2014 -0400
update for docker 1.0 (docker issue #5908)
.gitignore | 1 + golang-github-kr-pty.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) --- diff --git a/.gitignore b/.gitignore index be3ad03..d14af05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /pty-27435c6.tar.gz /pty-3b1f648.tar.gz +/pty-67e2db2.tar.gz diff --git a/golang-github-kr-pty.spec b/golang-github-kr-pty.spec index 2a502c2..c415f5d 100644 --- a/golang-github-kr-pty.spec +++ b/golang-github-kr-pty.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} %global import_path github.com/kr/pty %global gopath %{_datadir}/gocode -%global commit 3b1f6487b7fc649d5f146df04e623bd55ba1bf7f +%global commit 67e2db24c831afa6c64fc17b4a143390674365ef %global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: golang-github-kr-pty Version: 0 -Release: 0.18.git%{shortcommit}%{?dist} +Release: 0.19.git%{shortcommit}%{?dist} Summary: PTY interface for Go License: MIT URL: http://godoc.org/%%7Bimport_path%7D @@ -52,6 +52,10 @@ cp -av *.go %{buildroot}/%{gopath}/src/%{import_path} %{gopath}/src/%{import_path}/*.go
%changelog +* Sat May 31 2014 Lokesh Mandvekar lsm5@redhat.com 0-0.19.git +- update to commit 67e2db24c8 (required for docker 1.0 +https://github.com/dotcloud/docker/issues/5908 ) + * Wed Jan 15 2014 Lokesh Mandvekar lsm5@redhat.com 0-0.18.git3b1f648 - exclusivearch for el6+
diff --git a/sources b/sources index be89089..99c0fb5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -abcb3a6cd682ab47f998b9648f1baa7a pty-3b1f648.tar.gz +0f50723cbf372a69466f9fcd027ab2da pty-67e2db2.tar.gz
scm-commits@lists.fedoraproject.org