From 25a5e37acfd737cc2df5ad0e385ac3772f66be27 Mon Sep 17 00:00:00 2001 From: Olivier Langella <olivier.langella@u-psud.fr> Date: Wed, 16 May 2018 12:53:00 +0200 Subject: [PATCH] xtpcpp (0.2.15-1) stretch --- CMakeLists.txt | 4 ++-- debian/changelog | 7 +++++++ win64/work.cmake | 6 +++--- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 497f74007..3f3efdd46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,7 +48,7 @@ else () endif () #depending on libpappsomspp version : -SET(LIBPAPPSOMSPP_VERSION "0.3.4-1") +SET(LIBPAPPSOMSPP_VERSION "0.4.0-1") configure_file (${CMAKE_SOURCE_DIR}/debian/control.cmake ${CMAKE_SOURCE_DIR}/debian/control @ONLY) @@ -56,7 +56,7 @@ SET(SOFTWARE_NAME "XTPcpp") SET(XTPCPP_VERSION_MAJOR "0") SET(XTPCPP_VERSION_MINOR "2") -SET(XTPCPP_VERSION_PATCH "14") +SET(XTPCPP_VERSION_PATCH "15") SET(XTPCPP_VERSION "${XTPCPP_VERSION_MAJOR}.${XTPCPP_VERSION_MINOR}.${XTPCPP_VERSION_PATCH}") # Set the CMAKE_PREFIX_PATH for the find_library fonction when using non diff --git a/debian/changelog b/debian/changelog index d8d85ecfb..957d82294 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xtpcpp (0.2.15-1) stretch; urgency=medium + + * new xic extractor API, spectral count export fallback, compar bug + fixed + + -- Olivier Langella <olivier.langella@u-psud.fr> Wed, 16 May 2018 11:36:53 +0200 + xtpcpp (0.2.14-2) stretch; urgency=medium * avoid libodsstream bug in compar sheets diff --git a/win64/work.cmake b/win64/work.cmake index 4a3c69c9b..4f367806a 100644 --- a/win64/work.cmake +++ b/win64/work.cmake @@ -2,9 +2,9 @@ # cd buildwin64 # cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../win64/work.cmake .. -set(ODSSTREAM_QT5_FOUND 1) -set(ODSSTREAM_INCLUDE_DIR "/home/langella/developpement/git/libodsstream/src") -set(ODSSTREAM_QT5_LIBRARY "/home/langella/developpement/git/libodsstream/cbuild/src/libodsstream-qt5.so") +#set(ODSSTREAM_QT5_FOUND 1) +#set(ODSSTREAM_INCLUDE_DIR "/home/langella/developpement/git/libodsstream/src") +#set(ODSSTREAM_QT5_LIBRARY "/home/langella/developpement/git/libodsstream/cbuild/src/libodsstream-qt5.so") set(PAPPSOMSPP_QT5_FOUND 1) set(PAPPSOMSPP_WIDGET_QT5_FOUND 1) -- GitLab