[packages/libyuv] - bump soname

baggins baggins at pld-linux.org
Sun Mar 15 12:40:47 CET 2015


commit 4a862b5cd24d64a0d0c38021557e66fd4905a8cf
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Mar 15 12:40:25 2015 +0100

    - bump soname

 shared-lib.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/shared-lib.patch b/shared-lib.patch
index 4a10056..41158cb 100644
--- a/shared-lib.patch
+++ b/shared-lib.patch
@@ -6,7 +6,7 @@
  
 -add_library(${ly_lib_name} STATIC ${ly_source_files})
 +add_library(${ly_lib_name} ${ly_source_files})
-+set_target_properties(${ly_lib_name} PROPERTIES VERSION 0.0.0 SOVERSION 0)
++set_target_properties(${ly_lib_name} PROPERTIES VERSION 1.0.0 SOVERSION 1)
  
  add_executable(convert ${ly_base_dir}/util/convert.cc)
  target_link_libraries(convert ${ly_lib_name})
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libyuv.git/commitdiff/37325ca5b71e7af898a7bbb3329dbe53995e327d



More information about the pld-cvs-commit mailing list