rpms/mysqltuner/devel .cvsignore, 1.2, 1.3 mysqltuner.spec, 1.5, 1.6 sources, 1.3, 1.4

Ville Skyttä scop at fedoraproject.org
Thu Sep 11 21:37:08 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/mysqltuner/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26650/devel

Modified Files:
	.cvsignore mysqltuner.spec sources 
Log Message:
* Thu Sep 11 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.9.9-1
- 0.9.9.
- Update description.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	21 Jun 2008 18:14:16 -0000	1.2
+++ .cvsignore	11 Sep 2008 21:36:38 -0000	1.3
@@ -1 +1 @@
-mysqltuner.pl.gz
+mysqltuner-0.9.9.pl


Index: mysqltuner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/devel/mysqltuner.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mysqltuner.spec	25 Jul 2008 16:35:28 -0000	1.5
+++ mysqltuner.spec	11 Sep 2008 21:36:38 -0000	1.6
@@ -1,12 +1,12 @@
 Name:           mysqltuner
-Version:        0.9.8
+Version:        0.9.9
 Release:        1
 Summary:        MySQL high performance tuning script
 
 Group:          Applications/Databases
 License:        GPLv3+
 URL:            http://mysqltuner.com/
-Source0:        http://mysqltuner.com/mysqltuner.pl.gz
+Source0:        http://mysqltuner.com/releases/mysqltuner-%{version}.pl
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -14,17 +14,15 @@
 Requires:       which
 
 %description
-MySQLTuner is a MySQL high performance tuning script written in perl
-that will provide you with a snapshot of a MySQL server's health.
-Based on the statistics gathered, specific recommendations will be
-provided that will increase a MySQL server's efficiency and
-performance.  The script gives you automated MySQL tuning that is on
-the level of what you would receive from a MySQL DBA.
+MySQLTuner is a script written in Perl that will assist you with your
+MySQL configuration and make recommendations for increased performance
+and stability.  Within seconds, it will display statistics about your
+MySQL installation and the areas where it can be improved.
 
 
 %prep
 %setup -q -c -T
-gzip -dc %{SOURCE0} | sed -e 's/\r\+//g' > mysqltuner.pl
+cp -p %{SOURCE0} ./mysqltuner.pl
 
 
 %build
@@ -45,6 +43,10 @@
 
 
 %changelog
+* Thu Sep 11 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.9.9-1
+- 0.9.9.
+- Update description.
+
 * Mon Jul 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.9.8-1
 - 0.9.8, --checkversion patch applied upstream.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	21 Jul 2008 21:06:07 -0000	1.3
+++ sources	11 Sep 2008 21:36:38 -0000	1.4
@@ -1 +1 @@
-960fff8a910ba86b1eef62e627670b1f  mysqltuner.pl.gz
+097ceed8577ff4dbed134970fd8781e4  mysqltuner-0.9.9.pl




More information about the fedora-extras-commits mailing list