From 0ecfcb7153a392bff1888dbecc7a30a6e51b520d Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Tue, 1 May 2012 12:03:06 -0400 Subject: system/innotop: Updated for version 1.8.1. Signed-off-by: dsomero --- system/innotop/innotop-1.8.0-test.patch | 21 --------------------- system/innotop/innotop.SlackBuild | 6 ++---- system/innotop/innotop.info | 8 ++++---- 3 files changed, 6 insertions(+), 29 deletions(-) delete mode 100644 system/innotop/innotop-1.8.0-test.patch diff --git a/system/innotop/innotop-1.8.0-test.patch b/system/innotop/innotop-1.8.0-test.patch deleted file mode 100644 index faf3cfaa49..0000000000 --- a/system/innotop/innotop-1.8.0-test.patch +++ /dev/null @@ -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', diff --git a/system/innotop/innotop.SlackBuild b/system/innotop/innotop.SlackBuild index 14c2067fb1..0f5c7f6f50 100644 --- a/system/innotop/innotop.SlackBuild +++ b/system/innotop/innotop.SlackBuild @@ -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 diff --git a/system/innotop/innotop.info b/system/innotop/innotop.info index ee67988915..6c5bda2cb5 100644 --- a/system/innotop/innotop.info +++ b/system/innotop/innotop.info @@ -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" -- cgit v1.2.3