From dc91b3f69319698050d91dc26eaad5035e7c5658 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 16 Mar 2021 04:32:06 -0300 Subject: [PATCH] qi: Bump to version 2.4 (Release Candidate 5) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- qi/Makefile | 2 +- qi/NEWS | 3 +++ qi/doc/qi-header.texi | 4 ++-- qi/doc/qi.1 | 2 +- qi/doc/qi.html | 8 ++++---- qi/doc/qi.info | 4 ++-- qi/src/qi.in | 15 +++++++++++++++ recipes/tools/qi/recipe | 2 +- sources/SOURCELIST.txt | 2 +- sources/qi-2.4-rc4.tar.lz.sha256 | 1 - sources/qi-2.4-rc5.tar.lz.sha256 | 1 + 11 files changed, 31 insertions(+), 13 deletions(-) delete mode 100644 sources/qi-2.4-rc4.tar.lz.sha256 create mode 100644 sources/qi-2.4-rc5.tar.lz.sha256 diff --git a/qi/Makefile b/qi/Makefile index 576bb2c4..44574070 100644 --- a/qi/Makefile +++ b/qi/Makefile @@ -15,7 +15,7 @@ # limitations under the License. project = qi -version = 2.4-rc4 +version = 2.4-rc5 ## DO NOT MAKE CHANGES HERE. # diff --git a/qi/NEWS b/qi/NEWS index c0d5eab8..d3b8f69e 100644 --- a/qi/NEWS +++ b/qi/NEWS @@ -8,6 +8,9 @@ * recipes: Added the "docs" and "docsdir" variables to be unset after processing a recipe. + * recipes: Added support for executing other defined functions + besides the main "build()" function. + * Change default values for QICFLAGS, QICXXFLAGS from "-g0 -O2" to just "-O2". Also, default value for LDFLAGS from "-s" to just "" (none). This is to provide more generic values in the package diff --git a/qi/doc/qi-header.texi b/qi/doc/qi-header.texi index a83d1412..ffe1261f 100644 --- a/qi/doc/qi-header.texi +++ b/qi/doc/qi-header.texi @@ -7,8 +7,8 @@ @syncodeindex pg cp @comment %**end of header -@set VERSION 2.4-rc4 -@set UPDATED 14 Mar 2021 +@set VERSION 2.4-rc5 +@set UPDATED 16 Mar 2021 @copying This user guide is for Qi (version @value{VERSION}, diff --git a/qi/doc/qi.1 b/qi/doc/qi.1 index 1b6a2b31..fa334456 100644 --- a/qi/doc/qi.1 +++ b/qi/doc/qi.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.2. -.TH QI "1" "March 2021" "qi 2.4-rc4" "User Commands" +.TH QI "1" "March 2021" "qi 2.4-rc5" "User Commands" .SH NAME qi \- a simple but well-integrated package manager .SH SYNOPSIS diff --git a/qi/doc/qi.html b/qi/doc/qi.html index 4ad39b29..4897a2bc 100644 --- a/qi/doc/qi.html +++ b/qi/doc/qi.html @@ -1,7 +1,7 @@ -