Revision: 70
Author: baron.schwa...@gmail.com
Date: Sat Feb 25 18:21:42 2012
Log: Update .spec file to allow --define='maketest 0' (fixes issue 44)
http://code.google.com/p/innotop/source/detail?r=70
Modified:
/trunk/Changelog
/trunk/innotop.spec
=======================================
--- /trunk/Changelog Sat Nov 6 08:28:43 2010
+++ /trunk/Changelog Sat Feb 25 18:21:42 2012
@@ -1,5 +1,11 @@
Changelog for innotop:
+2012-02-25: version 1.8.1
+
+ Bugs fixed:
+ * Various errors caused by variations in MySQL 5.5
+ * RPM spec file prevented building on CentOS 5.5 using mock (issue 44).
+
2010-11-06: version 1.8.0
Changes:
=======================================
--- /trunk/innotop.spec Sun Sep 6 16:46:57 2009
+++ /trunk/innotop.spec Sat Feb 25 18:21:42 2012
@@ -14,7 +14,7 @@
Buildarch: noarch
Source: http://%name}.googlecode.com/files/%{name}-%{version}.tar.gz
%define filelist %{name}-%{version}-filelist
-%define maketest 1
+%{!?maketest: %define: maketest 1}
%description
MySQL and InnoDB transaction/status monitor. Like 'top' for MySQL.
Displays