commit 2aa9fa2a96fb2277ed7fee9e191926e6b106709b Author: Jan Chaloupka jchaloup@redhat.com Date: Fri Feb 6 16:32:34 2015 +0100
Bump to upstream 17ea479729ee427265ac1e913443018350946ddf - related: #1148456
.gitignore | 2 +- golang-github-onsi-ginkgo.spec | 17 ++++++++++++++--- sources | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) --- diff --git a/.gitignore b/.gitignore index 529af89..db18170 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/ginkgo-90d6a47.tar.gz +/ginkgo-17ea479.tar.gz diff --git a/golang-github-onsi-ginkgo.spec b/golang-github-onsi-ginkgo.spec index 71c536d..85b81fe 100644 --- a/golang-github-onsi-ginkgo.spec +++ b/golang-github-onsi-ginkgo.spec @@ -2,7 +2,7 @@ %global provider_tld com %global project onsi %global repo ginkgo -%global commit 90d6a472e25d8096739d5405286ec051c87fade7 +%global commit 17ea479729ee427265ac1e913443018350946ddf
%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: A Golang BDD Testing Framework License: MIT URL: http://%%7Bimport_path%7D Source0: https://github.com/%%7Bproject%7D/%%7Brepo%7D/archive/%%7Bcommit%7D/%%7Brepo... -BuildArch: noarch +%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7 +BuildArch: noarch +%else +ExclusiveArch: %{ix86} x86_64 %{arm} +%endif
%description %{summary}. @@ -80,6 +84,13 @@ cp -pav {config,ginkgo,integration,internal,reporters,types} %{buildroot}/%{gopa %{gopath}/src/%{import_path}/*/*
%changelog +* Fri Feb 06 2015 jchaloup jchaloup@redhat.com - 0-0.3.git17ea479 +- Bump to upstream 17ea479729ee427265ac1e913443018350946ddf + related: #1148456 + +* Mon Oct 13 2014 jchaloup jchaloup@redhat.com - 0-0.2.git90d6a47 +- BuildArch to ExclusiveArch + * Wed Oct 01 2014 Jan Chaloupka jchaloup@redhat.com - 0-0.1.git90d6a47 - First package for Fedora
diff --git a/sources b/sources index 78a9487..920de20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a6bc1da9688c9375470bb553a8d7cb4 ginkgo-90d6a47.tar.gz +999e77b82c9c17c1527482e36d0b6804 ginkgo-17ea479.tar.gz
golang@lists.fedoraproject.org