diff --git a/lalapps-9.0.0.tar.xz b/lalapps-9.0.0.tar.xz deleted file mode 100644 index 63e1db8..0000000 --- a/lalapps-9.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0897b47672d0018fa3d801573c612b4584c75e37d4632ec9de22010493e73b9e -size 2270120 diff --git a/lalapps-9.2.1.tar.xz b/lalapps-9.2.1.tar.xz new file mode 100644 index 0000000..e92fcd9 --- /dev/null +++ b/lalapps-9.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b1ba0f2e5e2187b2e0da89b1148eb53d65428645786af289357317f264526e +size 2280704 diff --git a/lalapps-disable-testWeave-for-non-x86_64.patch b/lalapps-disable-testWeave-for-non-x86_64.patch index 90e819b..14817fb 100644 --- a/lalapps-disable-testWeave-for-non-x86_64.patch +++ b/lalapps-disable-testWeave-for-non-x86_64.patch @@ -1,8 +1,8 @@ -Index: lalapps-9.0.0/configure.ac +Index: lalapps-9.2.1/configure.ac =================================================================== ---- lalapps-9.0.0.orig/configure.ac -+++ lalapps-9.0.0/configure.ac -@@ -260,6 +260,13 @@ AM_CPPFLAGS="-I\$(top_srcdir)/src ${AM_C +--- lalapps-9.2.1.orig/configure.ac ++++ lalapps-9.2.1/configure.ac +@@ -268,6 +268,13 @@ AM_CPPFLAGS="-I\$(top_srcdir)/src ${AM_C # RedHat-derived systems. AC_SUBST([pkgpythondir], ["\${pkgpyexecdir}"]) diff --git a/lalapps-fix-uninitialised-var.patch b/lalapps-fix-uninitialised-var.patch index 1d7f5b6..a4a8f6a 100644 --- a/lalapps-fix-uninitialised-var.patch +++ b/lalapps-fix-uninitialised-var.patch @@ -1,8 +1,8 @@ -Index: lalapps-9.0.0/src/string/StringSearch.c +Index: lalapps-9.2.1/src/string/StringSearch.c =================================================================== ---- lalapps-9.0.0.orig/src/string/StringSearch.c -+++ lalapps-9.0.0/src/string/StringSearch.c -@@ -201,7 +201,7 @@ int main(int argc,char *argv[]) +--- lalapps-9.2.1.orig/src/string/StringSearch.c ++++ lalapps-9.2.1/src/string/StringSearch.c +@@ -200,7 +200,7 @@ int main(int argc,char *argv[]) unsigned seg_length; StringTemplate strtemplate[MAXTEMPLATES]; int NTemplates; diff --git a/lalapps.changes b/lalapps.changes index efc9b1e..ff3bc0d 100644 --- a/lalapps.changes +++ b/lalapps.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 23 12:06:57 UTC 2023 - Atri Bhattacharya + +- Update to version 9.2.1: + * No release notes. +- Update versions of lal related packages in (Build)Requires. + ------------------------------------------------------------------- Sat Aug 20 02:48:16 UTC 2022 - Atri Bhattacharya diff --git a/lalapps.spec b/lalapps.spec index 1de0bb0..3ff86f2 100644 --- a/lalapps.spec +++ b/lalapps.spec @@ -1,7 +1,7 @@ # # spec file for package lalapps # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ # NEP 29: astropy, numpy, scipy do not have a python36 flavor package in TW %define skip_python36 1 Name: lalapps -Version: 9.0.0 +Version: 9.2.1 Release: 0 Summary: LSC Algorithm Library Applications License: GPL-2.0-or-later @@ -34,12 +34,12 @@ Patch2: lalapps-disable-testWeave-for-non-x86_64.patch BuildRequires: %{python_module astropy} BuildRequires: %{python_module devel} BuildRequires: %{python_module glue} -BuildRequires: %{python_module lal >= 7.1.0} -BuildRequires: %{python_module lalburst >= 1.5.3} -BuildRequires: %{python_module lalframe >= 1.5.0} -BuildRequires: %{python_module lalinference >= 2.0.0} -BuildRequires: %{python_module lalmetaio >= 2.0.0} -BuildRequires: %{python_module lalpulsar >= 3.0.0} +BuildRequires: %{python_module lal >= 7.3.0} +BuildRequires: %{python_module lalburst >= 2.0.1} +BuildRequires: %{python_module lalframe >= 3.0.1} +BuildRequires: %{python_module lalinference >= 4.1.3} +BuildRequires: %{python_module lalmetaio >= 4.0.1} +BuildRequires: %{python_module lalpulsar >= 6.0.1} BuildRequires: %{python_module matplotlib} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module numpy} @@ -53,14 +53,14 @@ BuildRequires: swig BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(framel) >= 8.39.2 BuildRequires: pkgconfig(gsl) -BuildRequires: pkgconfig(lal) >= 7.1.0 -BuildRequires: pkgconfig(lalburst) >= 1.5.3 -BuildRequires: pkgconfig(lalframe) >= 1.5.0 -BuildRequires: pkgconfig(lalinference) >= 2.0.0 -BuildRequires: pkgconfig(lalinspiral) >= 2.0.0 -BuildRequires: pkgconfig(lalmetaio) >= 2.0.0 -BuildRequires: pkgconfig(lalpulsar) >= 3.0.0 -BuildRequires: pkgconfig(lalsimulation) >= 2.5.0 +BuildRequires: pkgconfig(lal) >= 7.3.0 +BuildRequires: pkgconfig(lalburst) >= 2.0.1 +BuildRequires: pkgconfig(lalframe) >= 3.0.1 +BuildRequires: pkgconfig(lalinference) >= 4.1.3 +BuildRequires: pkgconfig(lalinspiral) >= 4.0.2 +BuildRequires: pkgconfig(lalmetaio) >= 4.0.1 +BuildRequires: pkgconfig(lalpulsar) >= 6.0.1 +BuildRequires: pkgconfig(lalsimulation) >= 5.2.0 # SECTION For tests BuildRequires: %{python_module pytest} BuildRequires: bc @@ -84,14 +84,12 @@ Algorithm Library. Summary: LSC Algorithm Library Applications Group: Productivity/Scientific/Physics Requires: python-h5py -Requires: python-lal >= 7.1.0 -Requires: python-lalburst >= 1.5.3 -Requires: python-lalframe >= 1.5.0 -Requires: python-lalinference >= 2.0.0 -Requires: python-lalinspiral >= 2.0.0 -Requires: python-lalmetaio >= 2.0.0 -Requires: python-lalpulsar >= 3.0.0 -Requires: python-lalsimulation >= 2.5.0 +Requires: python-lal >= 7.3.0 +Requires: python-lalburst >= 2.0.1 +Requires: python-lalframe >= 3.0.1 +Requires: python-lalinference >= 4.1.3 +Requires: python-lalmetaio >= 4.0.1 +Requires: python-lalpulsar >= 6.0.1 Requires: python-ligo-lw Requires: python-ligo-segments Requires: python-matplotlib