From 30f33cdee03fdc6dc7f6d975dbf0550921bcaa02 Mon Sep 17 00:00:00 2001 From: Mikko Värri Date: Wed, 11 Jan 2012 08:32:52 -0600 Subject: python/subvertpy: Updated for version 0.8.9. Signed-off-by: Erik Hanson --- python/subvertpy/subvertpy.SlackBuild | 6 +++--- python/subvertpy/subvertpy.info | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'python/subvertpy') diff --git a/python/subvertpy/subvertpy.SlackBuild b/python/subvertpy/subvertpy.SlackBuild index b155c4ae90..1b3761794d 100644 --- a/python/subvertpy/subvertpy.SlackBuild +++ b/python/subvertpy/subvertpy.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for subvertpy -# 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=subvertpy -VERSION=${VERSION:-0.8.5} +VERSION=${VERSION:-0.8.9} 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/python/subvertpy/subvertpy.info b/python/subvertpy/subvertpy.info index dc85f104b4..8f757328e7 100644 --- a/python/subvertpy/subvertpy.info +++ b/python/subvertpy/subvertpy.info @@ -1,10 +1,10 @@ PRGNAM="subvertpy" -VERSION="0.8.5" +VERSION="0.8.9" HOMEPAGE="http://samba.org/~jelmer/subvertpy/" -DOWNLOAD="http://samba.org/~jelmer/subvertpy/subvertpy-0.8.5.tar.gz" -MD5SUM="3b6f083af4c914d0b75c4ec32c315c35" +DOWNLOAD="http://samba.org/~jelmer/subvertpy/subvertpy-0.8.9.tar.gz" +MD5SUM="e6f9e33bd93269897461dae87cffbfd4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" -APPROVED="dsomero,Niels Horn" +APPROVED="dsomero,Niels Horn,Erik Hanson" -- cgit v1.2.3-65-gdbad