From 6c9ac0184b25824751b68a6026010b6d90b5c4b5 Mon Sep 17 00:00:00 2001 From: changhan Date: Wed, 23 Apr 2025 10:01:53 +0000 Subject: [PATCH] Change the author's mailbox Signed-off-by: changhan --- backport-Refactor-autogen-call-into-before_script.patch | 2 +- backport-fix-man-Sync-SHA2-changes-from-OpenBSD.patch | 2 +- backport-fix-out-of-tree-build.patch | 2 +- libmd.spec | 5 ++++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/backport-Refactor-autogen-call-into-before_script.patch b/backport-Refactor-autogen-call-into-before_script.patch index ca2568b..3b87f16 100644 --- a/backport-Refactor-autogen-call-into-before_script.patch +++ b/backport-Refactor-autogen-call-into-before_script.patch @@ -1,5 +1,5 @@ From 7a35890722b07243ce000acc60dc899fdc6c510c Mon Sep 17 00:00:00 2001 -From: changhan +From: Guillem Jover Date: Thu, 17 Apr 2025 20:08:39 +0800 Subject: [PATCH] Refactor-autogen-call-into-before_script diff --git a/backport-fix-man-Sync-SHA2-changes-from-OpenBSD.patch b/backport-fix-man-Sync-SHA2-changes-from-OpenBSD.patch index 30b19cd..4ffe825 100644 --- a/backport-fix-man-Sync-SHA2-changes-from-OpenBSD.patch +++ b/backport-fix-man-Sync-SHA2-changes-from-OpenBSD.patch @@ -1,5 +1,5 @@ From 1386c5d2b5c92e07ecdf1a0ebd337c52e5536577 Mon Sep 17 00:00:00 2001 -From: changhan +From: Guillem Jover Date: Fri, 18 Apr 2025 10:31:25 +0800 Subject: [PATCH] fix-man-Sync-SHA2-changes-from-OpenBSD diff --git a/backport-fix-out-of-tree-build.patch b/backport-fix-out-of-tree-build.patch index c523984..467f556 100644 --- a/backport-fix-out-of-tree-build.patch +++ b/backport-fix-out-of-tree-build.patch @@ -1,5 +1,5 @@ From 3ab54ca1b93c7e8c304850683c0da1bcce0f5fa1 Mon Sep 17 00:00:00 2001 -From: changhan +From: Guillem Jover Date: Thu, 17 Apr 2025 19:39:31 +0800 Subject: [PATCH] Fix-out-of-tree-build diff --git a/libmd.spec b/libmd.spec index 64d7572..6db1294 100644 --- a/libmd.spec +++ b/libmd.spec @@ -1,7 +1,7 @@ Summary: Library that provides message digest functions from BSD systems Name: libmd Version: 1.1.0 -Release: 5 +Release: 6 # Breakdown in COPYING file of libmd release tarball License: BSD-2-Clause AND BSD-3-Clause AND ISC AND Beerware URL: https://www.hadrons.org/software/libmd/ @@ -91,6 +91,9 @@ make check %{_mandir}/man3/sha2.3* %changelog +* Wed Apr 23 2025 changhan - 1.1.0-6 +- Change the author's mailbox + * Fri Apr 18 2025 changhan - 1.1.0-5 - fix man: Sync SHA2 changes from OpenBSD