rpms/hping3/devel hping3-bytesex.patch, 1.5, 1.6 hping3.spec, 1.13, 1.14

Dan Horák sharkcz at fedoraproject.org
Mon May 25 07:43:31 UTC 2009


Author: sharkcz

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

Modified Files:
	hping3-bytesex.patch hping3.spec 
Log Message:
* Mon May 25 2009 Dan Horak <dan[at]danny.cz> - 0.0.20051105-14
- update the bytesex patch to include s390/s390x arch


hping3-bytesex.patch:

Index: hping3-bytesex.patch
===================================================================
RCS file: /cvs/pkgs/rpms/hping3/devel/hping3-bytesex.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- hping3-bytesex.patch	11 May 2009 15:21:30 -0000	1.5
+++ hping3-bytesex.patch	25 May 2009 07:43:31 -0000	1.6
@@ -1,7 +1,6 @@
-diff -up bytesex.h.bytesex bytesex.h
---- bytesex.h.bytesex	2009-04-23 17:47:35.000000000 -0400
-+++ bytesex.h	2009-04-23 17:48:34.000000000 -0400
-@@ -9,6 +9,10 @@
+--- bytesex.h.orig	2003-08-31 19:23:48.000000000 +0200
++++ bytesex.h	2009-05-25 09:40:31.000000000 +0200
+@@ -9,13 +9,19 @@
  
  #if 	defined(__i386__) \
  	|| defined(__alpha__) \
@@ -12,7 +11,8 @@ diff -up bytesex.h.bytesex bytesex.h
  	|| (defined(__mips__) && (defined(MIPSEL) || defined (__MIPSEL__)))
  #define BYTE_ORDER_LITTLE_ENDIAN
  #elif 	defined(__mc68000__) \
-@@ -16,6 +20,7 @@
++	|| defined (__s390__) \
+ 	|| defined (__sparc__) \
  	|| defined (__sparc) \
  	|| defined (__PPC__) \
  	|| defined (__BIG_ENDIAN__) \


Index: hping3.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hping3/devel/hping3.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- hping3.spec	25 Feb 2009 03:59:38 -0000	1.13
+++ hping3.spec	25 May 2009 07:43:31 -0000	1.14
@@ -1,7 +1,7 @@
-%define	cvs	20051105
+%define  cvs 20051105
 Name:    hping3
 Version: 0.0.%{cvs}
-Release: 13%{?dist}
+Release: 14%{?dist}
 Summary: TCP/IP stack auditing and much more
 
 Group: Applications/Internet
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/*
 
 %changelog
+* Mon May 25 2009 Dan Horak <dan[at]danny.cz> - 0.0.20051105-14
+- update the bytesex patch to include s390/s390x arch
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.20051105-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list