From 5913d16f012827bebb58b61828095f78458c835b Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 7 Oct 2018 09:42:24 +0200 Subject: [PATCH 1/2] fix SOVERSION in CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d94e082af..0d0b4a2a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.8) project(libtorrent) -set (SOVERSION "8") +set (SOVERSION "9") set (VERSION "1.1.10") set(sources From 700a71b418065b873074dc6c65b7447ed3cc6c82 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sun, 7 Oct 2018 12:22:44 +0200 Subject: [PATCH 2/2] add tests/CMakeLists.txt to tarball --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index db095e026..bac1fe0de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,6 +116,7 @@ EXTRA_DIST = \ Jamfile \ Jamroot.jam \ CMakeLists.txt \ + test/CMakeLists.txt \ setup.py \ LICENSE \ README.rst \