[innotop] new Upstream version

Luis Enrique Bazán De León lbazan at fedoraproject.org
Fri Sep 21 15:53:11 UTC 2012


commit 347b0a29b2a3dc5b58d6506ffae06a712f36c1c0
Author: Luis Bazan <lbazan at fedoraproject.org>
Date:   Fri Sep 21 10:53:42 2012 -0500

    new Upstream version

 .gitignore   |    1 +
 innotop.spec |   15 ++++++---------
 sources      |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d3e87c5..661e7eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 innotop-1.6.0.tar.gz
 /innotop-1.8.1.tar.gz
+/innotop-1.9.0.tar.gz
diff --git a/innotop.spec b/innotop.spec
index 97b1884..19ed5fa 100644
--- a/innotop.spec
+++ b/innotop.spec
@@ -1,12 +1,12 @@
 Name:           innotop
-Version:        1.8.1
-Release:        5%{?dist}
+Version:        1.9.0
+Release:        1%{?dist}
 Summary:        A MySQL and InnoDB monitor program
 
 Group:          Applications/Databases
 License:        GPLv2+ or Artistic
 URL:            http://code.google.com/p/innotop
-Source0:        http://innotop.googlecode.com/files/innotop-1.8.1.tar.gz
+Source0:        http://innotop.googlecode.com/files/innotop-1.9.0.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -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}
@@ -41,17 +39,16 @@ 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 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
 
diff --git a/sources b/sources
index 0666fd9..e2d09c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4100a2142818cc9cc30f487ef32c644e  innotop-1.8.1.tar.gz
+a3e6c99f48b295da7090987a5f2ae166  innotop-1.9.0.tar.gz


More information about the scm-commits mailing list