summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Mikko Värri2012-01-11 04:03:30 +0100
committer Erik Hanson2012-01-13 21:43:37 +0100
commit1c2d796e3b0654be219b75fe227c73fd527ba39f (patch)
tree459d1fd9569ae634c89ffb77b95c334cf5f13e62
parent6efd10874d8425d31f8e2691ba92c4245e70b8a3 (diff)
downloadslackbuilds-1c2d796e3b0654be219b75fe227c73fd527ba39f.tar.gz
libraries/ZODB3: Updated for version 3.10.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--libraries/ZODB3/ZODB3.SlackBuild6
-rw-r--r--libraries/ZODB3/ZODB3.info8
2 files changed, 7 insertions, 7 deletions
diff --git a/libraries/ZODB3/ZODB3.SlackBuild b/libraries/ZODB3/ZODB3.SlackBuild
index ef2c2ca191..70b463ef34 100644
--- a/libraries/ZODB3/ZODB3.SlackBuild
+++ b/libraries/ZODB3/ZODB3.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ZODB3
-# Copyright 2011 Mikko Värri, Finland
+# Copyright 2012 Mikko Värri, Finland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ZODB3
-VERSION=${VERSION:-3.10.3}
+VERSION=${VERSION:-3.10.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,7 +57,7 @@ find . \
python setup.py install --root=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/libraries/ZODB3/ZODB3.info b/libraries/ZODB3/ZODB3.info
index 62442c73e8..76419c7304 100644
--- a/libraries/ZODB3/ZODB3.info
+++ b/libraries/ZODB3/ZODB3.info
@@ -1,10 +1,10 @@
PRGNAM="ZODB3"
-VERSION="3.10.3"
+VERSION="3.10.5"
HOMEPAGE="http://pypi.python.org/pypi/ZODB3/"
-DOWNLOAD="http://pypi.python.org/packages/source/Z/ZODB3/ZODB3-3.10.3.tar.gz"
-MD5SUM="c454057a461ad75e472d6aea2cf3f168"
+DOWNLOAD="http://pypi.python.org/packages/source/Z/ZODB3/ZODB3-3.10.5.tar.gz"
+MD5SUM="6f180c6897a1820948fee2a6290503cd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
-APPROVED="dsomero"
+APPROVED="dsomero,Niels Horn"