rpms/hping3/EL-5 hping3-bytesex.patch,1.1,1.2 hping3.spec,1.5,1.6

Paul Wouters pwouters at fedoraproject.org
Fri Nov 28 02:53:18 UTC 2008


Author: pwouters

Update of /cvs/extras/rpms/hping3/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14050

Modified Files:
	hping3-bytesex.patch hping3.spec 
Log Message:
* Fri Nov 27 2008 Paul Wouters <paul at xelerance.com> - 0.0.20051105-12
- Fix for "sh" arch, see https://bugzilla.redhat.com/show_bug.cgi?id=471709


hping3-bytesex.patch:

Index: hping3-bytesex.patch
===================================================================
RCS file: /cvs/extras/rpms/hping3/EL-5/hping3-bytesex.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hping3-bytesex.patch	26 Jul 2006 20:17:32 -0000	1.1
+++ hping3-bytesex.patch	28 Nov 2008 02:52:48 -0000	1.2
@@ -1,11 +1,13 @@
---- bytesex.h.orig      2003-07-28 05:00:55.000000000 -0400
-+++ bytesex.h   2006-05-07 21:19:31.000000000 -0400
-@@ -9,6 +9,8 @@
-
- #if    defined(__i386__) \
+diff -up bytesex.h.bytesex bytesex.h
+--- bytesex.h.bytesex	2003-08-31 13:23:48.000000000 -0400
++++ bytesex.h	2008-11-13 18:48:14.000000000 +0900
+@@ -11,6 +11,9 @@
+ 
+ #if 	defined(__i386__) \
  	|| defined(__alpha__) \
 +	|| defined(__x86_64__) \
 +	|| defined(__ia64__) \
++	|| defined(__sh__) \
  	|| (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__)))
  #define BYTE_ORDER_LITTLE_ENDIAN
- #elif  defined(__mc68000__) \
+ #elif 	defined(__mc68000__) \


Index: hping3.spec
===================================================================
RCS file: /cvs/extras/rpms/hping3/EL-5/hping3.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hping3.spec	10 Nov 2008 05:23:29 -0000	1.5
+++ hping3.spec	28 Nov 2008 02:52:48 -0000	1.6
@@ -1,7 +1,7 @@
 %define	cvs	20051105
 Name:    hping3
 Version: 0.0.%{cvs}
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: TCP/IP stack auditing and much more
 
 Group: Applications/Internet
@@ -61,6 +61,9 @@
 %{_mandir}/man8/*
 
 %changelog
+* Fri Nov 27 2008 Paul Wouters <paul at xelerance.com> - 0.0.20051105-7
+- Fix for "sh" arch, see https://bugzilla.redhat.com/show_bug.cgi?id=471709
+
 * Sun Nov  9 2008 Paul Wouters <paul at xelerance.com> - 0.0.20051105-6
 - Fix for man page, see https://bugzilla.redhat.com/show_bug.cgi?id=456675
 - fix license tag




More information about the scm-commits mailing list