[golang-github-gorilla-mux] removed double quotes from provides and br

Lokesh Mandvekar lsm5 at fedoraproject.org
Thu Oct 17 04:07:10 UTC 2013


commit 30e68ca1560409e0c2eb33cfd1277f025f10c897
Author: Lokesh Mandvekar <lsm5 at redhat.com>
Date:   Wed Oct 16 23:05:59 2013 -0500

    removed double quotes from provides and br
    
    Signed-off-by: Lokesh Mandvekar <lsm5 at 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 e3d9870..816cb04 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.8.git%{shortcommit}%{?dist}
+Release:        0.9.git%{shortcommit}%{?dist}
 Summary:        A powerful URL router and dispatcher for golang
 License:        BSD
 URL:            http://www.gorillatoolkit.org/pkg/mux
@@ -27,9 +27,9 @@ other conditions.
 
 %package devel
 Requires:       golang
-Requires:       golang("github.com/gorilla/context")
+Requires:       golang(github.com/gorilla/context)
 Summary:        A powerful URL router and dispatcher for golang
-Provides:       golang("%{import_path}") = %{version}-%{release}
+Provides:       golang(%{import_path}) = %{version}-%{release}
 
 %description devel
 Package gorilla/mux implements a request router and dispatcher.
@@ -64,6 +64,9 @@ cp -av *.go %{buildroot}/%{gopath}/src/%{import_path}
 %{gopath}/src/%{import_path}/*.go
 
 %changelog
+* Wed Oct 16 2013 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.9.gite718e93
+- double quotes removed from provides and br
+
 * Tue Oct 08 2013 Lokesh Mandvekar <lsm5 at redhat.com> 0-0.8.gite718e93
 - noarch for f19+ and rhel7+, exclusivearch otherwise
 


More information about the scm-commits mailing list