Skip to Content.
Sympa Menu

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

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 (527484c23ba9c20dd584ea4ec21f0dfb2840d13c)
  • Date: Sun, 15 May 2011 14:58:09 -0500

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

archive/p7zip/DETAILS | 4 ++--
archive/p7zip/HISTORY | 4 ++++
archive/p7zip/PRE_BUILD | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)

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

p7zip: => 9.20.1

diff --git a/archive/p7zip/DETAILS b/archive/p7zip/DETAILS
index 298698f..d3515e3 100755
--- a/archive/p7zip/DETAILS
+++ b/archive/p7zip/DETAILS
@@ -1,6 +1,6 @@
SPELL=p7zip
- VERSION=9.13
-
SOURCE_HASH=sha512:84b6687fc33af55c7f282fc6c988789cbdd0b3d2df0adb1c14b6ad12ebc2ed4600ddf6b043d2d8f2baa717ee8afc3601f7e9e37c5d44d6357727bf3a36686e11
+ VERSION=9.20.1
+
SOURCE_HASH=sha512:7bb8a276aaefc4a83364e45633c48527de44c6b1205344f3356db570582f30f81d82a94938c99a7ad193587b584cc1c03219c28249de40018bdaee6c3b2a022a
SOURCE=${SPELL}_${VERSION}_src_all.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}_$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/archive/p7zip/HISTORY b/archive/p7zip/HISTORY
index 9072b96..8194f8a 100644
--- a/archive/p7zip/HISTORY
+++ b/archive/p7zip/HISTORY
@@ -1,3 +1,7 @@
+2011-05-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 9.20.1
+ * PRE_BUILD: corrected template filename
+
2010-05-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 9.13

diff --git a/archive/p7zip/PRE_BUILD b/archive/p7zip/PRE_BUILD
index 82158c1..c8cf33c 100755
--- a/archive/p7zip/PRE_BUILD
+++ b/archive/p7zip/PRE_BUILD
@@ -10,7 +10,7 @@ sedit "s|CFLAGS=|CFLAGS=$CFLAGS |g" makefile.glb &&

case "${HOST%%-*}" in
i*86 | ppc | alpha)
- cp makefile.linux_x86_ppc_alpha_gcc_4.X makefile.machine
+ cp makefile.linux_any_cpu_gcc_4.X makefile.machine
;;
x86_64)
cp makefile.linux_amd64 makefile.machine



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (527484c23ba9c20dd584ea4ec21f0dfb2840d13c), Vlad Glagolev, 05/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page