From 1c670cae4b22cbefef6c21a9b5274b557758367a4de2893543926b9f2d8f2c2b Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Tue, 23 Aug 2022 14:16:14 +0000 Subject: [PATCH] Accepting request 998253 from home:badshah400:branches:science - Update to version 2.0.1: - Update so version to match upstream. - Update source URL. OBS-URL: https://build.opensuse.org/request/show/998253 OBS-URL: https://build.opensuse.org/package/show/science/lalframe?expand=0&rev=11 --- lalframe-1.6.0.tar.xz | 3 --- lalframe-2.0.1.tar.xz | 3 +++ lalframe.changes | 8 ++++++++ lalframe.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 lalframe-1.6.0.tar.xz create mode 100644 lalframe-2.0.1.tar.xz diff --git a/lalframe-1.6.0.tar.xz b/lalframe-1.6.0.tar.xz deleted file mode 100644 index 7d91e0e..0000000 --- a/lalframe-1.6.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0675811aea60e7c2679d67de60ef77cb9bbf6d3042a81538170c0c905fed0ba2 -size 7438228 diff --git a/lalframe-2.0.1.tar.xz b/lalframe-2.0.1.tar.xz new file mode 100644 index 0000000..1a73b2d --- /dev/null +++ b/lalframe-2.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5f78ddd39f16a69b6d23bd54aa36657323bb6b9c038aa9ffab6b2fd6795551 +size 7315160 diff --git a/lalframe.changes b/lalframe.changes index f44929c..a3875a5 100644 --- a/lalframe.changes +++ b/lalframe.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 19 11:59:05 UTC 2022 - Atri Bhattacharya + +- Update to version 2.0.1: + * No release notes. +- Update so version to match upstream. +- Update source URL. + ------------------------------------------------------------------- Sun Jan 2 23:29:46 UTC 2022 - Atri Bhattacharya diff --git a/lalframe.spec b/lalframe.spec index da87b1c..2f09e27 100644 --- a/lalframe.spec +++ b/lalframe.spec @@ -21,17 +21,17 @@ # Py2 support dropped by upstream %define skip_python2 1 -%define shlib lib%{name}11 +%define shlib lib%{name}13 # No support for octave >= 6 %bcond_with octave Name: lalframe -Version: 1.6.0 +Version: 2.0.1 Release: 0 Summary: LSC Algorithm Frame Library for gravitational wave data analysis License: GPL-2.0-or-later Group: Productivity/Scientific/Physics URL: https://wiki.ligo.org/Computing/LALSuite -Source: http://software.ligo.org/lscsoft/source/lalsuite/lalframe-%{version}.tar.xz +Source: https://software.igwn.org/sources/source/lalsuite/lalframe-%{version}.tar.xz BuildRequires: %{python_module devel} BuildRequires: %{python_module lal >= 7.1.0} BuildRequires: %{python_module numpy >= 1.7}