Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37550927
en ru br
ALT Linux repos
S:2.3.4-alt1

Group :: System/Libraries
RPM: libidn2

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: Change-soname-back-to-0.patch
Download


From cb6d2311c7754279e7767eb28038dadced4e2452 Mon Sep 17 00:00:00 2001
From: Mikhail Efremov <sem@altlinux.org>
Date: Tue, 22 Jan 2019 19:43:36 +0300
Subject: [PATCH] Change soname back to 0
Soname change will be reverted by upstream in the next version.
See https://gitlab.com/libidn/libidn2/issues/63.
---
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index cc00482..cc725de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,9 +20,9 @@ AC_INIT([libidn2], [2.1.0], [help-libidn@gnu.org],,
 # Interfaces changed/added/removed:   CURRENT++       REVISION=0
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
-AC_SUBST(LT_CURRENT, 4)
-AC_SUBST(LT_REVISION, 0)
-AC_SUBST(LT_AGE, 0)
+AC_SUBST(LT_CURRENT, 3)
+AC_SUBST(LT_REVISION, 4)
+AC_SUBST(LT_AGE, 3)
 
 #
 # Generate version defines for the include file
-- 
2.19.2
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin