From f07e14f7cc43baf76fd6916a85be5bf2b42c531a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Nov 2019 16:56:28 +0200 Subject: Updates for 0.12.0 release --- intro2-tldr.orig | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'intro2-tldr.orig') diff --git a/intro2-tldr.orig b/intro2-tldr.orig index 434503b..7f3e9a0 100644 --- a/intro2-tldr.orig +++ b/intro2-tldr.orig @@ -1,6 +1,6 @@ created new executable project hello in /tmp/hello.git/ -[master (root-commit) db9119c] first commit - 12 files changed, 103 insertions(+) +[master (root-commit) 2fe4497] first commit + 12 files changed, 107 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 build/.gitignore @@ -59,8 +59,8 @@ synchronizing /tmp/hello-gcc/: upgrade hello/0.1.0#1 distributing libhello/1.0.0+4 version.in ../hello-gcc/libhello-1.0.0+4/libhello/version.hxx.in -c++ hello/cxx{hello}@../hello-gcc/hello/hello/ c++ ../hello-gcc/libhello-1.0.0+4/libhello/cxx{hello} +c++ hello/cxx{hello}@../hello-gcc/hello/hello/ ld ../hello-gcc/libhello-1.0.0+4/libhello/libs{hello} ld ../hello-gcc/hello/hello/exe{hello} ln ../hello-gcc/hello/hello/exe{hello} -> hello/ @@ -78,22 +78,22 @@ fetching from https://git.build2.org/hello/libprint.git + bdep status -i hello configured 0.1.0#1 - libhello ^1.0.0 configured 1.0.0+4 available [1.1.0+4] + libhello ^1.0.0 configured 1.0.0+4 available [1.1.0+5] [1.0.0+5] + bdep sync libhello synchronizing: - new libformat/1.0.0+4 (required by libhello) - new libprint/1.0.0+4 (required by libhello) - upgrade libhello/1.1.0+4 + new libformat/1.0.0+5 (required by libhello) + new libprint/1.0.0+5 (required by libhello) + upgrade libhello/1.1.0+5 reconfigure hello/0.1.0#1 -distributing libformat/1.0.0+4 -distributing libprint/1.0.0+4 -distributing libhello/1.1.0+4 +distributing libformat/1.0.0+5 +distributing libprint/1.0.0+5 +distributing libhello/1.1.0+5 + bdep sync libhello/1.0.0 synchronizing: - drop libprint/1.0.0+4 (unused) - drop libformat/1.0.0+4 (unused) - downgrade libhello/1.0.0+4 + drop libprint/1.0.0+5 (unused) + drop libformat/1.0.0+5 (unused) + downgrade libhello/1.0.0+5 reconfigure hello/0.1.0#1 -distributing libhello/1.0.0+4 +distributing libhello/1.0.0+5 -- cgit v1.1