diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-17 14:25:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-17 14:25:52 +0200 |
commit | f40ac2b811cbeb506c476ef9e659424fb75c3f7e (patch) | |
tree | 4cdb38507c26cb20d11c413b8bdb9b05be6a27a1 | |
parent | ec1cc3baa37b50f8b7813254bf7394b8cbc1de7f (diff) |
Release version 0.17.0v0.17.0
-rwxr-xr-x | doc/cli.sh | 2 | ||||
-rw-r--r-- | manifest | 16 |
2 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ #! /usr/bin/env bash -version=0.17.0-a.0.z +version=0.17.0 trap 'exit 1' ERR set -o errtrace # Trap in functions. @@ -1,6 +1,6 @@ : 1 name: brep -version: 0.17.0-a.0.z +version: 0.17.0 project: build2 summary: build2 package repository web interface license: MIT @@ -16,8 +16,8 @@ build-warning-email: builds@build2.org requires: c++14 requires: postgresql >= 9.0 requires: apache2 ; Including development files (httpd.h header, etc). -depends: * build2 >= 0.16.0- -depends: * bpkg >= 0.16.0- +depends: * build2 >= 0.16.0 +depends: * bpkg >= 0.16.0 # @@ DEP Should probably become conditional dependency. #requires: ? cli ; Only required if changing .cli files. depends: libapr1 @@ -27,11 +27,11 @@ depends: libcmark-gfm-extensions == 0.29.0-a.4 depends: libstudxml ^1.1.0-b.10 depends: libodb ^2.5.0-b.27 depends: libodb-pgsql ^2.5.0-b.27 -depends: libbutl [0.17.0-a.0.1 0.17.0-a.1) -depends: libbpkg [0.17.0-a.0.1 0.17.0-a.1) -depends: libbbot [0.17.0-a.0.1 0.17.0-a.1) -depends: libbutl.bash [0.17.0-a.0.1 0.17.0-a.1) -depends: bpkg-util [0.17.0-a.0.1 0.17.0-a.1) +depends: libbutl ^0.17.0 +depends: libbpkg ^0.17.0 +depends: libbbot ^0.17.0 +depends: libbutl.bash ^0.17.0 +depends: bpkg-util ^0.17.0 # This package dependens on platform-specific implementation libraries that # are (currently) not packaged and need to come from the system package |