From 76ad9d4b22d23d60401548802a66fb074197b92e80f741eb2aee3d80e99311b1 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Mon, 9 Mar 2020 21:01:52 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=184 --- syncthing.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing.spec b/syncthing.spec index e6c8643..c089e8d 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -26,7 +26,7 @@ URL: https://syncthing.net/ Source: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz Source1: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz.asc Source2: %{name}.keyring -BuildRequires: go >= 1.8 +BuildRequires: go >= 1.12 BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(systemd) %{?systemd_ordering} From 613169b81668a636037f581b6db1ec985be8122b5f9765a910347933149713db Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Mon, 9 Mar 2020 21:08:11 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=185 --- syncthing.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncthing.spec b/syncthing.spec index c089e8d..0dc9adf 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -26,7 +26,7 @@ URL: https://syncthing.net/ Source: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz Source1: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz.asc Source2: %{name}.keyring -BuildRequires: go >= 1.12 +BuildRequires: golang(API) >= 1.12 BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(systemd) %{?systemd_ordering} From bae8d605474c5b9d440b17360d75f59da80a2559dd057ecd4cbafbf1a6a7b98f Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Thu, 12 Mar 2020 21:28:37 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/network/syncthing?expand=0&rev=186 --- syncthing.changes | 6 ++++++ syncthing.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/syncthing.changes b/syncthing.changes index 7f32816..a735bbf 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 10 19:28:00 UTC 2020 - Alexei Sorokin + +- Change the Go build requirement to a more flexible + "golang(API) >= 1.12". + ------------------------------------------------------------------- Thu Feb 6 16:36:41 UTC 2020 - Marius Kittler diff --git a/syncthing.spec b/syncthing.spec index 0dc9adf..3d2e90f 100644 --- a/syncthing.spec +++ b/syncthing.spec @@ -26,8 +26,8 @@ URL: https://syncthing.net/ Source: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz Source1: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-source-v%{version}.tar.gz.asc Source2: %{name}.keyring -BuildRequires: golang(API) >= 1.12 BuildRequires: systemd-rpm-macros +BuildRequires: golang(API) >= 1.12 BuildRequires: pkgconfig(systemd) %{?systemd_ordering}