Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f365ec25cb85532fa6b5331511f28a6feffd901c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f365ec25cb85532fa6b5331511f28a6feffd901c)
  • Date: Wed, 7 Feb 2018 14:43:21 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/git-crypt/DETAILS | 2 +-
crypto/git-crypt/HISTORY | 6 +++++-
crypto/git-crypt/PRE_BUILD | 6 ++++++
3 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit f365ec25cb85532fa6b5331511f28a6feffd901c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

git-crypt: => 0.6.0

diff --git a/crypto/git-crypt/DETAILS b/crypto/git-crypt/DETAILS
index bf540cb..f09be19 100755
--- a/crypto/git-crypt/DETAILS
+++ b/crypto/git-crypt/DETAILS
@@ -1,5 +1,5 @@
SPELL=git-crypt
- VERSION=0.5.0
+ VERSION=0.6.0
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_URL[0]=https://www.agwa.name/projects/${SPELL}/downloads/${SOURCE}
diff --git a/crypto/git-crypt/HISTORY b/crypto/git-crypt/HISTORY
index 22d02f7..c518797 100644
--- a/crypto/git-crypt/HISTORY
+++ b/crypto/git-crypt/HISTORY
@@ -1,2 +1,6 @@
+2018-02-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.6.0
+ * PRE_BUILD: added, to fix build with older GCC
+
2016-09-28 Vlad Glagolev <stealth AT sourcemage.org>
- DETAILS, DEPENDS, BUILD, INSTALL, agwa.gpg: created spell, version
0.5.0
+ * DETAILS, DEPENDS, BUILD, INSTALL, agwa.gpg: created spell, version
0.5.0
diff --git a/crypto/git-crypt/PRE_BUILD b/crypto/git-crypt/PRE_BUILD
new file mode 100755
index 0000000..bc4ff40
--- /dev/null
+++ b/crypto/git-crypt/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+if spell_ok gcc && is_version_less $(installed_version gcc) 4.8; then
+ sedit "s:-std=c++11:-std=c++0x:" Makefile
+fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f365ec25cb85532fa6b5331511f28a6feffd901c), Vlad Glagolev, 02/07/2018

Archive powered by MHonArc 2.6.24.

Top of Page