[innotop/el6] Update to Version 1.9.0

Eduardo Javier Echeverria Alvarado echevemaster at fedoraproject.org
Fri Oct 5 19:27:51 UTC 2012


commit 026664a8715434fdb669e71d3df5a6cfbc6ca35a
Author: Eduardo Echeverria <echevemaster at gmail.com>
Date:   Fri Oct 5 14:57:14 2012 -0430

    Update to Version 1.9.0

 .gitignore   |    1 +
 innotop.spec |   64 ++++++++++++++++++++++++++++++++++++++++++++-------------
 sources      |    2 +-
 3 files changed, 51 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index afd9115..1061510 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 innotop-1.6.0.tar.gz
+/innotop-1.9.0.tar.gz
diff --git a/innotop.spec b/innotop.spec
index 463996b..e43e1a0 100644
--- a/innotop.spec
+++ b/innotop.spec
@@ -1,17 +1,17 @@
 Name:           innotop
-Version:        1.6.0
-Release:        4%{?dist}
+Version:        1.9.0
+Release:        3%{?dist}
 Summary:        A MySQL and InnoDB monitor program
 
 Group:          Applications/Databases
 License:        GPLv2+ or Artistic
-URL:            http://sourceforge.net/projects/innotop
-Source0:        http://downloads.sourceforge.net/innotop/%{name}-%{version}.tar.gz
+URL:            http://code.google.com/p/innotop
+Source0:        http://innotop.googlecode.com/files/innotop-1.9.0.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl(DBI) perl(ExtUtils::MakeMaker) perl(Term::ReadKey) perl(DBD::mysql)
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) perl(Term::ReadKey) perl(DBD::mysql)
+BuildRequires:  perl(Test::Simple) perl(Time::HiRes) perl(DBI) perl(ExtUtils::MakeMaker) perl(Term::ReadKey) perl(DBD::mysql)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) perl(Term::ReadKey) perl(DBD::mysql)
 
 %description
 innotop connects to a MySQL database server and retrieves information from it,
@@ -22,12 +22,10 @@ SHOW ENGINE INNODB STATUS, among other things.
 %prep
 %setup -q
 
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
-
 %install
 rm -rf %{buildroot}
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
@@ -35,25 +33,61 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w %{buildroot}/*
 
-
 %check
-make test
-
+make test 
 
 %clean
 rm -rf %{buildroot}
 
-
 %files
 %defattr(-,root,root,-)
 %doc COPYING INSTALL 
 %{_bindir}/innotop
-%{perl_vendorlib}/*
-%{_mandir}/man3/InnoDBParser.3pm*
 %{_mandir}/man1/innotop.1*
 
-
 %changelog
+* Fri Oct 05 2012 Eduardo Echeverria <echevemaster at fedoraproject.org> 1.9.0-3
+- Add BuildRequires perl_Time_HiRes
+
+* Fri Oct 05 2012 Eduardo Echeverria <echevemaster at fedoraproject.org> 1.9.0-2
+- Add BuildRequires
+
+* Fri Sep 21 2012 Luis Bazan <lbazan at fedoraproject.org> 1.9.0-1
+- New Upstream version
+
+* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Tue Jul 10 2012 Luis Bazan <lbazan at fedoraproject.org> - 1.8.1-4
+- back to original state man3 and man1
+
+* Tue Jul 10 2012 Luis Bazan <lbazan at fedoraproject.org> - 1.8.1-3
+- remove man3
+
+* Tue Jul 10 2012 Luis Bazan <lbazan at fedoraproject.org> - 1.8.1-2
+- Change man3 and man1
+
+* Mon Jul 09 2012 Luis Bazán <lbazan at fedoraproject.org> - 1.8.1-1
+- New Upstream Version 1.8.1
+
+* Sun Jun 17 2012 Petr Pisar <ppisar at redhat.com> - 1.6.0-10
+- Perl 5.16 rebuild
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Jun 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.6.0-8
+- Perl mass rebuild
+
+* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Tue Jun 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.6.0-6
+- Mass rebuild with perl-5.12.0
+
+* Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 1.6.0-5
+- rebuild against perl 5.10.1
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 4a3e0c6..e2d09c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f90e94b96b9c27bf2a162f85df75dcb  innotop-1.6.0.tar.gz
+a3e6c99f48b295da7090987a5f2ae166  innotop-1.9.0.tar.gz


More information about the scm-commits mailing list