Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c849cf4a0f74356882435fefcb30a3681d84498d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (c849cf4a0f74356882435fefcb30a3681d84498d)
  • Date: Wed, 25 Mar 2009 02:32:50 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

disk/partimage-ng/HISTORY | 3 +++
disk/partimage-ng/PRE_BUILD | 4 ++++
graphics/lcms/DETAILS | 2 +-
graphics/lcms/HISTORY | 5 +++++
graphics/lcms/PRE_BUILD | 3 ---
python-pypi/bzr/DETAILS | 4 ++--
python-pypi/bzr/HISTORY | 3 +++
7 files changed, 18 insertions(+), 6 deletions(-)

New commits:
commit da0782d0d0b3e12f3e5cf9a513b7bc1b778689c4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

lcms - update sha5sum, tarball now fixed upstream

commit f3bbe5df55a867ab0a5fb962ac6d59e38407d062
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

bzr: => 1.13.1

commit 593bedd20fe616ef64cbab3c687c8aa44750304e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

partimage-ng - fix compile with gcc-4.4

diff --git a/disk/partimage-ng/HISTORY b/disk/partimage-ng/HISTORY
index c55e933..4f5ea2c 100644
--- a/disk/partimage-ng/HISTORY
+++ b/disk/partimage-ng/HISTORY
@@ -1,3 +1,6 @@
+2009-03-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: fix compile with gcc-4.4
+
2009-03-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: new website, previous one was usurped

diff --git a/disk/partimage-ng/PRE_BUILD b/disk/partimage-ng/PRE_BUILD
index 6038bf4..92dd69b 100755
--- a/disk/partimage-ng/PRE_BUILD
+++ b/disk/partimage-ng/PRE_BUILD
@@ -10,5 +10,9 @@ sed -i -e '/<fcntl.h>/ a\
#include <langinfo.h>
' src/imager.cpp
fi &&
+#fix gcc4.4 problem
+sed -i -e '/<cstdlib>/ a\
+#include <stdint.h>
+' src/fat32partition.cpp &&
# fix compile with recent e2fsprogs
patch -p1 -i $SPELL_DIRECTORY/e2fs.diff
diff --git a/graphics/lcms/DETAILS b/graphics/lcms/DETAILS
index c6f0fb5..7873b33 100755
--- a/graphics/lcms/DETAILS
+++ b/graphics/lcms/DETAILS
@@ -1,6 +1,6 @@
SPELL=lcms
VERSION=1.18
-
SOURCE_HASH=sha512:3b16b5bee3e56d868cacd9d3b9b577233f9c149e6907b8b6229741af94f400bae49118991d881728bf851cc85d9bfe6e66e901cf30e3b34e95264a9a750c628a
+
SOURCE_HASH=sha512:d2e04ef963e93a17939a2add90c4032fe84d2832cd1a7d91799aa32fa9d30fd1173d1cd483b1d6ed78613d6fbd1d7092000609fae1727fffc9280c08539dfcf1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.littlecms.com/${SOURCE}
diff --git a/graphics/lcms/HISTORY b/graphics/lcms/HISTORY
index bb31412..466a64d 100644
--- a/graphics/lcms/HISTORY
+++ b/graphics/lcms/HISTORY
@@ -1,3 +1,8 @@
+2009-03-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: update hash
+ * PRE_BUILD: deleted
+ tarball fixed upstream
+
2009-03-21 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.18
* PRE_BUILD: added, fix typo in lcms.h
diff --git a/graphics/lcms/PRE_BUILD b/graphics/lcms/PRE_BUILD
deleted file mode 100755
index 87b4781..0000000
--- a/graphics/lcms/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sed -i 's/||||/||/' include/lcms.h
diff --git a/python-pypi/bzr/DETAILS b/python-pypi/bzr/DETAILS
index a72fa2c..fb13eb6 100755
--- a/python-pypi/bzr/DETAILS
+++ b/python-pypi/bzr/DETAILS
@@ -1,10 +1,10 @@
SPELL=bzr
- VERSION=1.13
+ VERSION=1.13.1
VX=`echo $VERSION|cut -c-4`
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://launchpad.net/bzr/$VX/$VX/+download/$SOURCE
+ SOURCE_URL[0]=http://launchpad.net/bzr/$VX/$VERSION/+download/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL}.sig
SOURCE2_IGNORE=signature
SOURCE_GPG=bzr.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/python-pypi/bzr/HISTORY b/python-pypi/bzr/HISTORY
index bdf87aa..8471d57 100644
--- a/python-pypi/bzr/HISTORY
+++ b/python-pypi/bzr/HISTORY
@@ -1,3 +1,6 @@
+2009-03-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.13.1
+
2009-03-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.13
* bzr.gpg: updated with key 0DDBE378




Archive powered by MHonArc 2.6.24.

Top of Page