From f36d69cdb7ed5284c2f5143e78e8d58fd37e07b8 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Feb 06 2015 15:36:30 +0000 Subject: Bump to upstream 17ea479729ee427265ac1e913443018350946ddf - related: #1148456 --- 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 9ed2e14..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.2.git%{shortcommit}%{?dist} +Release: 0.3.git%{shortcommit}%{?dist} Summary: A Golang BDD Testing Framework License: MIT URL: http://%{import_path} Source0: https://github.com/%{project}/%{repo}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz -ExclusiveArch: %{ix86} x86_64 %{arm} +%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7 +BuildArch: noarch +%else +ExclusiveArch: %{ix86} x86_64 %{arm} +%endif %description %{summary}. @@ -80,6 +84,10 @@ cp -pav {config,ginkgo,integration,internal,reporters,types} %{buildroot}/%{gopa %{gopath}/src/%{import_path}/*/* %changelog +* Fri Feb 06 2015 jchaloup - 0-0.3.git17ea479 +- Bump to upstream 17ea479729ee427265ac1e913443018350946ddf + related: #1148456 + * Mon Oct 13 2014 jchaloup - 0-0.2.git90d6a47 - BuildArch to ExclusiveArch 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