[golang-github-codegangsta-cli] v1.1.0

lsm5 lsm5 at fedoraproject.org
Wed Jul 30 22:52:56 UTC 2014


commit 59867fb0bc43cf65929d2353aa1414f92e1ebfa8
Author: Lokesh Mandvekar <lsm5 at fedoraproject.org>
Date:   Wed Jul 30 17:52:03 2014 -0500

    v1.1.0
    
    update to new version, manage arch for el6 separately

 .gitignore                         |    1 +
 golang-github-codegangsta-cli.spec |   16 ++++++++--------
 sources                            |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad31afd..4bc13c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /1.0.0.tar.gz
 /cli-27ecc97.tar.gz
+/1.1.0.tar.gz
diff --git a/golang-github-codegangsta-cli.spec b/golang-github-codegangsta-cli.spec
index 5221a31..2bbd075 100644
--- a/golang-github-codegangsta-cli.spec
+++ b/golang-github-codegangsta-cli.spec
@@ -4,17 +4,13 @@
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           golang-github-codegangsta-cli
-Version:        1.0.0
-Release:        4%{?dist}
+Version:        1.1.0
+Release:        1%{?dist}
 Summary:        Package for building command line apps in Go
 License:        MIT
 URL:            https://%{import_path}
-Source0:        https://%{import_path}/archive/%{commit}/cli-%{shortcommit}.tar.gz
-%if 0%{?fedora}
+Source0:        https://%{import_path}/archive/%{version}.tar.gz
 BuildArch:      noarch
-%else
-ExclusiveArch:  %{go_arches}
-%endif
 
 %description
 cli.go is simple, fast, and fun package for building command line apps in Go.
@@ -37,7 +33,7 @@ This package contains library source intended for building other packages
 which use codegangsta/cli.
 
 %prep
-%setup -n cli-%{commit}
+%setup -n cli-%{version}
 
 %build
 
@@ -56,6 +52,10 @@ GOPATH=%{gopath}:%{buildroot}/%{gopath} go test %{import_path}
 %{gopath}/src/%{import_path}/*.go
 
 %changelog
+* Wed Jul 30 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.1.0-1
+- 27ecc97192df1bf053a22b04463f2b51b8b8373e tagged 1.1.0
+- manage el6 archfulness separately
+
 * Fri Jul 25 2014 Lokesh Mandvekar <lsm5 at fedoraproject.org> - 1.0.0-4
 - update to master commit 27ecc97192df1bf053a22b04463f2b51b8b8373e
 
diff --git a/sources b/sources
index 9da2f3f..0aeb6d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47969d64099a04c682005430cd6b52b7  cli-27ecc97.tar.gz
+e5136824ec8c9fa7fea0d09a88acd135  1.1.0.tar.gz


More information about the scm-commits mailing list