From a3d42ba94835eaa567e8474633308bc14c34c9f0 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Oct 23 2014 11:57:15 +0000 Subject: Bump to upstream 2ceedfee35ad3848e49308ab0c9a4f640cfb5fb2 - related: #1120865 --- diff --git a/.gitignore b/.gitignore index dffd3d2..740c719 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/golang-github-BurntSushi-toml-bd2bdf7f18f849530ef7a1c29a4290217cab32a1.tar.gz +/toml-2ceedfe.tar.gz diff --git a/golang-github-BurntSushi-toml.spec b/golang-github-BurntSushi-toml.spec index a1c2647..741221b 100644 --- a/golang-github-BurntSushi-toml.spec +++ b/golang-github-BurntSushi-toml.spec @@ -4,16 +4,16 @@ %global project BurntSushi %global repo toml %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} -%global commit bd2bdf7f18f849530ef7a1c29a4290217cab32a1 +%global commit 2ceedfee35ad3848e49308ab0c9a4f640cfb5fb2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: golang-%{provider}-%{project}-%{repo} Version: 0 -Release: 0.2.git%{shortcommit}%{?dist} +Release: 0.3.git%{shortcommit}%{?dist} Summary: TOML parser and encoder for Go with reflection License: BSD URL: https://%{import_path} -Source0: https://%{import_path}/archive/%{commit}/%{name}-%{commit}.tar.gz +Source0: https://%{import_path}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz ExclusiveArch: %{ix86} x86_64 %{arm} Provides: tomlv = %{version}-%{release} @@ -31,7 +31,7 @@ BuildArch: noarch %{summary} %prep -%setup -q -n %{name}-%{commit} +%setup -q -n %{repo}-%{commit} %build mkdir -p _build/src/github.com/BurntSushi @@ -60,6 +60,11 @@ GOPATH=%{buildroot}/%{gopath}:%{gopath} go test %{import_path} %{gopath}/src/%{import_path}/*.go %changelog +* Thu Oct 23 2014 jchaloup - 0-0.3.git2ceedfe +- Bump to upstream 2ceedfee35ad3848e49308ab0c9a4f640cfb5fb2 +- spec file polishing to follow go draft + related: #1120865 + * Mon Sep 22 2014 jchaloup - 0-0.2.gitbd2bdf7 - do not own golang directories - defattr and attr not needed diff --git a/sources b/sources index f25891b..46a4080 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6bea095c17e4cfac9069b2cb13246f49 golang-github-BurntSushi-toml-bd2bdf7f18f849530ef7a1c29a4290217cab32a1.tar.gz +33f8de4555688e2e833c80d8f2657130 toml-2ceedfe.tar.gz