system/innotop: Updated for version 1.8.1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2012-05-01 12:03:06 -04:00 committed by Erik Hanson
parent 406118e899
commit 0ecfcb7153
3 changed files with 6 additions and 29 deletions

View file

@ -1,21 +0,0 @@
diff -Naur innotop-1.8.0-orig/t/InnoDBParser.t innotop-1.8.0/t/InnoDBParser.t
--- innotop-1.8.0-orig/t/InnoDBParser.t 2010-11-06 17:32:11.000000000 +0200
+++ innotop-1.8.0/t/InnoDBParser.t 2010-12-09 15:22:01.000000000 +0200
@@ -5,7 +5,7 @@
use Test::More tests => 1;
use Data::Dumper;
-require "../innotop";
+require "innotop";
my $innodb_parser = new InnoDBParser;
sub read_file {
@@ -18,7 +18,7 @@
}
my %tests = (
- 'innodb-status-001' => {
+ 't/innodb-status-001' => {
IB_bp_add_pool_alloc => '0',
IB_bp_awe_mem_alloc => 0,
IB_bp_buf_free => '8172',

View file

@ -2,7 +2,7 @@
# Slackware build script for innotop
# Copyright 2010 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2010-2012 Heinz Wiesinger, Amsterdam, The Netherlands
# 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=innotop
VERSION=1.8.0
VERSION=1.8.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -45,8 +45,6 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
patch -p1 -i $CWD/innotop-1.8.0-test.patch
perl Makefile.PL INSTALLDIRS=vendor
make
make test

View file

@ -1,10 +1,10 @@
PRGNAM="innotop"
VERSION="1.8.0"
VERSION="1.8.1"
HOMEPAGE="http://code.google.com/p/innotop/"
DOWNLOAD="http://innotop.googlecode.com/files/innotop-1.8.0.tar.gz"
MD5SUM="703ba1036bc1067650b558eecc3c15cd"
DOWNLOAD="http://innotop.googlecode.com/files/innotop-1.8.1.tar.gz"
MD5SUM="af3e5c044912a9dfc7860d66a1a51bd4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="Niels Horn"
APPROVED="dsomero"