[SCM] UID Wrapper Repository - branch master updated

Andreas Schneider asn at samba.org
Thu Mar 5 15:13:47 UTC 2020


The branch, master has been updated
       via  90f563c Bump version to 1.2.8
       via  f42fb4c cmake: Fix path in cmake config
      from  3d33dcc pkg-config: Fix installation path

https://git.samba.org/?p=uid_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 90f563ccb3f1e2e06ba6c4c0cd27299bc1447666
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Mar 5 15:43:49 2020 +0100

    Bump version to 1.2.8
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Alexander Bokovoy <ab at samba.org>

commit f42fb4c5ff9a6a050a1af2cf1f80d5eff90dd909
Author: Andreas Schneider <asn at samba.org>
Date:   Tue Mar 3 10:55:33 2020 +0100

    cmake: Fix path in cmake config
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Alexander Bokovoy <ab at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt              | 4 ++--
 ChangeLog                   | 4 ++++
 uid_wrapper-config.cmake.in | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2fe81b0..2e4af2c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
 include(DefineCMakeDefaults)
 include(DefineCompilerFlags)
 
-project(uid_wrapper VERSION 1.2.7 LANGUAGES C)
+project(uid_wrapper VERSION 1.2.8 LANGUAGES C)
 
 # global needed variables
 set(APPLICATION_NAME ${PROJECT_NAME})
@@ -23,7 +23,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
 #     Increment AGE. Set REVISION to 0
 #   If the source code was changed, but there were no interface changes:
 #     Increment REVISION.
-set(LIBRARY_VERSION "0.0.8")
+set(LIBRARY_VERSION "0.0.9")
 set(LIBRARY_SOVERSION "0")
 
 # add definitions
diff --git a/ChangeLog b/ChangeLog
index e3c6de2..9dcbd8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 ChangeLog
 ==========
 
+version 1.2.8 (released 2020-03-05)
+  * Fix path in pkgconfig module
+  * Fix path in cmake find module
+
 version 1.2.7 (released 2019-07-15)
   * Fix unsetting initial XIDs
 
diff --git a/uid_wrapper-config.cmake.in b/uid_wrapper-config.cmake.in
index 0a3e3fd..43ab1fa 100644
--- a/uid_wrapper-config.cmake.in
+++ b/uid_wrapper-config.cmake.in
@@ -1 +1 @@
-set(UID_WRAPPER_LIBRARY @CMAKE_INSTALL_LIBDIR@/@UID_WRAPPER_LIB@)
+set(UID_WRAPPER_LIBRARY @CMAKE_INSTALL_FULL_LIBDIR@/@UID_WRAPPER_LIB@)


-- 
UID Wrapper Repository



More information about the samba-cvs mailing list