diff --git a/lalsimulation-2.0.0.tar.xz b/lalsimulation-2.0.0.tar.xz deleted file mode 100644 index 3a14970..0000000 --- a/lalsimulation-2.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7847dedc2a341498862fbbcece489fca04e55716250574df278305377a921d8d -size 7252476 diff --git a/lalsimulation-2.1.0.tar.xz b/lalsimulation-2.1.0.tar.xz new file mode 100644 index 0000000..9c8f363 --- /dev/null +++ b/lalsimulation-2.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d84f1e8663c7e9e1f74584c8b1fc56e855efee2bcce2d7982dd7b716e3db95 +size 7300336 diff --git a/lalsimulation-implicit-conversion-XLALError.patch b/lalsimulation-implicit-conversion-XLALError.patch deleted file mode 100644 index 473a0f4..0000000 diff --git a/lalsimulation.changes b/lalsimulation.changes index b5e596a..9522b1d 100644 --- a/lalsimulation.changes +++ b/lalsimulation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jul 7 00:28:13 UTC 2020 - Atri Bhattacharya + +- Update to version 2.1.0: + * No release notes. +- Re-enable octave bindings: fixed upstream. + ------------------------------------------------------------------- Tue Jun 30 09:56:06 UTC 2020 - Atri Bhattacharya diff --git a/lalsimulation.spec b/lalsimulation.spec index c654a13..c176e5b 100644 --- a/lalsimulation.spec +++ b/lalsimulation.spec @@ -17,17 +17,14 @@ %define shlib liblalsimulation23 -# FIXME: Disable octave support as compilation error with current swig -%bcond_with octave +%bcond_without octave Name: lalsimulation -Version: 2.0.0 +Version: 2.1.0 Release: 0 Summary: LSC Algorithm Simulation Library License: GPL-2.0-only URL: https://wiki.ligo.org/Computing/DASWG/LALSuite Source: http://software.ligo.org/lscsoft/source/lalsuite/lalsimulation-%{version}.tar.xz -# PATCH-FIX-UPSTREAM lalsimulation-implicit-conversion-XLALError.patch badshah400@gmail.com -- Fix an implicit conversion error flagged by GCC10 -Patch0: lalsimulation-implicit-conversion-XLALError.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module lal >= 6.22.0} BuildRequires: %{python_module numpy-devel} @@ -54,6 +51,8 @@ Requires: python-six # FOR PYTHON PACKAGE Requires: lalsimulation-data = %{version} +%python_subpackages + %description The LSC Algorithm Simulation Library for gravitational wave data analysis. This package contains the shared-object libraries needed to run applications @@ -92,8 +91,6 @@ Requires: %{name}-data = %{version} %description -n octave-lalsimulation This package provides the necessary files for using LALSimulation with octave. -%python_subpackages - %prep %autosetup -p1