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