libgcrypt/libgcrypt-1.10.0-soname.patch
Jakub Jelen 554d85f093 libgcrypt-1.10.0-0.3
Fix bad soname in the beta tarball

Related: rhbz#2026636
2022-01-27 17:52:40 +01:00

28 lines
794 B
Diff

From 2ef408ba09e93aa9b4e352908c9443b247a656ea Mon Sep 17 00:00:00 2001
From: Werner Koch <wk@gnupg.org>
Date: Thu, 27 Jan 2022 15:35:39 +0100
Subject: [PATCH] build: Fix accidental SO number bump.
--
Fixes-commit: 65998903f6d17e702fb35b9d4878e33715981298
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 6e038412..4f2988eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
# (Interfaces added: CURRENT++, AGE++, REVISION=0)
# (No interfaces changed: REVISION++)
LIBGCRYPT_LT_CURRENT=24
-LIBGCRYPT_LT_AGE=0
+LIBGCRYPT_LT_AGE=4
LIBGCRYPT_LT_REVISION=0
################################################
--
2.34.1