Set time stamp stored in an info page to the latest patch

This commit is contained in:
Petr Písař 2021-01-13 14:40:06 +01:00
parent d0c3614240
commit b9c5a0967d

View File

@ -78,6 +78,8 @@ 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
# <https://lists.gnu.org/archive/html/bug-time/2021-01/msg00000.html>
@ -106,6 +108,7 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%changelog
* Wed Jan 13 2021 Petr Pisar <ppisar@redhat.com> - 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 <ppisar@redhat.com> - 1.9-13
- Update URL and Source addresses (thanks to Robert Scheck)