rpms/gpp4/devel gpp4-ccp4_sysdep.h.patch,1.1,1.2 gpp4.spec,1.6,1.7

Timothy Fenn timfenn at fedoraproject.org
Thu Jun 4 15:49:47 UTC 2009


Author: timfenn

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

Modified Files:
	gpp4-ccp4_sysdep.h.patch gpp4.spec 
Log Message:
* Thu Jun 04 2009 Tim Fenn <fenn at stanford.edu> - 1.1.0-3
- add ARM patch to ccp4_sysdep (Jitesh Shah)



gpp4-ccp4_sysdep.h.patch:

Index: gpp4-ccp4_sysdep.h.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gpp4/devel/gpp4-ccp4_sysdep.h.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gpp4-ccp4_sysdep.h.patch	20 May 2009 23:22:39 -0000	1.1
+++ gpp4-ccp4_sysdep.h.patch	4 Jun 2009 15:49:17 -0000	1.2
@@ -1,5 +1,5 @@
---- src/ccp4_sysdep.h_orig	2009-05-20 19:11:59.000000000 -0400
-+++ src/ccp4_sysdep.h	2009-05-20 19:12:44.000000000 -0400
+--- src/ccp4_sysdep.h_orig	2009-06-04 11:42:01.000000000 -0400
++++ src/ccp4_sysdep.h	2009-06-04 11:45:15.000000000 -0400
 @@ -261,7 +261,7 @@
  #  define NATIVEFT DFNTF_LEIEEE
  #endif
@@ -9,3 +9,21 @@
  #  define NATIVEIT DFNTI_MBO
  #  define NATIVEFT DFNTF_BEIEEE
  #endif
+@@ -289,6 +289,17 @@
+ #  define NATIVEFT DFNTF_BEIEEE
+ #endif
+ 
++#if defined(__ARM__) || defined(__arm__)
++#if defined(__ARMEB__)
++#  define NATIVEIT DFNTI_MBO
++#  define NATIVEFT DFNTF_BEIEEE
++#endif
++#if defined(__ARMEL__)
++#  define NATIVEIT DFNTI_IBO
++#  define NATIVEFT DFNTF_LEIEEE
++#endif
++#endif
++
+ #ifndef NATIVEFT
+ #  error "Can't determine machine number format"
+ #endif


Index: gpp4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gpp4/devel/gpp4.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- gpp4.spec	20 May 2009 23:22:39 -0000	1.6
+++ gpp4.spec	4 Jun 2009 15:49:17 -0000	1.7
@@ -3,7 +3,7 @@
 Summary: Library providing specific CCP4 functionality 
 Name: gpp4
 Version: 1.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2
 Group: System Environment/Libraries
 URL: http://www.bioxray.au.dk/~mok/%{name}
@@ -108,6 +108,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu Jun 04 2009 Tim Fenn <fenn at stanford.edu> - 1.1.0-3
+- add ARM patch to ccp4_sysdep (Jitesh Shah)
+
 * Tue May 19 2009 Tim Fenn <fenn at stanford.edu> - 1.1.0-2
 - patch ccp4_sysdep.h for ppc
 




More information about the fedora-extras-commits mailing list