From e094a09d967132c176df4c8b4c35dca07db50210 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 13 Jan 2021 14:05:31 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/time.git#b9c5a0967d6e0c694bf65ad34dac894dea9c2c1d --- time.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/time.spec b/time.spec index 32a0cac..b2f7111 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: 13%{?dist} +Release: 14%{?dist} # src/time.c: GPLv3+ # COPYING: GPLv3 text # doc/time.texi: GFDL @@ -78,7 +78,12 @@ the results. %patch0 -p1 %patch1 -p1 %patch2 -p1 +# Set time stamp stored in an info page to the latest patch +touch -r %{PATCH2} doc/time.texi %patch3 -p1 +# Correct version VERSION flag for doc/time.texi +# +printf '%{version}\n' > .tarball-version autoreconf -fi %build @@ -101,6 +106,10 @@ 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-14 +- Correct version in an info page +- Set time stamp stored in an info page to the latest patch + * Wed Jan 13 2021 Petr Pisar - 1.9-13 - Update URL and Source addresses (thanks to Robert Scheck) - Verify an upstream archive signature