rpms/mytop/F-13 mytop-1.7-long.patch,NONE,1.1 mytop.spec,1.4,1.5

terjeros terjeros at fedoraproject.org
Mon May 3 08:59:13 UTC 2010


Author: terjeros

Update of /cvs/pkgs/rpms/mytop/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23254

Modified Files:
	mytop.spec 
Added Files:
	mytop-1.7-long.patch 
Log Message:
* Mon May 03 2010 Terje Rosten <terje.rosten at ntnu.no> - 1.7-2.b737f60
- add patch to fix #584602


mytop-1.7-long.patch:
 mytop |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE mytop-1.7-long.patch ---
--- mytop-1.7/mytop~	2009-03-21 16:31:23.000000000 +0100
+++ mytop-1.7/mytop	2010-05-03 10:44:08.000000000 +0200
@@ -156,7 +156,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},
 );


Index: mytop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mytop/F-13/mytop.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- mytop.spec	27 Mar 2010 21:00:59 -0000	1.4
+++ mytop.spec	3 May 2010 08:59:10 -0000	1.5
@@ -2,7 +2,7 @@
 Summary:        A top clone for MySQL
 Name:           mytop
 Version:        1.7
-Release:        1.%{git}%{?dist}
+Release:        2.%{git}%{?dist}
 Group:          Applications/System
 License:        GPLv2
 URL:            http://jeremy.zawodny.com/mysql/mytop
@@ -11,6 +11,7 @@ URL:            http://jeremy.zawodny.co
 # $ cd mytop
 # $ git archive --format=tar --prefix=mytop-1.7/ %{git} | xz > mytop-1.7-%{git}.tar.xz
 Source0:        mytop-%{version}-%{git}.tar.xz
+Patch01:        mytop-1.7-long.patch
 Requires:       perl(DBD::mysql) >= 1
 Requires:       perl(Term::ReadKey) >= 2.1
 Requires:       perl(Term::ANSIColor) perl(Time::HiRes)
@@ -28,6 +29,7 @@ familiar top application.
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %{__perl} Makefile.PL
@@ -51,17 +53,20 @@ familiar top application.
 %{_bindir}/%{name}
 
 %changelog
+* Mon May 03 2010 Terje Rosten <terje.rosten at ntnu.no> - 1.7-2.b737f60
+- add patch to fix #584602
+
 * Sat Mar 27 2010 Terje Rosten <terje.rosten at ntnu.no> - 1.7-1.b737f60
-- 1.7 (from github), fixing bz #577528.
+- 1.7 (from github), fixing bz #577528
 
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+- rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+- rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Sun Dec 30 2007 Terje Rosten <terje.rosten at ntnu.no> - 1.6-2
-- remove explicit req on dbi, let rpm to the job.
+- remove explicit req on dbi, let rpm to the job
 
 * Wed Dec 26 2007 Terje Rosten <terje.rosten at ntnu.no> - 1.6-1
-- Initial package
+- initial package



More information about the scm-commits mailing list