[boinc-app-seti] 03/05: Update patch

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Feb 23 14:19:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository boinc-app-seti.

commit edb790cde13815ccaff6cf441443dd828649de14
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Feb 23 15:00:41 2015 +0100

    Update patch
---
 debian/changelog                   |  6 +++
 debian/patches/214_fix_armhf.patch | 81 ++++++++++++++++++++++++++++++++++++--
 2 files changed, 83 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ce026a7..576bb4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc-app-seti (7.28~svn2781-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Mon, 23 Feb 2015 14:49:35 +0100
+
 boinc-app-seti (7.28~svn2633-3) unstable; urgency=medium
 
   * Bump std-version to 3.9.6, no changes required.
diff --git a/debian/patches/214_fix_armhf.patch b/debian/patches/214_fix_armhf.patch
index afc37b2..4d3e161 100644
--- a/debian/patches/214_fix_armhf.patch
+++ b/debian/patches/214_fix_armhf.patch
@@ -11,8 +11,10 @@ make[2]: *** [seti_boinc] Error 1
 
 May be I should talk to Eric about making the changes in the main tree with #ifdef _armhf_ or somthing like that. meanwhile if you come across the compilation error above, you have the solution.
 
---- boinc-app-seti-7.19~svn2050.orig/client/vector/analyzeFuncs_neon.S
-+++ boinc-app-seti-7.19~svn2050/client/vector/analyzeFuncs_neon.S
+diff --git a/client/vector/analyzeFuncs_neon.S b/client/vector/analyzeFuncs_neon.S
+index b57f639..f0f8da6 100644
+--- a/client/vector/analyzeFuncs_neon.S
++++ b/client/vector/analyzeFuncs_neon.S
 @@ -41,8 +41,16 @@
   * Author: Mateusz Szpakowski
   */
@@ -30,8 +32,45 @@ May be I should talk to Eric about making the changes in the main tree with #ifd
                  .eabi_attribute 20, 1
                  .eabi_attribute 21, 1
                  .eabi_attribute 23, 3
---- boinc-app-seti-7.19~svn2050.orig/client/vector/analyzeFuncs_vfp.S
-+++ boinc-app-seti-7.19~svn2050/client/vector/analyzeFuncs_vfp.S
+@@ -583,8 +591,16 @@ _Z14neon_ChirpDataPA2_fS0_idid:
+  * Author: Mateusz Szpakowski
+  */
+  
++#if defined(__VFP_FP__) && !defined(__SOFTFP__)
++                .syntax unified
++#endif
+                 .arch armv7-a
+                 .fpu neon
++#if defined(__VFP_FP__) && !defined(__SOFTFP__)
++                .eabi_attribute 27, 3
++                .eabi_attribute 28, 1
++#endif
++
+                 .eabi_attribute 20, 1
+                 .eabi_attribute 21, 1
+                 .eabi_attribute 23, 3
+@@ -2481,9 +2497,16 @@ neonFoldMain:
+  * _Z21neon_GetPowerSpectrumPA2_fPfi.S
+  * Author: Mateusz Szpakowski
+  */
+- 
++#if defined(__VFP_FP__) && !defined(__SOFTFP__)
++                .syntax unified
++#endif
+                 .arch armv7-a
+                 .fpu neon
++#if defined(__VFP_FP__) && !defined(__SOFTFP__)
++                .eabi_attribute 27, 3
++                .eabi_attribute 28, 1
++#endif
++
+                 .eabi_attribute 20, 1
+                 .eabi_attribute 21, 1
+                 .eabi_attribute 23, 3
+diff --git a/client/vector/analyzeFuncs_vfp.S b/client/vector/analyzeFuncs_vfp.S
+index 739322b..211c303 100644
+--- a/client/vector/analyzeFuncs_vfp.S
++++ b/client/vector/analyzeFuncs_vfp.S
 @@ -41,8 +41,16 @@
   * Author: Mateusz Szpakowski
   */
@@ -49,3 +88,37 @@ May be I should talk to Eric about making the changes in the main tree with #ifd
                  .eabi_attribute 20, 1
                  .eabi_attribute 21, 1
                  .eabi_attribute 23, 3
+@@ -616,8 +624,16 @@ _Z13vfp_ChirpDataPA2_fS0_idid:
+  * Author: Mateusz Szpakowski
+  */
+  
++#if defined(__VFP_FP__) && !defined(__SOFTFP__)
++                .syntax unified
++#endif
+                 .arch armv6
+                 .fpu vfp
++#if defined(__VFP_FP__) && !defined(__SOFTFP__)
++                .eabi_attribute 27, 3
++                .eabi_attribute 28, 1
++#endif
++
+                 .eabi_attribute 20, 1
+                 .eabi_attribute 21, 1
+                 .eabi_attribute 23, 3
+@@ -2118,8 +2134,16 @@ vfpFoldMain:
+  * Author: Mateusz Szpakowski
+  */
+  
++#if defined(__VFP_FP__) && !defined(__SOFTFP__)
++                .syntax unified
++#endif
+                 .arch armv6
+                 .fpu vfp
++#if defined(__VFP_FP__) && !defined(__SOFTFP__)
++                .eabi_attribute 27, 3
++                .eabi_attribute 28, 1
++#endif
++
+                 .eabi_attribute 20, 1
+                 .eabi_attribute 21, 1
+                 .eabi_attribute 23, 3

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc-app-seti.git



More information about the pkg-boinc-commits mailing list