summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-04-08 21:51:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-04-08 22:07:10 +0300
commit9fe3f828463e7902cfe85111ce7ed22ab6a9b24f (patch)
tree29e92b8f59fb1131675708d4c601b9461149c04b
parent40856b38588124b60099954239756a622598cd21 (diff)
Release version 1.2.1200+1v1.2.1200+1
Use legal{} target type for legal documentation (LICENSE, etc)
-rw-r--r--TODO4
-rw-r--r--libz/buildfile2
-rw-r--r--libz/manifest2
3 files changed, 3 insertions, 5 deletions
diff --git a/TODO b/TODO
index da80960..964ab3c 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,4 @@ On the revision:
On the release:
-- Use legal{} target type for legal documentation (LICENSE, AUTHORS, etc).
-
- Note that this requires bumping build2 version requirement to 0.13.0.
+ Note that this requires bumping build2 version requirement to 0.15.0.
diff --git a/libz/buildfile b/libz/buildfile
index a8a0d4a..e5850dd 100644
--- a/libz/buildfile
+++ b/libz/buildfile
@@ -1,7 +1,7 @@
# file : buildfile
# license : zlib License; see accompanying LICENSE file
-./: {*/ -build/} doc{LICENSE INSTALL README} manifest
+./: {*/ -build/} doc{INSTALL README} legal{LICENSE} manifest
# Don't install tests or the INSTALL file.
#
diff --git a/libz/manifest b/libz/manifest
index 3fa554c..f0647ed 100644
--- a/libz/manifest
+++ b/libz/manifest
@@ -1,6 +1,6 @@
: 1
name: libz
-version: 1.2.1200
+version: 1.2.1200+1
upstream-version: 1.2.12
project: zlib
summary: General-purpose lossless data compression C library