From 9d37d33cc98f7d9a3508f7b72cce6c8356d486a11cffe70122c80f5e36827e7c Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Date: Thu, 26 Apr 2018 09:25:50 +0000 Subject: [PATCH] Accepting request 576056 from home:dimstar:Factory - Provide golang(API) = 1.9, so that this symbol can be required and provided, as preferred one, by the unversioned go package. OBS-URL: https://build.opensuse.org/request/show/576056 OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=310 --- go.changes | 6 ++++++ go.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/go.changes b/go.changes index ed5bd01..8a46f7a 100644 --- a/go.changes +++ b/go.changes @@ -14,6 +14,12 @@ Thu Feb 15 13:11:12 UTC 2018 - guillaume@opensuse.org - Enable build for %arm +------------------------------------------------------------------- +Tue Feb 13 12:11:44 UTC 2018 - dimstar@opensuse.org + +- Provide golang(API) = 1.9, so that this symbol can be required + and provided, as preferred one, by the unversioned go package. + ------------------------------------------------------------------- Thu Dec 21 11:51:19 UTC 2017 - jmassaguerpla@suse.com diff --git a/go.spec b/go.spec index 065c340..53971e5 100644 --- a/go.spec +++ b/go.spec @@ -33,6 +33,7 @@ Source: README Recommends: go-doc = %{version} ExclusiveArch: %ix86 x86_64 %arm aarch64 ppc64 ppc64le s390x Requires: go%{short_version} +Provides: golang(API) = %{short_version} %description Go is an expressive, concurrent, garbage collected systems programming language