[golang-github-SeanDolphin-bqschema/f21] Bump to upstream 41d07ee00eeaf8282a8bde17cbddab98635b7a4a - related: #1148460

Jan Chaloupka jchaloup at fedoraproject.org
Fri Oct 24 13:27:31 UTC 2014


commit 4ad961870400241f1f480975ab9f3a8783a791fd
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Fri Oct 24 13:34:26 2014 +0200

    Bump to upstream 41d07ee00eeaf8282a8bde17cbddab98635b7a4a
    - related: #1148460

 .gitignore                              |    2 +-
 golang-github-SeanDolphin-bqschema.spec |   14 +++++++++++---
 sources                                 |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 226f632..948879c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/bqschema-a713d26.tar.gz
+/bqschema-41d07ee.tar.gz
diff --git a/golang-github-SeanDolphin-bqschema.spec b/golang-github-SeanDolphin-bqschema.spec
index 2554e0b..9bbb27a 100644
--- a/golang-github-SeanDolphin-bqschema.spec
+++ b/golang-github-SeanDolphin-bqschema.spec
@@ -2,7 +2,7 @@
 %global provider_tld	com
 %global project		SeanDolphin
 %global repo		bqschema
-%global commit		a713d26df274e999ec10e9bbc7e73a1c4791053c
+%global commit		41d07ee00eeaf8282a8bde17cbddab98635b7a4a
 
 %global import_path	%{provider}.%{provider_tld}/%{project}/%{repo}
 %global shortcommit	%(c=%{commit}; echo ${c:0:7})
@@ -10,12 +10,16 @@
 
 Name:		golang-%{provider}-%{project}-%{repo}
 Version:	0
-Release:	0.1.git%{shortcommit}%{?dist}
+Release:	0.3.git%{shortcommit}%{?dist}
 Summary:	Package for creating Google Big Query from Go structs
 License:	ASL 2.0
 URL:		http://%{import_path}
 Source0:	https://github.com/%{project}/%{repo}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
-BuildArch:	noarch
+%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
+BuildArch:      noarch
+%else
+ExclusiveArch:  %{ix86} x86_64 %{arm}
+%endif
 
 %description
 BQSchema is a package used to created Google Big Query schema
@@ -59,6 +63,10 @@ GOPATH=%{buildroot}/%{gopath}:%{gopath} go test %{import_path}
 %{gopath}/src/%{import_path}/*.yaml
 
 %changelog
+* Fri Oct 24 2014 jchaloup <jchaloup at redhat.com> - 0-0.3.git41d07ee
+- Bump to upstream 41d07ee00eeaf8282a8bde17cbddab98635b7a4a
+  related: #1148460
+
 * Thu Sep 25 2014 Jan Chaloupka <jchaloup at redhat.com> - 0-0.1.gitb8a3500
 - First package for Fedora
 
diff --git a/sources b/sources
index 19ebba4..0eab263 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7be2c54fccbbcc9d8040eb08658ba503  bqschema-a713d26.tar.gz
+8063ba3f85693a3455f8df06279dcf5a  bqschema-41d07ee.tar.gz


More information about the scm-commits mailing list