[cpp-linbuild] 01/02: Fix "bogus date" warnings in SPEC files

John W. O'Brien john at saltant.com
Fri May 21 14:36:30 UTC 2021


This is an automated email from the git hooks/post-receive script.

obrienjw pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=edd2d877d0d7f26bc5740715d02cee78face21e3

commit edd2d877d0d7f26bc5740715d02cee78face21e3
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Mon May 17 22:20:20 2021 +0000

    Fix "bogus date" warnings in SPEC files
    
    Correct the weekday according to the numeric date.
---
 common/SPECS/curl-openssl.spec | 14 +++++++-------
 common/SPECS/xmltooling.spec   |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/common/SPECS/curl-openssl.spec b/common/SPECS/curl-openssl.spec
index db11d8b..02874eb 100644
--- a/common/SPECS/curl-openssl.spec
+++ b/common/SPECS/curl-openssl.spec
@@ -389,7 +389,7 @@ rm -rf $RPM_BUILD_ROOT
 * Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> 7.18.2-4
 - make miniature library for libcurl.so.3
 
-* Wed Jul  4 2008 Jindrich Novy <jnovy at redhat.com> 7.18.2-3
+* Fri Jul  4 2008 Jindrich Novy <jnovy at redhat.com> 7.18.2-3
 - enable support for libssh2 (#453958)
 
 * Wed Jun 18 2008 Jindrich Novy <jnovy at redhat.com> 7.18.2-2
@@ -590,7 +590,7 @@ rm -rf $RPM_BUILD_ROOT
 - update to use ca-bundle in /etc/pki
 - mark License as MIT not MPL
 
-* Mon Mar  9 2005 Ivana Varekova <varekova at redhat.com> 7.13.1-1
+* Wed Mar  9 2005 Ivana Varekova <varekova at redhat.com> 7.13.1-1
 - rebuilt (7.13.1)
 
 * Tue Mar  1 2005 Tomas Mraz <tmraz at redhat.com> 7.13.0-2
@@ -621,7 +621,7 @@ rm -rf $RPM_BUILD_ROOT
 * Mon Sep 27 2004 Warren Togami <wtogami at redhat.com> 7.12.0-3
 - remove INSTALL, move libcurl docs to -devel
 
-* Fri Jul 26 2004 Jindrich Novy <jnovy at redhat.com>
+* Mon Jul 26 2004 Jindrich Novy <jnovy at redhat.com>
 - updated to 7.12.0
 - updated nousr patch
 
@@ -655,10 +655,10 @@ rm -rf $RPM_BUILD_ROOT
 * Tue Oct 07 2003 Adrian Havill <havill at redhat.com> 7.10.6-5
 - match serverAltName certs with SSL (#106168)
 
-* Mon Sep 16 2003 Adrian Havill <havill at redhat.com> 7.10.6-4.1
+* Tue Sep 16 2003 Adrian Havill <havill at redhat.com> 7.10.6-4.1
 - bump n-v-r for RHEL
 
-* Mon Sep 16 2003 Adrian Havill <havill at redhat.com> 7.10.6-4
+* Tue Sep 16 2003 Adrian Havill <havill at redhat.com> 7.10.6-4
 - restore ca cert bundle (#104400)
 - require openssl, we want to use its ca-cert bundle
 
@@ -674,7 +674,7 @@ rm -rf $RPM_BUILD_ROOT
 * Mon Aug 25 2003 Adrian Havill <havill at redhat.com> 7.10.6-2
 - devel subpkg needs openssl-devel as a Require (#102963)
 
-* Tue Jul 28 2003 Adrian Havill <havill at redhat.com> 7.10.6-1
+* Mon Jul 28 2003 Adrian Havill <havill at redhat.com> 7.10.6-1
 - bumped version
 
 * Tue Jul 01 2003 Adrian Havill <havill at redhat.com> 7.10.5-1
@@ -693,7 +693,7 @@ rm -rf $RPM_BUILD_ROOT
 * Tue Jan 21 2003 Joe Orton <jorton at redhat.com> 7.9.8-4
 - don't add -L/usr/lib to 'curl-config --libs' output
 
-* Mon Jan  7 2003 Nalin Dahyabhai <nalin at redhat.com> 7.9.8-3
+* Tue Jan  7 2003 Nalin Dahyabhai <nalin at redhat.com> 7.9.8-3
 - rebuild
 
 * Wed Nov  6 2002 Joe Orton <jorton at redhat.com> 7.9.8-2
diff --git a/common/SPECS/xmltooling.spec b/common/SPECS/xmltooling.spec
index eda29ea..07c4ce8 100644
--- a/common/SPECS/xmltooling.spec
+++ b/common/SPECS/xmltooling.spec
@@ -149,7 +149,7 @@ This package includes XML schemas and related files.
 %doc %{pkgdocdir}
 
 %changelog
-* Tue Dec 2 2020 Scott Cantor <cantor.2 at osu.edu> - 3.2.0-1
+* Wed Dec 2 2020 Scott Cantor <cantor.2 at osu.edu> - 3.2.0-1
 - Version bump
 
 * Mon Feb 3 2020 Scott Cantor <cantor.2 at osu.edu> - 3.1.0-1

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list