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

Manuel Wolfshant (wolfy) fedora-extras-commits at redhat.com
Wed Jul 30 21:40:31 UTC 2008


Author: wolfy

Update of /cvs/pkgs/rpms/mysqltuner/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1796

Modified Files:
	mysqltuner.spec sources 
Log Message:
switch to using %dist



Index: mysqltuner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/EL-5/mysqltuner.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mysqltuner.spec	21 Jun 2008 18:23:53 -0000	1.1
+++ mysqltuner.spec	30 Jul 2008 21:40:00 -0000	1.2
@@ -1,14 +1,12 @@
 Name:           mysqltuner
-Version:        0.9.1
-Release:        3
+Version:        0.9.8
+Release:        2%{?dist}
 Summary:        MySQL high performance tuning script
 
 Group:          Applications/Databases
 License:        GPLv3+
 URL:            http://mysqltuner.com/
 Source0:        http://mysqltuner.com/mysqltuner.pl.gz
-# Sent upstream @0.9.0 time, seems rejected.
-Patch0:         %{name}-0.9.1-checkversion.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -26,9 +24,7 @@
 
 %prep
 %setup -q -c -T
-gzip -dc %{SOURCE0} > mysqltuner.pl
-%patch0
-sed -i -e 's/\r\+//g' mysqltuner.pl
+gzip -dc %{SOURCE0} | sed -e 's/\r\+//g' > mysqltuner.pl
 
 
 %build
@@ -49,7 +45,16 @@
 
 
 %changelog
-* Sat Jun 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.9.1-3
+* Wed Jul 30 2008 manuel wolfshant <wolfy at fedoraproject.org> - 0.9.8-2%{dist}
+- add %%dist to release tag
+
+* Sun Jul 27 2008 manuel wolfshant <wolfy at fedoraproject.org> - 0.9.8-2
+- bump release tag to allow build
+
+* Mon Jul 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.9.8-1
+- 0.9.8, --checkversion patch applied upstream.
+
+* Sat Jun 21 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.9.1-2
 - Don't warn if --skipversion is used (#452172).
 
 * Thu Jun 19 2008 Ville Skyttä <ville.skytta at iki.fi> - 0.9.1-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mysqltuner/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	21 Jun 2008 18:23:53 -0000	1.2
+++ sources	30 Jul 2008 21:40:00 -0000	1.3
@@ -1 +1 @@
-56f3e3aa6cf9f1c2573c937ca6190fb3  mysqltuner.pl.gz
+960fff8a910ba86b1eef62e627670b1f  mysqltuner.pl.gz




More information about the fedora-extras-commits mailing list