From 9b9be16a7c6e75e2ca29f1dd9f136d3cf104dc39 Mon Sep 17 00:00:00 2001
From: Karen Arutyunov <karen@codesynthesis.com>
Date: Sun, 2 Dec 2018 00:56:23 +0300
Subject: Adapt manifest to wildcard semantics change for
 build-{include,exclude} values

---
 manifest | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

(limited to 'manifest')

diff --git a/manifest b/manifest
index c1bedeb..dcd15f4 100644
--- a/manifest
+++ b/manifest
@@ -3,7 +3,7 @@ name: libodb-oracle
 version: 2.5.0-b.10.z
 project: odb
 summary: Oracle ODB runtime library
-license: ODB NCUEL; Non-Commercial Use and Evaluation License
+license: ODB NCUEL ; Non-Commercial Use and Evaluation License.
 license: proprietary
 tags: c++, orm, oracle, database, relational, object, persistence, sql
 description-file: README
@@ -13,9 +13,10 @@ doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml
 src-url: https://git.codesynthesis.com/cgit/odb/libodb-oracle/
 email: odb-users@codesynthesis.com
 build-email: odb-builds@codesynthesis.com
-build-exclude: *; Requires proprietary Oracle Call Interface library
+#builds: none ; Requires proprietary Oracle Call Interface library.
+build-exclude: ** ; Requires proprietary Oracle Call Interface library.
 requires: c++11
-requires: oci; Oracle Call Interface library
+requires: oci ; Oracle Call Interface library.
 depends: * build2 >= 0.8.0-
 depends: * bpkg >= 0.8.0-
 depends: libodb [2.5.0-b.10.1 2.5.0-b.11)
-- 
cgit v1.1