~singpolyma/biboumi

9db89eb8b0daada627f1c5b934e5407d37888371 — louiz’ 6 years ago 9827842
Release version 4.2
3 files changed, 9 insertions(+), 1 deletions(-)

M CHANGELOG.rst
M CMakeLists.txt
M packaging/biboumi.spec.cmake
M CHANGELOG.rst => CHANGELOG.rst +5 -0
@@ 1,3 1,8 @@
Version 4.2 - 2017-04-26
========================

 - Fix a build issue when LiteSQL is absent from the system

Version 4.1 - 2017-03-21
========================


M CMakeLists.txt => CMakeLists.txt +1 -1
@@ 3,7 3,7 @@ cmake_minimum_required(VERSION 3.0)
project(biboumi)

set(${PROJECT_NAME}_VERSION_MAJOR 4)
set(${PROJECT_NAME}_VERSION_MINOR 1)
set(${PROJECT_NAME}_VERSION_MINOR 2)
set(${PROJECT_NAME}_VERSION_SUFFIX "")

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y -pedantic -Wall -Wextra")

M packaging/biboumi.spec.cmake => packaging/biboumi.spec.cmake +3 -0
@@ 59,6 59,9 @@ make check %{?_smp_mflags}


%changelog
* Wed Apr 26 2017 Le Coz Florent <louiz@louiz.org> - 4.2-1
- Fix a build issue when LiteSQL is absent from the system

* Tue Mar 21 2017 Le Coz Florent <louiz@louiz.org> - 4.1-1
- Update to 4.1 sources: compatibility with botan 2.0