mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/innotop: Updated for version 1.8.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
406118e899
commit
0ecfcb7153
3 changed files with 6 additions and 29 deletions
|
@ -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',
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue