commit 1641ef94e7e9f17b9a952d36c5cea35437bd3d6d Author: Lokesh Mandvekar lsm5@redhat.com Date: Wed Jan 15 14:43:55 2014 -0500
require golang 1.2 and later
Signed-off-by: Lokesh Mandvekar lsm5@redhat.com
golang-github-gorilla-mux.spec | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) --- diff --git a/golang-github-gorilla-mux.spec b/golang-github-gorilla-mux.spec index 816cb04..1a32442 100644 --- a/golang-github-gorilla-mux.spec +++ b/golang-github-gorilla-mux.spec @@ -6,7 +6,7 @@
Name: golang-github-gorilla-mux Version: 0 -Release: 0.9.git%{shortcommit}%{?dist} +Release: 0.10.git%{shortcommit}%{?dist} Summary: A powerful URL router and dispatcher for golang License: BSD URL: http://www.gorillatoolkit.org/pkg/mux @@ -26,8 +26,8 @@ registered routes and calls a handler for the route that matches the URL or other conditions.
%package devel -Requires: golang -Requires: golang(github.com/gorilla/context) +Requires: golang >= 1.2 +Requires: golang(github.com/gorilla/context) >= 0-0.20 Summary: A powerful URL router and dispatcher for golang Provides: golang(%{import_path}) = %{version}-%{release}
@@ -64,6 +64,9 @@ cp -av *.go %{buildroot}/%{gopath}/src/%{import_path} %{gopath}/src/%{import_path}/*.go
%changelog +* Wed Jan 15 2014 Lokesh Mandvekar lsm5@redhat.com 0-0.10.gite718e93 +- require golang 1.2 and later + * Wed Oct 16 2013 Lokesh Mandvekar lsm5@redhat.com 0-0.9.gite718e93 - double quotes removed from provides and br
scm-commits@lists.fedoraproject.org