summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-01-17 21:09:25 +0100
committerlouiz’ <louiz@louiz.org>2018-01-17 21:10:35 +0100
commit5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa (patch)
tree52c450118dc00cee374450be12524c52b837f272
parent520711023f82bc0828a7af9459eabb155bf42566 (diff)
downloadbiboumi-5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa.tar.gz
biboumi-5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa.tar.bz2
biboumi-5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa.tar.xz
biboumi-5c75cd104f1fe69ac7a287044d5fc1a6cf8cdffa.zip
By the way, we were on version 7.0~dev
-rw-r--r--CMakeLists.txt6
-rw-r--r--packaging/biboumi.spec.cmake7
2 files changed, 9 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d19a84e..5239b52 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,9 +2,9 @@ cmake_minimum_required(VERSION 3.0)
project(biboumi)
-set(${PROJECT_NAME}_VERSION_MAJOR 6)
-set(${PROJECT_NAME}_VERSION_MINOR 1)
-set(${PROJECT_NAME}_VERSION_SUFFIX "")
+set(${PROJECT_NAME}_VERSION_MAJOR 7)
+set(${PROJECT_NAME}_VERSION_MINOR 0)
+set(${PROJECT_NAME}_VERSION_SUFFIX "~dev")
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Debug" CACHE STRING
diff --git a/packaging/biboumi.spec.cmake b/packaging/biboumi.spec.cmake
index a3b94ce..4cd3aa5 100644
--- a/packaging/biboumi.spec.cmake
+++ b/packaging/biboumi.spec.cmake
@@ -12,6 +12,7 @@ BuildRequires: expat-devel
BuildRequires: libuuid-devel
BuildRequires: systemd-devel
BuildRequires: sqlite-devel
+BuildRequires: postgresql-devel
BuildRequires: cmake
BuildRequires: systemd
BuildRequires: pandoc
@@ -39,7 +40,8 @@ cmake . -DCMAKE_CXX_FLAGS="%{optflags}" \
-DWITHOUT_BOTAN=1 \
-DWITH_SYSTEMD=1 \
-DWITH_LIBIDN=1 \
- -DWITH_SQLITE3=1
+ -DWITH_SQLITE3=1 \
+ -DWITH_POSTGRESQL=1
make %{?_smp_mflags}
@@ -61,6 +63,9 @@ make check %{?_smp_mflags}
%changelog
+* ${RPM_DATE} Le Coz Florent <louiz@louiz.org> - ${RPM_VERSION}-1
+- Build latest git revision
+
* Wed Oct 4 2017 Le Coz Florent <louiz@louiz.org> - 6.1-1
Update to version 6.1