From ef5ab4418b38188cc08e2858717ce06c1dc75cf7 Mon Sep 17 00:00:00 2001
From: badshah400 <>
Date: May 26 2023 22:57:06 +0000
Subject: Update lalinspiral to version 4.0.2 / rev 7 via SR 1089164
https://build.opensuse.org/request/show/1089164
by user badshah400 + dimstar_suse
---
diff --git a/.files b/.files
index 97932fa..d7f2c7c 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 73f2fa9..1b78a20 100644
--- a/.rev
+++ b/.rev
@@ -47,4 +47,12 @@
1066761
+
+ ca27fd6c56cb5fbb55f50ae3f8429390
+ 4.0.2
+
+ dimstar_suse
+
+ 1089164
+
diff --git a/lalinspiral-3.0.0.tar.xz b/lalinspiral-3.0.0.tar.xz
deleted file mode 120000
index b444625..0000000
--- a/lalinspiral-3.0.0.tar.xz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeidfvxoef6gnylso5mafi5oxbtkfwdawrkpnvp5vxoiinsi3mgrjlu
\ No newline at end of file
diff --git a/lalinspiral-4.0.2.tar.xz b/lalinspiral-4.0.2.tar.xz
new file mode 120000
index 0000000..849a76d
--- /dev/null
+++ b/lalinspiral-4.0.2.tar.xz
@@ -0,0 +1 @@
+/ipfs/bafybeibwswz6gk3deoxhhz2f5xxrwwcf7vdm53gwpezs7ri2e7swcgpv4i
\ No newline at end of file
diff --git a/lalinspiral.changes b/lalinspiral.changes
index 86fe461..ea254ad 100644
--- a/lalinspiral.changes
+++ b/lalinspiral.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Tue May 23 10:16:47 UTC 2023 - Atri Bhattacharya
+
+- Update to version 4.0.2:
+ * No release notes.
+- Update shlib package name in keeping with upstream so version.
+
+-------------------------------------------------------------------
Sun Feb 12 06:26:09 UTC 2023 - Atri Bhattacharya
- Add python-py BuildRequires to fix tests that fail due to "No
diff --git a/lalinspiral.spec b/lalinspiral.spec
index e4205b8..b43b493 100644
--- a/lalinspiral.spec
+++ b/lalinspiral.spec
@@ -1,5 +1,5 @@
#
-# spec file
+# spec file for package lalinspiral
#
# Copyright (c) 2023 SUSE LLC
#
@@ -27,7 +27,7 @@
%define pname lalinspiral
-%define shlib lib%{name}17
+%define shlib lib%{name}18
# NEP 29: python36-numpy and co. in TW are no more
%define skip_python36 1
# Py2 dropped by upstream
@@ -35,7 +35,7 @@
# octave >= 6 not supported
%bcond_with octave
Name: %{pname}%{?psuffix}
-Version: 3.0.0
+Version: 4.0.2
Release: 0
Summary: LSC Algorithm Inspiral Library
License: GPL-2.0-or-later
@@ -219,7 +219,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
%endif
%files %{python_files}
-%{python_sitearch}/*
+%{python_sitearch}/lalinspiral/
%else