File: soname.patch

package info (click to toggle)
kdsingleapplication 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 696 kB
  • sloc: cpp: 1,107; makefile: 16
file content (17 lines) | stat: -rw-r--r-- 712 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Subject: No need for SONAME bump
Author: Peter Blackman <peter@pblackman.plus.com>
Forwarded: https://github.com/KDAB/KDSingleApplication/issues/60

Index: b/CMakeLists.txt
===================================================================
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -57,7 +57,7 @@
 list(GET KDDW_VERSION_LIST 2 ${PROJECT_NAME}_VERSION_PATCH)
 
 set(PROJECT_VERSION ${${PROJECT_NAME}_VERSION}) #PROJECT_VERSION is needed by some ECM modules
-set(${PROJECT_NAME}_SOVERSION "1.2") # Do not bump unless needed, maybe move to single digit
+set(${PROJECT_NAME}_SOVERSION "1.0") # Do not bump unless needed, maybe move to single digit
 
 cmake_policy(SET CMP0020 NEW)
 cmake_policy(SET CMP0042 NEW)