commit 74d3d8f11814b19dc246538f4aaff2e39a121684 Author: Lokesh Mandvekar lsm5@redhat.com Date: Sat May 31 18:15:54 2014 -0400
update for docker 1.0 (docker issue #5908)
.gitignore | 1 + golang-github-gorilla-mux.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) --- diff --git a/.gitignore b/.gitignore index 0474dd7..dfc8338 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mux-e718e93.tar.gz +/mux-136d54f.tar.gz diff --git a/golang-github-gorilla-mux.spec b/golang-github-gorilla-mux.spec index 4581e20..30144ec 100644 --- a/golang-github-gorilla-mux.spec +++ b/golang-github-gorilla-mux.spec @@ -1,12 +1,12 @@ %global debug_package %{nil} %global import_path github.com/gorilla/mux %global gopath %{_datadir}/gocode -%global commit e718e932ee606838744df844eb75064959eb74bc +%global commit 136d54f81f00414c45c3c68dd47e98cc97519c5e %global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: golang-github-gorilla-mux Version: 0 -Release: 0.12.git%{shortcommit}%{?dist} +Release: 0.13.git%{shortcommit}%{?dist} Summary: A powerful URL router and dispatcher for golang License: BSD URL: http://www.gorillatoolkit.org/pkg/mux @@ -67,6 +67,10 @@ GOPATH=%{gopath}:%{buildroot}/%{gopath} go test %{import_path} %{gopath}/src/%{import_path}/*.go
%changelog +* Sat May 31 2014 Lokesh Mandvekar lsm5@redhat.com 0-0.13.git +- update to commit 136d54f81f (required for docker 1.0 +https://github.com/dotcloud/docker/issues/5908 ) + * Fri Jan 17 2014 Lokesh Mandvekar lsm5@redhat.com 0-0.12.gite718e93 - exclusivearch for el6+ - add check diff --git a/sources b/sources index 739efcf..08f2ed1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -229b397a91b19b73b38d4417a5c251cc mux-e718e93.tar.gz +09b6fc6485df4dff29435e0321264555 mux-136d54f.tar.gz
scm-commits@lists.fedoraproject.org