From 198fe549da3fce9f989f539b138867bdba6e7ede Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 22 Jun 2019 19:45:25 +0300 Subject: Release version 0.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. --- libcmark-gfm/build/bootstrap.build | 3 +-- libcmark-gfm/manifest | 13 +++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to '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 # to one of them (always to patch for zero but if/when -# becomes non-zero, we will have to decide based on the changes). We -# also mention the upstream release in the package summary for information. +# becomes non-zero, we will have to decide based on the changes). # # Similar to upstream we use the 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 -- cgit v1.1