[golang-github-onsi-gomega] Bump to upstream 8adf9e1730c55cdc590de7d49766cb2acc88d8f2 - related: #1148452

Jan Chaloupka jchaloup at fedoraproject.org
Fri Feb 6 15:49:12 UTC 2015


commit 3ce0609682022545a187d46913fb8370623f9290
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Fri Feb 6 16:33:21 2015 +0100

    Bump to upstream 8adf9e1730c55cdc590de7d49766cb2acc88d8f2
    - related: #1148452

 .gitignore                     |    2 +-
 golang-github-onsi-gomega.spec |   17 ++++++++++++++---
 sources                        |    2 +-
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f3270cc..a1ea8b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/gomega-a0ee4df.tar.gz
+/gomega-8adf9e1.tar.gz
diff --git a/golang-github-onsi-gomega.spec b/golang-github-onsi-gomega.spec
index 38d6a9c..763ba16 100644
--- a/golang-github-onsi-gomega.spec
+++ b/golang-github-onsi-gomega.spec
@@ -2,7 +2,7 @@
 %global provider_tld	com
 %global project		onsi
 %global repo		gomega
-%global commit		a0ee4df1f2d58a75dd9d74e755615706d68e9ce9
+%global commit		8adf9e1730c55cdc590de7d49766cb2acc88d8f2
 
 %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:	Ginkgo's Preferred Matcher Library
 License:	MIT
 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
 %{summary}.
@@ -71,6 +75,13 @@ cp -pav {format,gbytes,gexec,ghttp,internal,matchers,types} %{buildroot}/%{gopat
 %{gopath}/src/%{import_path}/*/*
 
 %changelog
+* Fri Feb 06 2015 jchaloup <jchaloup at redhat.com> - 0-0.3.git8adf9e1
+- Bump to upstream 8adf9e1730c55cdc590de7d49766cb2acc88d8f2
+  related: #1148452
+
+* Mon Oct 13 2014 jchaloup <jchaloup at redhat.com> - 0-0.2.gita0ee4df
+- BuildArch to ExclusiveArch
+
 * Wed Oct 01 2014 root - 0-0.1.git90d6a47
 - First package for Fedora
 
diff --git a/sources b/sources
index b7344de..6ee6d57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5cfc5a86dd82fb40f3d70fd8c08a4f7f  gomega-a0ee4df.tar.gz
+6afa4f974314d4df26ccf8fb4c6270b8  gomega-8adf9e1.tar.gz


More information about the scm-commits mailing list