rpms/mysqltuner/devel mysqltuner-0.9.1-checkversion.patch, 1.1, 1.2 mysqltuner.spec, 1.1, 1.2

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Jun 21 18:20:44 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/mysqltuner/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5709

Modified Files:
	mysqltuner-0.9.1-checkversion.patch mysqltuner.spec 
Log Message:
* Sat Jun 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.9.1-4
- Don't warn if --skipversion is used (#452172).


mysqltuner-0.9.1-checkversion.patch:

Index: mysqltuner-0.9.1-checkversion.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/devel/mysqltuner-0.9.1-checkversion.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysqltuner-0.9.1-checkversion.patch	21 Jun 2008 18:14:16 -0000	1.1
+++ mysqltuner-0.9.1-checkversion.patch	21 Jun 2008 18:19:54 -0000	1.2
@@ -11,16 +11,17 @@
  	);
  	
  # Gather the options from the command line
-@@ -60,7 +60,7 @@
+@@ -60,7 +60,8 @@
  		'noinfo',
  		'nocolor',
  		'skipsize',
 -		'skipversion',
 +		'checkversion',
++		'skipversion', # ignored (use --checkversion), present for backwards compatibility
  		'help',
  	);
  
-@@ -79,7 +79,7 @@
+@@ -79,7 +80,7 @@
  		"   Performance and Reporting Options\n".
  		"      --skipsize       Don't enumerate tables and their types/sizes\n".
  		"                       (Recommended for servers with many tables)\n".
@@ -29,7 +30,7 @@
  		"   Output Options:\n".
  		"      --nogood         Remove OK responses\n".
  		"      --nobad          Remove negative/suggestion responses\n".
-@@ -269,7 +269,7 @@
+@@ -269,7 +270,7 @@
  # Checks for updates to MySQLTuner
  sub validate_tuner_version {
  	print "\n-------- General Statistics --------------------------------------------------\n";


Index: mysqltuner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/devel/mysqltuner.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysqltuner.spec	21 Jun 2008 18:14:16 -0000	1.1
+++ mysqltuner.spec	21 Jun 2008 18:19:54 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           mysqltuner
 Version:        0.9.1
-Release:        1
+Release:        4
 Summary:        MySQL high performance tuning script
 
 Group:          Applications/Databases
@@ -49,6 +49,9 @@
 
 
 %changelog
+* Sat Jun 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.9.1-4
+- Don't warn if --skipversion is used (#452172).
+
 * Thu Jun 19 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.9.1-1
 - 0.9.1.
 - Patch to not "phone home" by default (--skipversion -> --checkversion).




More information about the fedora-extras-commits mailing list