diff --git a/percona-toolkit-2.1.3.tar.gz b/percona-toolkit-2.1.3.tar.gz deleted file mode 100644 index 2976231..0000000 --- a/percona-toolkit-2.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98bbef25666602248e10c7df8969735238075a4011394f019205271bce52f078 -size 1250215 diff --git a/percona-toolkit-2.1.4.tar.gz b/percona-toolkit-2.1.4.tar.gz new file mode 100644 index 0000000..6d6ea0d --- /dev/null +++ b/percona-toolkit-2.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a741d1918e9f21ada582d7e85c8f04c82127eca5d9a1ce76fb491b4577c3d9 +size 1447932 diff --git a/percona-toolkit.changes b/percona-toolkit.changes index 66158bc..37d9c1f 100644 --- a/percona-toolkit.changes +++ b/percona-toolkit.changes @@ -1,6 +1,41 @@ +------------------------------------------------------------------- +Tue Oct 2 17:25:30 UTC 2012 - andreas.stieger@gmx.de + +- update to 2.1.4 + * pt-table-checksum: Percona XtraDB Cluster support + * pt-table-checksum: Implemented the standard --run-time option + * Implemented the version-check feature in several tools, enabled with the --version-check option + * Document gdb dependency + * Unquoted arguments to tr break the bash tools +- fixing the following Percona bugs: + * pt-diskstats shows wrong device names + * pt-duplicate-key-checker error parsing InnoDB table with no PK or unique keys + * pt-online-schema-change dropping FK limitation isn't documented + * pt-online-schema-changes fails if db+tbl name exceeds 64 characters + * pt-query-digest --type tcpdump memory usage keeps increasing + * pt-query-digest won't distill LOCK TABLES in lowercase + * pt-stalk warns about bad "find" usage + * pt-stalk df -h throws away needed details + * pt-stalk --notify-by-email fails + * pt-stalk does not get all InnoDB lock data + * pt-summary should show information about Fusion-io cards + * pt-table-checksum doesn't work if slaves use RBR + * pt-table-checksum --check-slave-lag docs aren't clear + * pt-table-checksum --defaults-file isn't used for slaves + * pt-table-sync and text columns with just whitespace + * pt-table-sync base_count fails on n = 1000, base = 10 + * pt-table-sync division by zero error with varchar primary key + * pt-table-sync priv checks need to be removed + * pt-upgrade error "I need a right_sth argument" + * sh warnings in pt-summary and pt-mysql-summary + * ChangeHandler doesn't quote varchar columns with hex-looking values + * CentOS 5 yum dependency resolution for perl module is wrong + * Percona Toolkit RPM should contain a dependency on perl-Time-HiRes + ------------------------------------------------------------------- Wed Sep 5 19:24:31 UTC 2012 - andreas.stieger@gmx.de - initial package for Percona Toolkit 2.1.3, based on upstream spec file some OBS occurrences - based on and replacing Maatkit, obsoleting their last release 7410 + diff --git a/percona-toolkit.spec b/percona-toolkit.spec index e04bac8..ef98a1c 100644 --- a/percona-toolkit.spec +++ b/percona-toolkit.spec @@ -20,15 +20,17 @@ Name: percona-toolkit Summary: Advanced MySQL and system command-line tools License: GPL-2.0 Group: Productivity/Databases/Tools -Version: 2.1.3 +Version: 2.1.4 Release: 0 Url: http://www.percona.com/software/percona-toolkit/ -Source: percona-toolkit-%{version}.tar.gz +Source: http://www.percona.com/redir/downloads/%{name}/%{version}/percona-toolkit-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} Requires: perl(DBD::mysql) >= 1.0 Requires: perl(DBI) >= 1.13 +Requires: perl(IO::Socket::SSL) Requires: perl(Term::ReadKey) >= 2.10 +Requires: perl(Time::HiRes) Provides: maatkit = 7410.%{version} Obsoletes: maatkit < 7410 BuildArch: noarch