From 03b73e2ea51ca9028ad2e88757003f7fdffd452d Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 6 Aug 2015 17:22:56 -0400 Subject: [PATCH] fixing sources reference --- .gitignore | 1 + golang.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 487a064..1b2ab81 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /golang-19087:a15f344a9efa-xattrs.tar /go1.5beta2.src.tar.gz /go1.5beta3.src.tar.gz +/go1.5rc1.src.tar.gz diff --git a/golang.spec b/golang.spec index ecfc1f8..8ea0170 100644 --- a/golang.spec +++ b/golang.spec @@ -41,7 +41,7 @@ Name: golang Version: 1.5 -Release: 0.10.rc1%{?dist} +Release: 0.11.rc1%{?dist} Summary: The Go Programming Language License: BSD @@ -410,6 +410,9 @@ fi %changelog +* Thu Aug 06 2015 Vincent Batts - 1.5-0.11.rc1 +- fixing the sources reference + * Thu Aug 06 2015 Vincent Batts - 1.5-0.10.rc1 - updating to go1.5rc1 - checks are back in place diff --git a/sources b/sources index af9ef51..b72cabf 100644 --- a/sources +++ b/sources @@ -2,3 +2,4 @@ d76dc07e475b2905b5fec1cf319b6356 golang-19087:a15f344a9efa-xattrs.tar aa82b90515edd1fa814e5ecb4ee771a4 go1.5beta1.src.tar.gz a1389a16aeecd934fc175e4a57f59417 go1.5beta2.src.tar.gz 0020be59b7711307ebd37ac116a6ee34 go1.5beta3.src.tar.gz +778f51addfb8ddaf61ed0165a534d4e3 go1.5rc1.src.tar.gz