From 7baa50a8a332ea4b52127068a354acdcded542606317637138a4338058ae4a1c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 19 Apr 2022 13:30:25 +0000 Subject: [PATCH] - use https urls OBS-URL: https://build.opensuse.org/package/show/Base:System/make?expand=0&rev=70 --- make.changes | 5 +++++ make.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/make.changes b/make.changes index 57eb2b0..99ac9c0 100644 --- a/make.changes +++ b/make.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 19 13:30:15 UTC 2022 - Marcus Meissner + +- use https urls + ------------------------------------------------------------------- Tue Apr 14 13:30:14 UTC 2020 - Martin Liška diff --git a/make.spec b/make.spec index 308f77b..c76887c 100644 --- a/make.spec +++ b/make.spec @@ -1,7 +1,7 @@ # # spec file for package make # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,9 +22,9 @@ Release: 0 Summary: GNU make License: GPL-2.0-or-later Group: Development/Tools/Building -URL: http://www.gnu.org/software/make/make.html -Source: http://ftp.gnu.org/gnu/make/make-%{version}.tar.gz -Source1: http://ftp.gnu.org/gnu/make/make-%{version}.tar.gz.sig +URL: https://www.gnu.org/software/make/make.html +Source: https://ftp.gnu.org/gnu/make/make-%{version}.tar.gz +Source1: https://ftp.gnu.org/gnu/make/make-%{version}.tar.gz.sig # keyring downloaded from https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=make&download=1 Source2: %{name}.keyring Patch1: make-testcases_timeout.diff