[golang-googlecode-go-exp] Update to the latest commit 77a5f324d8f52bc9a7116aab8ed7136f08ea5310 - related: #1148481

Jan Chaloupka jchaloup at fedoraproject.org
Tue Dec 9 15:54:13 UTC 2014


commit e17517ecf50f91b0ac696099cbc5702c333db2b1
Author: Jan Chaloupka <jchaloup at redhat.com>
Date:   Tue Dec 9 15:24:41 2014 +0100

    Update to the latest commit 77a5f324d8f52bc9a7116aab8ed7136f08ea5310
    - related: #1148481

 .gitignore                    |    2 +-
 golang-googlecode-go-exp.spec |   14 +++++++++-----
 sources                       |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9684153..fd1cfaf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/bd8df7009305d6ada223ea3c95b94c0f38bfa119.tar.gz
+/77a5f324d8f52bc9a7116aab8ed7136f08ea5310.tar.gz
diff --git a/golang-googlecode-go-exp.spec b/golang-googlecode-go-exp.spec
index ba83d85..4241419 100644
--- a/golang-googlecode-go-exp.spec
+++ b/golang-googlecode-go-exp.spec
@@ -5,7 +5,7 @@
 %global provider_tld    com
 %global project         p
 %global repo            go.exp
-%global commit          bd8df7009305d6ada223ea3c95b94c0f38bfa119
+%global commit          77a5f324d8f52bc9a7116aab8ed7136f08ea5310
 %global shortcommit     %(c=%{commit}; echo ${c:0:12})
 %global import_path     %{provider_prefix}.%{provider}.%{provider_tld}/%{project}/%{repo}
 
@@ -18,7 +18,7 @@
 
 Name:           golang-googlecode-go-exp
 Version:        0
-Release:        0.3.hg%{shortcommit}%{?dist}
+Release:        0.4.hg%{shortcommit}%{?dist}
 Summary:        Experimental tools and packages for Go
 License:        BSD
 URL:            http://%{import_path}
@@ -85,7 +85,7 @@ This package contains library source intended for
 building other packages which use %{x_project}/%{x_repo}.
 
 %prep
-%setup -q -n %{repo}-%{shortcommit}
+%setup -q -n exp.go-%{shortcommit}
 
 %build
 
@@ -97,9 +97,9 @@ for d in ebnf ebnflint fsnotify inotify locale old utf8string; do
         cp -pav $d %{buildroot}/%{gopath}/src/%{x_import_path}/
 done
 
-cd %{buildroot}/%{gopath}/src/%{x_import_path}
+cd %{buildroot}/%{gopath}/src/%{import_path}
 # from https://groups.google.com/forum/#!topic/golang-nuts/eD8dh3T9yyA, first post
-sed -i 's/"code\.google\.com\/p\/go\./"golang\.org\/x\//g' \
+sed -i 's/"golang\.org\/x\//"code\.google\.com\/p\/go\./g' \
         $(find . -name '*.go')
 
 %check
@@ -114,6 +114,10 @@ GOPATH=%{buildroot}/%{gopath}:%{gopath} go test %{import_path}/{ebnf,ebnflint,fs
 %{gopath}/src/%{x_import_path}
 
 %changelog
+* Tue Dec 09 2014 jchaloup <jchaloup at redhat.com> - 0-0.4.hg77a5f324d8f5
+- Update to the latest commit 77a5f324d8f52bc9a7116aab8ed7136f08ea5310
+  related: #1148481
+
 * Fri Nov 21 2014 jchaloup <jchaloup at redhat.com> - 0-0.3.hgbd8df7009305
 - Extend import paths for golang.org/x/
   related: #1148481
diff --git a/sources b/sources
index 4ecb54c..f0ab4f9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-670ce5a4010290aa198cc1b19bbfbfeb  bd8df7009305d6ada223ea3c95b94c0f38bfa119.tar.gz
+fe82da6b06fc669934bd1acd73f5fc63  77a5f324d8f52bc9a7116aab8ed7136f08ea5310.tar.gz


More information about the scm-commits mailing list