rpms/mysqltuner/EL-5 .cvsignore, 1.2, 1.3 mysqltuner.spec, 1.2, 1.3 sources, 1.3, 1.4

Manuel Wolfshant wolfy at fedoraproject.org
Fri Jul 31 10:52:31 UTC 2009


Author: wolfy

Update of /cvs/pkgs/rpms/mysqltuner/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10341

Modified Files:
	.cvsignore mysqltuner.spec sources 
Log Message:
Update to 1.0.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	21 Jun 2008 18:23:53 -0000	1.2
+++ .cvsignore	31 Jul 2009 10:52:30 -0000	1.3
@@ -1 +1 @@
-mysqltuner.pl.gz
+mysqltuner-1.0.0.pl


Index: mysqltuner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/EL-5/mysqltuner.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- mysqltuner.spec	30 Jul 2008 21:40:00 -0000	1.2
+++ mysqltuner.spec	31 Jul 2009 10:52:30 -0000	1.3
@@ -1,12 +1,12 @@
 Name:           mysqltuner
-Version:        0.9.8
-Release:        2%{?dist}
+Version:        1.0.0
+Release:        1%{?dist}
 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:       mysql
 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,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jul 29 2009 manuel wolfshant <wolfy at fedoraproject.org>  - 1.0.0-1
+- sync with rawhide (update to 1.0.0).
+
 * Wed Jul 30 2008 manuel wolfshant <wolfy at fedoraproject.org> - 0.9.8-2%{dist}
 - add %%dist to release tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	30 Jul 2008 21:40:00 -0000	1.3
+++ sources	31 Jul 2009 10:52:30 -0000	1.4
@@ -1 +1 @@
-960fff8a910ba86b1eef62e627670b1f  mysqltuner.pl.gz
+de535154b7fb28e437ba412434ea535e  mysqltuner-1.0.0.pl




More information about the fedora-extras-commits mailing list