From 9f0ac81965f2046b09c0af5c419afab5e59fbc77bd6378bc787db1eeecebffe4 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 27 May 2020 10:50:36 +0000 Subject: [PATCH] Accepting request 809221 from home:AndreasStieger:branches:server:database Percona Toolkit 3.2.0 OBS-URL: https://build.opensuse.org/request/show/809221 OBS-URL: https://build.opensuse.org/package/show/server:database/percona-toolkit?expand=0&rev=67 --- percona-toolkit-3.1.0.tar.gz | 3 --- percona-toolkit-3.2.0.tar.gz | 3 +++ percona-toolkit.changes | 12 ++++++++++++ percona-toolkit.spec | 10 +++++----- 4 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 percona-toolkit-3.1.0.tar.gz create mode 100644 percona-toolkit-3.2.0.tar.gz diff --git a/percona-toolkit-3.1.0.tar.gz b/percona-toolkit-3.1.0.tar.gz deleted file mode 100644 index 08db9e9..0000000 --- a/percona-toolkit-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:722593773825efe7626ff0b74de6a2133483c9c89fd7812bfe440edaacaec9cc -size 18106856 diff --git a/percona-toolkit-3.2.0.tar.gz b/percona-toolkit-3.2.0.tar.gz new file mode 100644 index 0000000..db3d850 --- /dev/null +++ b/percona-toolkit-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c7028631d5b1c66ba21841c55919537bd4ed2f3a5975f989fa4abd7d9d753d +size 15551389 diff --git a/percona-toolkit.changes b/percona-toolkit.changes index 96ecbc4..b9d2310 100644 --- a/percona-toolkit.changes +++ b/percona-toolkit.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 08:41:43 UTC 2020 - Andreas Stieger + +- Percona Toolkit 3.2.0: + * Add IPv6 support + * Fix handling of year 2020 + * Fix FK warnings and bugs in pt-online-schema-change + * Fix regression on slave with replication channels + * Fix pt-stalk not collecting processlist and variables + * Fix pt-online-schema-change not working with multi-source replication + * Fix a bug in pt-online-schema-change can break replication + ------------------------------------------------------------------- Sun Sep 22 12:10:47 UTC 2019 - Andreas Stieger diff --git a/percona-toolkit.spec b/percona-toolkit.spec index 7f37867..eb10269 100644 --- a/percona-toolkit.spec +++ b/percona-toolkit.spec @@ -1,7 +1,7 @@ # # spec file for package percona-toolkit # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: percona-toolkit -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: Advanced MySQL and system command-line tools License: GPL-2.0-only @@ -60,7 +60,7 @@ This collection was formerly known as Maatkit. %build perl Makefile.PL INSTALLDIRS=vendor < /dev/null -make %{?_smp_mflags} +%make_build %install @@ -81,7 +81,7 @@ cp %{SOURCE2} %{buildroot}%{_sysconfdir}/%{name}/ %doc README.md Changelog %dir %{_sysconfdir}/%{name} %{_bindir}/* -%{_mandir}/man1/*.1* +%{_mandir}/man1/*.1%{?ext_man} %config %{_sysconfdir}/%{name}/%{name}.conf %changelog