From fe2a9cea7e9c483c98c4c1380cef17e4894686890b55ad1cb50601fde998b5b5 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Wed, 26 Sep 2018 15:45:46 +0000 Subject: [PATCH] Accepting request 631822 from home:stawidy:branches:devel:languages:go - Update to version 1.10.4: * go1.10.4 (released 2018/08/24) includes fixes to the go command, linker, and the net/http, mime/multipart, ld/macho, bytes, and strings packages. See the Go 1.10.4 milestone on our issue tracker for details. OBS-URL: https://build.opensuse.org/request/show/631822 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=313 --- go.changes | 9 +++++++++ go.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/go.changes b/go.changes index d839d46..7ba76a4 100644 --- a/go.changes +++ b/go.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 27 14:07:26 UTC 2018 - duyizhaozj321@yahoo.com + +- Update to version 1.10.4: + * go1.10.4 (released 2018/08/24) includes fixes to the go command, + linker, and the net/http, mime/multipart, ld/macho, bytes, and + strings packages. See the Go 1.10.4 milestone on our issue + tracker for details. + ------------------------------------------------------------------- Sun Jun 10 12:42:47 UTC 2018 - duyizhaozj321@yahoo.com diff --git a/go.spec b/go.spec index 8fed1bd..3a6bc03 100644 --- a/go.spec +++ b/go.spec @@ -22,7 +22,7 @@ %define short_version 1.10 Name: go -Version: 1.10.3 +Version: 1.10.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A compiled, garbage-collected, concurrent programming language