File libcorrect-cmake-set-soversion.diff of Package libcorrect

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe8bbb7..9cc390d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,6 +59,7 @@ else()
   set(correct_obj_files $<TARGET_OBJECTS:correct-reed-solomon> $<TARGET_OBJECTS:correct-convolutional>)
 endif()
 add_library(correct SHARED ${correct_obj_files})
+set_property(TARGET correct PROPERTY SOVERSION 0.0.0)
 add_library(correct_static ${correct_obj_files})
 set_target_properties(correct_static PROPERTIES OUTPUT_NAME "correct")
 
openSUSE Build Service is sponsored by