Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lalsimulation for openSUSE:Factory 
checked in at 2022-11-30 15:00:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lalsimulation (Old)
 and      /work/SRC/openSUSE:Factory/.lalsimulation.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lalsimulation"

Wed Nov 30 15:00:01 2022 rev:6 rq:1038918 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lalsimulation/lalsimulation.changes      
2022-08-24 15:11:21.476515799 +0200
+++ /work/SRC/openSUSE:Factory/.lalsimulation.new.1597/lalsimulation.changes    
2022-11-30 15:01:00.513720624 +0100
@@ -1,0 +2,7 @@
+Mon Nov 28 05:49:17 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Add swig_4_1_compat.patch: Ensure compatibility with swig 4.1;
+  patch taken from upstream.
+- Make %{name}-data package noarch.
+
+-------------------------------------------------------------------

New:
----
  swig_4_1_compat.patch

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

Other differences:
------------------
++++++ lalsimulation.spec ++++++
--- /var/tmp/diff_new_pack.0IDEQW/_old  2022-11-30 15:01:00.965723112 +0100
+++ /var/tmp/diff_new_pack.0IDEQW/_new  2022-11-30 15:01:00.981723199 +0100
@@ -31,6 +31,8 @@
 License:        GPL-2.0-only
 URL:            https://wiki.ligo.org/Computing/DASWG/LALSuite
 Source:         
https://software.igwn.org/sources/source/lalsuite/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM swig_4_1_compat.patch badsha...@gmail.com -- Ensure 
compatibility with swig 4.1; patch taken from upstream
+Patch0:         
https://git.ligo.org/lscsoft/lalsuite/-/commit/17bdccd92ab76abfe617e3eb38edf85ab4dfe424.patch#/swig_4_1_compat.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module lal >= 7.2.0}
 BuildRequires:  %{python_module numpy >= 1.7}
@@ -85,6 +87,7 @@
 
 %package -n %{name}-data
 Summary:        Data files required for analyses using lalsimulation
+BuildArch:      noarch
 
 %description -n %{name}-data
 This package provides the data files used when running analyses involving
@@ -100,7 +103,7 @@
 This package provides the necessary files for using LALSimulation with octave.
 
 %prep
-%autosetup -p1
+%autosetup -p2
 
 %build
 %{python_expand # Necessary to run configure with multiple py3 flavors

++++++ swig_4_1_compat.patch ++++++
>From 17bdccd92ab76abfe617e3eb38edf85ab4dfe424 Mon Sep 17 00:00:00 2001
From: Karl Wette <karl.we...@ligo.org>
Date: Sat, 26 Nov 2022 14:35:05 +1100
Subject: [PATCH] lalsimulation/lib/LALSimSphHarmSeries.h: fix misspelled SWIG
 directive

---
 lalsimulation/lib/LALSimSphHarmSeries.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lalsimulation/lib/LALSimSphHarmSeries.h 
b/lalsimulation/lib/LALSimSphHarmSeries.h
index 1bf7b239d9..9ee6b7ba01 100644
--- a/lalsimulation/lib/LALSimSphHarmSeries.h
+++ b/lalsimulation/lib/LALSimSphHarmSeries.h
@@ -96,8 +96,8 @@ void 
XLALDestroySphHarmPolarTimeSeries(SphHarmPolarTimeSeries* ts);
 UINT4 XLALSphHarmPolarTimeSeriesGetMaxL(SphHarmPolarTimeSeries* ts);
 
 #ifdef SWIG
-SWIGLAL(OWNED_BY_1ST_ARG(REAL8TimeSeries*, 
XLALSphHarmPolarTimeSeriesGetModeAmplitude));
-SWIGLAL(OWNED_BY_1ST_ARG(REAL8TimeSeries*, 
XLALSphHarmPolarTimeSeriesGetModePhase));
+SWIGLAL(RETURN_OWNED_BY_1ST_ARG(REAL8TimeSeries*, 
XLALSphHarmPolarTimeSeriesGetModeAmplitude));
+SWIGLAL(RETURN_OWNED_BY_1ST_ARG(REAL8TimeSeries*, 
XLALSphHarmPolarTimeSeriesGetModePhase));
 #endif
 
 REAL8TimeSeries* 
XLALSphHarmPolarTimeSeriesGetModeAmplitude(SphHarmPolarTimeSeries *ts, UINT4 l, 
INT4 m);
-- 
GitLab

Reply via email to