xmlsec1/0000-so-name.patch
Yaakov Selkowitz f915cb55b4 Update to 1.3
and move to autochangelog
2026-05-15 18:12:06 +02:00

15 lines
796 B
Diff

diff -up xmlsec1-1.3.11/configure.ac.orig xmlsec1-1.3.11/configure.ac
--- xmlsec1-1.3.11/configure.ac.orig 2026-05-15 17:19:56.892068331 +0200
+++ xmlsec1-1.3.11/configure.ac 2026-05-15 17:36:10.629714699 +0200
@@ -21,10 +21,7 @@ XMLSEC_VERSION_SAFE="${XMLSEC_VERSION_MA
# * If any interfaces have been removed or changed since the last public release, then
# set age to 0.
#
-# For simplicity we just bump current all the time and don't bother
-#
-XMLSEC_VERSION_CURRENT=$((10000 * XMLSEC_VERSION_MAJOR + 100 * XMLSEC_VERSION_MINOR + XMLSEC_VERSION_SUBMINOR))
-XMLSEC_VERSION_INFO="${XMLSEC_VERSION_CURRENT}:0:0"
+XMLSEC_VERSION_INFO="$((XMLSEC_VERSION_MAJOR + XMLSEC_VERSION_MINOR)):${XMLSEC_VERSION_SUBMINOR}:${XMLSEC_VERSION_MINOR}"
AC_SUBST(XMLSEC_VERSION)
AC_SUBST(XMLSEC_PACKAGE)