New commits:
commit d233a1eb076d4e72cb916f166f8188431734ae5c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
wine: Updated to 1.1.28
commit f9bf5226f11dfbb9e72e4a8a103785bc7b89b07b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
kdevelop4: => 3.9.95
commit 5e79a687147b51fdd3ff40373dd2b890ac2663c8
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
kdevplatform4: => 0.9.95
commit 5abc722e3b480bf37707967ad267285f298603c2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
phonon - adjust depends
commit c85699d0bc4e3fcda58a69dad8362529da881423
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
glibc: stubs-32.h and stubs-64.h are also only created if they differ
commit 7fbd76c538d940d5c558d2f944923a6a0e0894ed
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>
qsvn: dont install libs to /usr/lib64
commit 604726fe3159a884026b5011153b0464035a3155
Author: Finn Haedicke <finn_haedicke AT gmx.net>
Commit: Finn Haedicke <finn_haedicke AT gmx.net>
qsvn => 0.8.3
commit 40af0b3d1e377fbf65dfb56c4db50e50c956db4a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
coreutils: => 7.5 (i'm not sure about the patches, uuhhhh..)
commit 19aa5e0927985ab7477c0f0f432a94a51ce8279a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
2009-06-26 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.94
+2009-06-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.9.94
* PRE_BUILD: added, fix incomplete fix for boost bug #2947
2009-05-28 Treeve Jelbert <treeve AT sourcemage.org>
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index 4f3b2a8..a5abdb6 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2009-08-20 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: stubs-32.h and stubs-64.h are also only created if they
differ
+
2009-06-09 Eric Sandall <sandalle AT sourcemage.org>
* init.d/nscd: Also requires /var/db/nscd to exist
diff --git a/libs/glibc/INSTALL b/libs/glibc/INSTALL
index 28360b0..59b434d 100755
--- a/libs/glibc/INSTALL
+++ b/libs/glibc/INSTALL
@@ -24,7 +24,9 @@ cd $SOURCE_DIRECTORY.bld &&
# glibc only installs these if the file differs
#
for i in ${INSTALL_ROOT}/usr/include/bits/syscall.h \
- ${INSTALL_ROOT}/usr/include/gnu/stubs.h; do
+ ${INSTALL_ROOT}/usr/include/gnu/stubs.h \
+ ${INSTALL_ROOT}/usr/include/gnu/stubs-32.h \
+ ${INSTALL_ROOT}/usr/include/gnu/stubs-64.h; do
if [ -f $i ]; then
rm -vf $i
fi
diff --git a/python-pypi/netaddr/DETAILS b/python-pypi/netaddr/DETAILS
index c2adbe6..4ccacce 100755
--- a/python-pypi/netaddr/DETAILS
+++ b/python-pypi/netaddr/DETAILS
@@ -1,9 +1,9 @@
SPELL=netaddr
- VERSION=0.7.1
+ VERSION=0.7.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://pypi.python.org/packages/source/n/$SPELL/$SOURCE
SOURCE_URL[1]=http://netaddr.googlecode.com/files/$SOURCE
-
SOURCE_HASH=sha512:7cec34e58e4f5336da73f17fd4715a243902be1d4b16e91202c12f40046960864b2bc3b1887a5451f2cf12165e595114e41ab56ac83fd01a3350543893106452
+
SOURCE_HASH=sha512:06d67836f7463f2d1ec0b008173d55905bd2961e55ae7e600b250a197539257d1b2b67bed93010c5e3e0106c627b68e779f3912d391a6bd33bed4e808cd296d0
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://code.google.com/p/netaddr/
LICENSE[0]=BSD
diff --git a/python-pypi/netaddr/HISTORY b/python-pypi/netaddr/HISTORY
index d5ac351..d4d2625 100644
--- a/python-pypi/netaddr/HISTORY
+++ b/python-pypi/netaddr/HISTORY
@@ -1,3 +1,6 @@
+2009-08-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.7.2
+
2009-08-15 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.7.1