Hello community,

here is the log from the commit of package innotop for openSUSE:Factory checked 
in at 2017-01-24 10:36:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/innotop (Old)
 and      /work/SRC/openSUSE:Factory/.innotop.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "innotop"

Changes:
--------
--- /work/SRC/openSUSE:Factory/innotop/innotop.changes  2013-07-24 
17:29:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.innotop.new/innotop.changes     2017-01-24 
10:36:47.353547091 +0100
@@ -1,0 +2,11 @@
+Thu Jan 19 21:49:50 UTC 2017 - astie...@suse.com
+
+- update to 1.11.1:
+  * MySQL 5.7 support
+  * MariaDB 10.1 support
+  * Add support for replication channels
+  * Add command line option 'askpass' for noecho password
+  * Add prompt for password when -p/--password given without an
+    argument
+
+-------------------------------------------------------------------

Old:
----
  innotop-1.9.1.tar.gz

New:
----
  innotop-1.11.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ innotop.spec ++++++
--- /var/tmp/diff_new_pack.TyxGEt/_old  2017-01-24 10:36:47.757489714 +0100
+++ /var/tmp/diff_new_pack.TyxGEt/_new  2017-01-24 10:36:47.761489146 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package innotop
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           innotop
-Version:        1.9.1
+Version:        1.11.1
 Release:        0
 Summary:        A MySQL and InnoDB monitor program
 License:        GPL-2.0
 Group:          Productivity/Databases/Tools
-Url:            http://code.google.com/p/innotop/
-Source0:        http://innotop.googlecode.com/files/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
+Url:            https://github.com/innotop/innotop/
+Source0:        
https://github.com/innotop/innotop/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  perl(DBD::mysql)
 BuildRequires:  perl(DBI)
 BuildRequires:  perl(Data::Dumper)
@@ -37,11 +36,6 @@
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Simple)
 BuildRequires:  perl(Time::HiRes)
-%if 0%{?suse_version} < 1140
-Requires:       perl = %{perl_version}
-%else
-%{perl_requires}
-%endif
 Requires:       perl(DBD::mysql)
 Requires:       perl(DBI)
 Requires:       perl(File::Basename)
@@ -50,6 +44,13 @@
 Requires:       perl(List::Util)
 Requires:       perl(Term::ReadKey)
 Requires:       perl(Time::HiRes)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
+%if 0%{?suse_version} < 1140
+Requires:       perl = %{perl_version}
+%else
+%{perl_requires}
+%endif
 
 %description
 Innotop is a powerful "top" clone for MySQL. It connects to a MySQL database 
server
@@ -61,17 +62,17 @@
 %setup -q
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%__make %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-%__make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install PERL_INSTALL_ROOT=%{buildroot}
 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 %{?_smp_mflags} test
 
 %files
 %defattr(-,root,root,-)

++++++ innotop-1.9.1.tar.gz -> innotop-1.11.1.tar.gz ++++++
++++ 1639 lines of diff (skipped)


Reply via email to