[golang-github-BurntSushi-toml/el6] Bump to upstream 2ceedfee35ad3848e49308ab0c9a4f640cfb5fb2 - related: #1120865

Jan Chaloupka jchaloup at fedoraproject.org
Thu Oct 23 12:21:55 UTC 2014


commit 5c2443f5c46b1655620bb2e8615e3a4996326b3c
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Thu Oct 23 13:55:17 2014 +0200

    Bump to upstream 2ceedfee35ad3848e49308ab0c9a4f640cfb5fb2
    - related: #1120865

 .gitignore                         |    2 +-
 golang-github-BurntSushi-toml.spec |   13 +++++++++----
 sources                            |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
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 <jchaloup at redhat.com> - 0-0.3.git2ceedfe
+- Bump to upstream 2ceedfee35ad3848e49308ab0c9a4f640cfb5fb2
+- spec file polishing to follow go draft
+  related: #1120865
+
 * Mon Sep 22 2014 jchaloup <jchaloup at redhat.com> - 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


More information about the scm-commits mailing list