Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lalpulsar for openSUSE:Factory 
checked in at 2021-06-28 15:33:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lalpulsar (Old)
 and      /work/SRC/openSUSE:Factory/.lalpulsar.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lalpulsar"

Mon Jun 28 15:33:48 2021 rev:4 rq:902798 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/lalpulsar/lalpulsar.changes      2021-04-21 
20:59:21.034196726 +0200
+++ /work/SRC/openSUSE:Factory/.lalpulsar.new.2625/lalpulsar.changes    
2021-06-28 15:34:22.139240407 +0200
@@ -1,0 +2,7 @@
+Sat Jun 26 22:57:21 UTC 2021 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Add lalpulsar-LineRobustStatsTest-array-length.patch: Fix length
+  of array passed to function so that it is consistent with array
+  length in the function definition.
+
+-------------------------------------------------------------------

New:
----
  lalpulsar-LineRobustStatsTest-array-length.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lalpulsar.spec ++++++
--- /var/tmp/diff_new_pack.rQRQzI/_old  2021-06-28 15:34:22.991241452 +0200
+++ /var/tmp/diff_new_pack.rQRQzI/_new  2021-06-28 15:34:22.995241457 +0200
@@ -33,6 +33,8 @@
 Source:         
http://software.ligo.org/lscsoft/source/lalsuite/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM lalpulsar-printf-type-mismatch.patch badshah...@gmail.com 
-- Fix type mismatch when passing variables to printf
 Patch0:         lalpulsar-printf-type-mismatch.patch
+# PATCH-FIX-UPSTREAM lalpulsar-LineRobustStatsTest-array-length.patch 
badshah...@gmail.com -- Fix array length in a test so that it is consistent 
with the array length expected by function
+Patch1:         lalpulsar-LineRobustStatsTest-array-length.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module lal >= 7.1.0}
 BuildRequires:  %{python_module numpy-devel >= 1.7}

++++++ lalpulsar-LineRobustStatsTest-array-length.patch ++++++
Index: lalpulsar-3.0.1/test/LineRobustStatsTest.c
===================================================================
--- lalpulsar-3.0.1.orig/test/LineRobustStatsTest.c
+++ lalpulsar-3.0.1/test/LineRobustStatsTest.c
@@ -410,7 +410,7 @@ XLALCheckBSGLVectorFunctions ( void )
 
   REAL4 cohFstar0 = 4.37; // 10% false-alarm: invFalseAlarm_chi2 ( 0.1, 4 * 3 
) / 3
   UINT4 numDet = 3;
-  REAL4 oLtLGX[3] = {0.1, 0.8, 1.5}; /* per-IFO prior odds ratio for line vs. 
Gaussian noise */
+  REAL4 oLtLGX[PULSAR_MAX_DETECTORS] = {0.1, 0.8, 1.5}; /* per-IFO prior odds 
ratio for line vs. Gaussian noise */
 
   BSGLSetup *setup_noLogCorr;
   BSGLSetup *setup_withLogCorr;

Reply via email to