From 2dc2573a77d1d31859d698589ab25a3d70629f36 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Dec 2020 08:55:53 +0100 Subject: update to 0.11.1 --- bumpsoname.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bumpsoname.patch (limited to 'bumpsoname.patch') diff --git a/bumpsoname.patch b/bumpsoname.patch new file mode 100644 index 0000000..7ecca99 --- /dev/null +++ b/bumpsoname.patch @@ -0,0 +1,12 @@ +diff -up ./CMakeLists.txt.rpm ./CMakeLists.txt +--- ./CMakeLists.txt.rpm 2020-12-08 15:46:32.605630957 +0100 ++++ ./CMakeLists.txt 2020-12-08 15:51:22.722473979 +0100 +@@ -13,7 +13,7 @@ include(CMakePackageConfigHelpers) + # 3. If any interfaces have been added since the last public release, then increment age. + # 4. If any interfaces have been removed since the last public release, then set age to 0. + +-set(HDR_SOVERSION_CURRENT 6) ++set(HDR_SOVERSION_CURRENT 106) + set(HDR_SOVERSION_AGE 1) + set(HDR_SOVERSION_REVISION 0) + -- cgit