diff --git a/golang-github-gorilla-mux.spec b/golang-github-gorilla-mux.spec index 1a32442..f6b41b0 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.10.git%{shortcommit}%{?dist} +Release: 0.11.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 >= 1.2 -Requires: golang(github.com/gorilla/context) >= 0-0.20 +Requires: golang +Requires: golang(github.com/gorilla/context) 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 +* Fri Jan 17 2014 Lokesh Mandvekar 0-0.11.gite718e93 +- revert golang >= 1.2 version requirement + * Wed Jan 15 2014 Lokesh Mandvekar 0-0.10.gite718e93 - require golang 1.2 and later