rpms/hping3/devel hping3-bytesex.patch, 1.2, 1.3 hping3.spec, 1.10, 1.11

Paul Wouters pwouters at fedoraproject.org
Fri Nov 28 02:36:14 UTC 2008


Author: pwouters

Update of /cvs/extras/rpms/hping3/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11869

Modified Files:
	hping3-bytesex.patch hping3.spec 
Log Message:
This patch fixes compile failure on sh architecture.
Patch by CHIKAMA Masaki
https://bugzilla.redhat.com/show_bug.cgi?id=471709


hping3-bytesex.patch:

Index: hping3-bytesex.patch
===================================================================
RCS file: /cvs/extras/rpms/hping3/devel/hping3-bytesex.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hping3-bytesex.patch	31 Jul 2008 17:11:33 -0000	1.2
+++ hping3-bytesex.patch	28 Nov 2008 02:35:44 -0000	1.3
@@ -1,12 +1,13 @@
 diff -up bytesex.h.bytesex bytesex.h
 --- bytesex.h.bytesex	2003-08-31 13:23:48.000000000 -0400
-+++ bytesex.h	2008-07-31 13:07:07.000000000 -0400
-@@ -9,6 +9,8 @@
++++ bytesex.h	2008-11-13 18:48:14.000000000 +0900
+@@ -11,6 +11,7 @@
  
  #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__) \


Index: hping3.spec
===================================================================
RCS file: /cvs/extras/rpms/hping3/devel/hping3.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hping3.spec	10 Nov 2008 05:12:04 -0000	1.10
+++ hping3.spec	28 Nov 2008 02:35:44 -0000	1.11
@@ -61,6 +61,9 @@
 %{_mandir}/man8/*
 
 %changelog
+* 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
+
 * Fri Nov  7 2008 Paul Wouters <paul at xelerance.com> - 0.0.20051105-11
 - Fix for man page, see https://bugzilla.redhat.com/show_bug.cgi?id=456675
 




More information about the fedora-extras-commits mailing list