Hello community, here is the log from the commit of package mytop for openSUSE:Factory checked in at 2011-11-25 11:12:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mytop (Old) and /work/SRC/openSUSE:Factory/.mytop.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mytop", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/mytop/mytop.changes 2011-09-23 02:14:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mytop.new/mytop.changes 2011-11-25 10:13:00.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Nov 16 15:47:47 UTC 2011 - [email protected] + +- fixed bnc#716439 +- moved to noarch + +------------------------------------------------------------------- New: ---- mytop_option.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mytop.spec ++++++ --- /var/tmp/diff_new_pack.Qu1Ynt/_old 2011-11-25 10:13:01.000000000 +0100 +++ /var/tmp/diff_new_pack.Qu1Ynt/_new 2011-11-25 10:13:01.000000000 +0100 @@ -25,10 +25,12 @@ Group: Productivity/Databases/Tools Source: mytop-%{version}.tar.bz2 Patch1: http://ebergen.net/patches/mytop_five_o.patch +Patch2: mytop_option.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: A top Clone for MySQL License: GPLv2+ Requires: perl = %{perl_version} perl-DBI perl-DBD-mysql perl-TermReadKey +BuildArch: noarch %description mytop is a console-based (non-GUI) tool for monitoring the threads and @@ -47,6 +49,7 @@ %prep %setup -n mytop-%{version} %patch1 +%patch2 %build perl Makefile.PL @@ -67,7 +70,6 @@ %doc Changes %doc %{_mandir}/man?/mytop.1.gz /usr/bin/mytop -%dir %{perl_vendorarch}/auto/mytop %if 0%{suse_version} < 1140 %{perl_vendorarch}/auto/mytop/.packlist /var/adm/perl-modules/%{name} ++++++ mytop_option.patch ++++++ --- mytop.orig 2011-11-16 16:39:47.000000000 +0100 +++ mytop 2011-11-16 16:40:08.000000000 +0100 @@ -153,7 +153,7 @@ "idle|i" => \$config{idle}, "resolve|r" => \$config{resolve}, "prompt!" => \$config{prompt}, - "long|!" => \$config{long_nums}, + "long!" => \$config{long_nums}, "mode|m=s" => \$config{mode}, "sort=s" => \$config{sort}, ); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
