Author: adamg Date: Mon May 17 17:19:37 2010 GMT Module: packages Tag: HEAD ---- Log message: - gentoo patches; release 3
---- Files affected: packages/mytop: mytop.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: packages/mytop/mytop.spec diff -u packages/mytop/mytop.spec:1.11 packages/mytop/mytop.spec:1.12 --- packages/mytop/mytop.spec:1.11 Mon Jan 18 12:05:32 2010 +++ packages/mytop/mytop.spec Mon May 17 19:19:31 2010 @@ -4,11 +4,14 @@ Summary(pl.UTF-8): Narzędzie do monitorowania wątków i ogólnej wydajności MySQL-a Name: mytop Version: 1.6 -Release: 2 +Release: 3 License: GPL Group: Applications/Databases Source0: http://jeremy.zawodny.com/mysql/mytop/%{name}-%{version}.tar.gz # Source0-md5: 4127c3e486eb664fed60f40849372a9f +Patch0: %{name}-getopt-long.patch +Patch1: %{name}-global-status.patch +Patch2: %{name}-queries-vs-questions.patch URL: http://jeremy.zawodny.com/mysql/mytop/ BuildRequires: perl-devel >= 1:5.6 BuildRequires: rpm-perlprov >= 4.1-13 @@ -28,6 +31,9 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build %{__perl} Makefile.PL \ @@ -58,6 +64,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2010/05/17 17:19:31 adamg +- gentoo patches; release 3 + Revision 1.11 2010/01/18 11:05:32 glen - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mytop/mytop.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
