Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cb28f6d7ddcd25cd1b4ef4217f20d166c12c9c7e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cb28f6d7ddcd25cd1b4ef4217f20d166c12c9c7e)
  • Date: Tue, 28 Jun 2016 21:17:36 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

crypto/nss/HISTORY | 3 +++
crypto/nss/PREPARE | 3 ++-
gnu/gcc/HISTORY | 4 ++++
3 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit cb28f6d7ddcd25cd1b4ef4217f20d166c12c9c7e
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

nss: Add 3.23 to NSS_BRANCH query

commit 5755a2dfab33f9a66008161dbb6c03965278573d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

gcc: Update HISTORY

diff --git a/crypto/nss/HISTORY b/crypto/nss/HISTORY
index ba8d211..b0e36d2 100644
--- a/crypto/nss/HISTORY
+++ b/crypto/nss/HISTORY
@@ -1,3 +1,6 @@
+2016-06-28 Ismael Luceno <ismael AT sourcemage.org>
+ * PREPARE: Added 3.23 to NSS_BRANCH query
+
2016-06-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS, PREPARE: added 3.23 branch
* PRE_BUILD: 3.23.x needs the patch from 3.21.x branch too
diff --git a/crypto/nss/PREPARE b/crypto/nss/PREPARE
index ec3c786..a67ab85 100755
--- a/crypto/nss/PREPARE
+++ b/crypto/nss/PREPARE
@@ -1,4 +1,5 @@
-config_query_list NSS_BRANCH "Which branch of $SPELL do you want to build?"
DEFAULT 3.14 3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22 &&
+config_query_list NSS_BRANCH "Which branch of $SPELL do you want to build?" \
+ DEFAULT 3.14 3.15 3.16 3.17 3.18 3.19 3.20 3.21 3.22 3.23 &&

if [[ -z "$NSS_BRANCH" ]] || [[ "$NSS_BRANCH" == "DEFAULT" ]]; then
NSS_BRANCH=3.20
diff --git a/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index 815a9ab..f1b95be 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,7 @@
+2016-06-28 Ismael Luceno <ismael AT sourcemage.org>
+ * PREPARE: Add java if GCC_COMPILER=all
+ * BUILD, PREPARE: Fix compiler selection query
+
2016-05-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PREPARE: adapt to languages available in gcc 6.1




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (cb28f6d7ddcd25cd1b4ef4217f20d166c12c9c7e), Ismael Luceno, 06/28/2016

Archive powered by MHonArc 2.6.24.

Top of Page