From 06f0b94ae081ee7fe9f61a8bc92fda955dca32de Mon Sep 17 00:00:00 2001 From: Andreas Steinel Date: Thu, 8 Feb 2018 11:57:31 +0100 Subject: Fixing wrong week days rpm-build bogus date detection yields: warning: bogus date in %changelog: Mon Jan 17 2014 Andras Horvath 1.4-1 warning: bogus date in %changelog: Tue Jul 07 2006 Andras Horvath 1.1-1 warning: bogus date in %changelog: Thu Apr 26 2006 Andras Horvath 1.0-1 --- mbw.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mbw.spec b/mbw.spec index a98fbc5..7ebe97c 100644 --- a/mbw.spec +++ b/mbw.spec @@ -33,7 +33,7 @@ rm -rf %{buildroot} %{_mandir}/man1/mbw.1.gz %changelog -* Mon Jan 17 2014 Andras Horvath 1.4-1 +* Fri Jan 17 2014 Andras Horvath 1.4-1 - Fix labeling of the displayed results * Thu Oct 03 2013 James Slocum 1.3-1 @@ -43,11 +43,11 @@ rm -rf %{buildroot} * Sun Mar 11 2012 Andras Horvath 1.2-1 - Fix MCBLOCK test: actually copy to the full buffer, not just its first $blocksize. -* Tue Jul 07 2006 Andras Horvath 1.1-1 +* Fri Jul 07 2006 Andras Horvath 1.1-1 - separate array initialization from work -> faster execution - getopt() options parsing: suppress average, specific tests only, no. runs - added quiet mode - added a new test: memcpy() with given block size -* Thu Apr 26 2006 Andras Horvath 1.0-1 +* Wed Apr 26 2006 Andras Horvath 1.0-1 - initial release -- cgit v1.2.3