From 7ebe2bef30962c340ca549248d07a7f899c04578 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 29 Apr 2017 17:22:29 +0200 Subject: Check ODB and libstudxml versions --- brep/version.in | 17 +++++++++++++++++ manifest | 6 +++--- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/brep/version.in b/brep/version.in index c0f6df4..a5b236e 100644 --- a/brep/version.in +++ b/brep/version.in @@ -49,6 +49,23 @@ $libbpkg.check(LIBBPKG_VERSION, LIBBPKG_SNAPSHOT)$ $libbbot.check(LIBBBOT_VERSION, LIBBBOT_SNAPSHOT)$ +#include + +$libodb.check(LIBODB_VERSION, LIBODB_SNAPSHOT)$ + +#include + +$libodb-pgsql.check(LIBODB_PGSQL_VERSION, LIBODB_PGSQL_SNAPSHOT)$ + +// @@ Not really the correct place for the check since we don't use +// it here. +// +/* +#include + +$libstudxml.check(LIBSTUDXML_VERSION, LIBSTUDXML_SNAPSHOT)$ +*/ + // For now these are the same. // #define LIBBREP_VERSION BREP_VERSION diff --git a/manifest b/manifest index 571ec19..20e0d25 100644 --- a/manifest +++ b/manifest @@ -17,9 +17,9 @@ depends: * bpkg >= 0.5.0- # @@ Should probably become conditional dependency. requires: ? cli ; Only required if changing .cli files. depends: libapr1 -depends: libstudxml >= 1.1.0-a4 -depends: libodb >= 2.5.0-a10 -depends: libodb-pgsql >= 2.5.0-a10 +depends: libstudxml [1.1.0-b.0.1 1.1.0-b.1) +depends: libodb [2.5.0-b.1.1 2.5.0-b.2) +depends: libodb-pgsql [2.5.0-b.1.1 2.5.0-b.2) depends: libbutl [0.5.0-b.0.1 0.5.0-b.1) depends: libbpkg [0.5.0-b.0.1 0.5.0-b.1) depends: libbbot [0.5.0-b.0.1 0.5.0-b.1) -- cgit v1.1