[2ping] Small change of the entries order.

Christopher Meng cicku at fedoraproject.org
Sat Dec 21 01:33:01 UTC 2013


commit c753a117331d1c17bc3c41202f3af98a61b553b8
Author: Christopher Meng <i at cicku.me>
Date:   Sat Dec 21 09:31:21 2013 +0800

    Small change of the entries order.

 2ping.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/2ping.spec b/2ping.spec
index 103afb5..e4cc4a8 100644
--- a/2ping.spec
+++ b/2ping.spec
@@ -5,17 +5,17 @@ Summary:        Bi-directional ping utility
 License:        GPLv2+
 URL:            http://www.finnie.org/software/2ping
 Source0:        http://www.finnie.org/software/%{name}/%{name}-%{version}.tar.gz
-Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+BuildArch:      noarch
 Requires:       perl(Digest::CRC)
 Requires:       perl(Digest::MD5)
 Requires:       perl(Digest::SHA)
 Requires:       perl(IO::Socket::INET6)
-BuildArch:      noarch
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 2ping is a bi-directional ping utility. It uses 3-way pings (akin to TCP SYN, 
-SYN/ACK, ACK) and after-the-fact state comparison between a 2ping listener 
-and a 2ping client to determine which direction packet loss occurs.
+SYN/ACK, ACK) and after-the-fact state comparison between a 2ping listener and
+a 2ping client to determine which direction packet loss occurs.
 
 %prep
 %setup -q


More information about the scm-commits mailing list