[innotop/el5: 72/72] Backport 1.9.1 with the MariaDB 10 patch to EL5

Fabio Alessandro Locati fale at fedoraproject.org
Sat Aug 23 08:16:40 UTC 2014


commit f133daec1455f04cfcffed1c2a7dfa7879288c15
Merge: b8d2545 e7fb8f1
Author: Fabio Alessandro Locati <fabiolocati at gmail.com>
Date:   Sat Aug 23 10:16:12 2014 +0200

    Backport 1.9.1 with the MariaDB 10 patch to EL5

 .gitignore                   |    2 +
 innotop-fix-MariaDB-10.patch |   99 ++++++++++++++++++++++++++++++++++++++++++
 innotop.spec                 |   65 ++++++++++++++++++++++++---
 sources                      |    2 +-
 4 files changed, 159 insertions(+), 9 deletions(-)
---
diff --cc innotop.spec
index e43e1a0,fd778d7..b52f2a0
--- a/innotop.spec
+++ b/innotop.spec
@@@ -6,12 -6,28 +6,29 @@@ Summary:        A MySQL and InnoDB moni
  Group:          Applications/Databases
  License:        GPLv2+ or Artistic
  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)
+ Source0:        http://innotop.googlecode.com/files/%{name}-%{version}.tar.gz
+ Patch0:         innotop-fix-MariaDB-10.patch
  
  BuildArch:      noarch
- 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)
++BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+ 
+ BuildRequires:  perl(Data::Dumper)
+ BuildRequires:  perl(DBD::mysql)
+ BuildRequires:  perl(DBI)
+ BuildRequires:  perl(ExtUtils::MakeMaker)
+ BuildRequires:  perl(File::Basename)
+ BuildRequires:  perl(File::Temp)
+ BuildRequires:  perl(Getopt::Long)
+ BuildRequires:  perl(List::Util)
+ BuildRequires:  perl(Term::ANSIColor)
+ BuildRequires:  perl(Term::ReadKey)
+ BuildRequires:  perl(Test::Simple)
+ BuildRequires:  perl(Time::HiRes)
+ 
+ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+ Requires:       perl(DBD::mysql)
+ Requires:       perl(Term::ANSIColor)
+ Requires:       perl(Term::ReadKey)
  
  %description
  innotop connects to a MySQL database server and retrieves information from it,
@@@ -36,22 -53,44 +54,53 @@@ chmod -R u+w %{buildroot}/
  %check
  make test 
  
 +%clean
 +rm -rf %{buildroot}
 +
  %files
  %defattr(-,root,root,-)
- %doc COPYING INSTALL 
+ %doc COPYING 
  %{_bindir}/innotop
  %{_mandir}/man1/innotop.1*
  
  %changelog
+ * Thu Aug 21 2014 Fabio Alessandro Locati <fabiolocati at gmail.com> - 1.9.1-6
+ - Solving last pieces of mess
+ 
+ * Wed Aug 20 2014 Fabio Alessandro Locati <fabiolocati at gmail.com> - 1.9.1-5
+ - Fix bogous date in changelog
+ - Fix mixture of spaces and tabs
+ 
+ * Wed Aug 20 2014 Fabio Alessandro Locati <fabiolocati at gmail.com> - 1.9.1-4
+ - Fix previously bad applied patch
+ 
+ * Mon Aug 11 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.9.1-3
+ - fix changelog
+ 
+ * Mon Aug 11 2014 Luis Bazan <lbazan at fedoraproject.org> - 1.9.1-2
+ - add patch fix BZ# 1128704
+ 
+ * Wed Jan 15 2014 Eduardo Echeverria <echevemaster at gmail.com> - 1.9.1-1
+ - Update to 1.9.1
+ 
+ * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.0-5
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+ 
+ * Wed Jul 24 2013 Petr Pisar <ppisar at redhat.com> - 1.9.0-4
+ - Perl 5.18 rebuild
+ 
+ * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.0-3
+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+ 
+ * Fri Oct 05 2012 Luis Bazan <lbazan at fedoraproject.org> 1.9.0-2
+ - Add BuildRequires
+ 
 +* 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
  


More information about the scm-commits mailing list