summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-22 19:45:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-22 19:45:25 +0300
commit198fe549da3fce9f989f539b138867bdba6e7ede (patch)
tree273ed68a7d3a63fb8de495869cd42eb1e0c04890
parentaa2098530bba690957fd211ac51a05bb38c39512 (diff)
Release version 0.29.0-a.1+3v0.29.0-a.1+3
Bump toolchain version dependency to 0.11.0 in manifest. Switch to topics from tags in manifest. Add upstream-version value to manifest.
-rw-r--r--libcmark-gfm-extensions/manifest13
-rw-r--r--libcmark-gfm/build/bootstrap.build3
-rw-r--r--libcmark-gfm/manifest13
3 files changed, 15 insertions, 14 deletions
diff --git a/libcmark-gfm-extensions/manifest b/libcmark-gfm-extensions/manifest
index 384e3e3..d439913 100644
--- a/libcmark-gfm-extensions/manifest
+++ b/libcmark-gfm-extensions/manifest
@@ -1,14 +1,15 @@
: 1
name: libcmark-gfm-extensions
-# Note: remember to update summary below and build/bootstrap.build!
+# Note: remember to update build/bootstrap.build!
#
-version: 0.29.0-a.1+2
+version: 0.29.0-a.1+3
+upstream-version: 0.29.0.gfm.0
project: cmark-gfm
-summary: GitHub-flavored CommonMark extensions C library, version 0.29.0.gfm.0
+summary: GitHub-flavored CommonMark extensions C library
license: BSD2; Simplified 2-clause BSD License.
-tags: github, markdown, extensions, cmark, commonmark, gfm, c, api
+topics: C, CommonMark, Markdown, documentation generation
description-file: README
url: https://github.com/github/cmark-gfm
src-url: https://git.build2.org/cgit/packaging/cmark-gfm/cmark-gfm/tree/libcmark-gfm-extensions/
@@ -17,6 +18,6 @@ email: packaging@build2.org ; Report issues at https://github.com/github/cmark-g
package-email: packaging@build2.org ; Mailing list.
build-error-email: builds@build2.org
builds: all
-depends: * build2 >= 0.10.0-
-depends: * bpkg >= 0.10.0-
+depends: * build2 >= 0.11.0
+depends: * bpkg >= 0.11.0
depends: libcmark-gfm == $
diff --git a/libcmark-gfm/build/bootstrap.build b/libcmark-gfm/build/bootstrap.build
index 699205e..61fe373 100644
--- a/libcmark-gfm/build/bootstrap.build
+++ b/libcmark-gfm/build/bootstrap.build
@@ -30,8 +30,7 @@ using dist
# a more sensible versioning scheme (or if we decide to switch for some
# reason), we will multiply the first three upstream components by 100 and add
# <gfm-version> to one of them (always to patch for zero <major> but if/when
-# <major> becomes non-zero, we will have to decide based on the changes). We
-# also mention the upstream release in the package summary for information.
+# <major> becomes non-zero, we will have to decide based on the changes).
#
# Similar to upstream we use the <gfm-version> in the ABI version. When
# rebasing on upstream we should check SOVERSION definition in their
diff --git a/libcmark-gfm/manifest b/libcmark-gfm/manifest
index 4f3e454..e5d6117 100644
--- a/libcmark-gfm/manifest
+++ b/libcmark-gfm/manifest
@@ -1,14 +1,15 @@
: 1
name: libcmark-gfm
-# Note: remember to update summary below and build/bootstrap.build!
+# Note: remember to update build/bootstrap.build!
#
-version: 0.29.0-a.1+2
+version: 0.29.0-a.1+3
+upstream-version: 0.29.0.gfm.0
project: cmark-gfm
-summary: GitHub-flavored CommonMark parsing and rendering C library, version 0.29.0.gfm.0
+summary: GitHub-flavored CommonMark parsing and rendering C library
license: BSD2; Simplified 2-clause BSD License.
-tags: github, markdown, cmark, commonmark, gfm, parser, renderer, c, api
+topics: C, CommonMark, Markdown, documentation generation
description-file: README
url: https://github.com/github/cmark-gfm
src-url: https://git.build2.org/cgit/packaging/cmark-gfm/cmark-gfm/tree/libcmark-gfm/
@@ -17,5 +18,5 @@ email: packaging@build2.org ; Report issues at https://github.com/github/cmark-g
package-email: packaging@build2.org ; Mailing list.
build-error-email: builds@build2.org
builds: all
-depends: * build2 >= 0.10.0-
-depends: * bpkg >= 0.10.0-
+depends: * build2 >= 0.11.0
+depends: * bpkg >= 0.11.0