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
This commit is contained in:
Martin Pluskal 2020-05-27 10:50:36 +00:00 committed by Git OBS Bridge
parent bf5f158124
commit 9f0ac81965
4 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:722593773825efe7626ff0b74de6a2133483c9c89fd7812bfe440edaacaec9cc
size 18106856

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7c7028631d5b1c66ba21841c55919537bd4ed2f3a5975f989fa4abd7d9d753d
size 15551389

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 27 08:41:43 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
- 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 <andreas.stieger@gmx.de>

View File

@ -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