rpms/mysqltuner/EL-4 .cvsignore, 1.2, 1.3 branch, 1.1, 1.2 mysqltuner.spec, 1.8, 1.9 sources, 1.3, 1.4

Manuel Wolfshant wolfy at fedoraproject.org
Sat Aug 1 16:12:33 UTC 2009


Author: wolfy

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/EL-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	21 Jun 2008 18:14:16 -0000	1.2
+++ .cvsignore	1 Aug 2009 16:12:32 -0000	1.3
@@ -1 +1 @@
-mysqltuner.pl.gz
+mysqltuner-1.0.0.pl


Index: branch
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/EL-4/branch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- branch	22 Jun 2008 15:57:57 -0000	1.1
+++ branch	1 Aug 2009 16:12:32 -0000	1.2
@@ -1 +1 @@
-EL-4
+EL-5


Index: mysqltuner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/EL-4/mysqltuner.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- mysqltuner.spec	30 Jul 2008 21:49:02 -0000	1.8
+++ mysqltuner.spec	1 Aug 2009 16:12:32 -0000	1.9
@@ -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-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	27 Jul 2008 00:31:07 -0000	1.3
+++ sources	1 Aug 2009 16:12:32 -0000	1.4
@@ -1 +1 @@
-960fff8a910ba86b1eef62e627670b1f  mysqltuner.pl.gz
+de535154b7fb28e437ba412434ea535e  mysqltuner-1.0.0.pl




More information about the scm-commits mailing list