From 7f2032769b787236f81a19140e686586504670cc Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Wed, 13 Jan 2021 03:29:20 +0000 Subject: [PATCH] Update URL and Source addresses --- time.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/time.spec b/time.spec index 3d0b376..46db75d 100644 --- a/time.spec +++ b/time.spec @@ -1,7 +1,7 @@ Summary: A GNU utility for monitoring a program's use of system resources Name: time Version: 1.9 -Release: 12%{?dist} +Release: 13%{?dist} # src/time.c: GPLv3+ # COPYING: GPLv3 text # doc/time.texi: GFDL @@ -39,8 +39,8 @@ Release: 12%{?dist} # maint.mk: GPLv3+ # tests/time-posix-quiet.sh: GPLv3+ License: GPLv3+ and GFDL -Url: http://www.gnu.org/software/%{name}/ -Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz +Url: https://www.gnu.org/software/%{name}/ +Source: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz # Fix measuring time when a clock experiences a jump, bug #1004416, # Patch0: time-1.8-Prefer-clock_gettime-CLOCK_MONOTONIC.patch @@ -96,6 +96,9 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir # time(1) manual page lives in man-pages package, bug #1612294. %changelog +* Wed Jan 13 2021 Petr Pisar - 1.9-13 +- Update URL and Source addresses (thanks to Robert Scheck) + * Mon Nov 16 2020 Petr Pisar - 1.9-12 - Fix a regression in closing a file descriptor if no --output was given (bug #1898138)