Remove patching to SO VERSION 6:0:1

This commit is contained in:
Tim Rühsen 2016-12-15 15:40:32 +01:00
parent d9088f3425
commit 440268f912
2 changed files with 0 additions and 27 deletions

View File

@ -1,26 +0,0 @@
From: =?utf-8?q?Tim_R=C3=BChsen?= <tim.ruehsen@gmx.de>
Date: Mon, 12 Dec 2016 20:56:51 +0100
Subject: Patch SO version to 6:0:1
This was discussed on the libpsl mailing list; the age should not have
been set to 0 because no existing interfaces were removed or changed
in an API-breaking way.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 2ad1d45..06d64e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,7 +88,7 @@ PKG_PROG_PKG_CONFIG
# 4. If any interfaces have been added, removed, or changed since the last update, increment current, and set revision to 0.
# 5. If any interfaces have been added since the last public release, then increment age.
# 6. If any existing interfaces have been removed or changed since the last public release, then set age to 0.
-AC_SUBST([LIBPSL_SO_VERSION], [6:0:0])
+AC_SUBST([LIBPSL_SO_VERSION], [6:0:1])
AC_SUBST([LIBPSL_VERSION], $VERSION)
# Check for enable/disable builtin PSL data

View File

@ -1,2 +1 @@
0001-remove-git-submodules.patch
0002-Patch-SO-version-to-6-0-1.patch