Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lal for openSUSE:Factory checked in at 2023-05-26 20:15:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lal (Old) and /work/SRC/openSUSE:Factory/.lal.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lal" Fri May 26 20:15:54 2023 rev:11 rq:1089214 version:7.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lal/lal.changes 2023-02-04 14:20:13.235143727 +0100 +++ /work/SRC/openSUSE:Factory/.lal.new.1533/lal.changes 2023-05-26 20:16:06.304488542 +0200 @@ -1,0 +2,16 @@ +Fri May 26 14:30:47 UTC 2023 - Atri Bhattacharya <[email protected]> + +- Fix a couple of incorrect hashbangs on executable scripts. + +------------------------------------------------------------------- +Tue Apr 18 10:35:22 UTC 2023 - [email protected] + +- version update to 7.3.1 + * no changelog found +- python-six is not required + https://trello.com/c/MO53MocR/143-remove-python3-six +- deleted patches + - replace_numpy_object.patch (upstreamed) + - swig_4_1_compat.patch (upstreamed) + +------------------------------------------------------------------- Old: ---- lal-7.2.4.tar.xz replace_numpy_object.patch swig_4_1_compat.patch New: ---- lal-7.3.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lal.spec ++++++ --- /var/tmp/diff_new_pack.78iSq1/_old 2023-05-26 20:16:06.712490974 +0200 +++ /var/tmp/diff_new_pack.78iSq1/_new 2023-05-26 20:16:06.716490998 +0200 @@ -36,21 +36,16 @@ # No support for octave >= 6 %bcond_with octave Name: lal%{psuffix} -Version: 7.2.4 +Version: 7.3.1 Release: 0 Summary: A collection of various gravitational wave data analysis routines License: GPL-2.0-only Group: Productivity/Scientific/Physics URL: https://wiki.ligo.org/Computing/LALSuite Source: https://software.igwn.org/sources/source/lalsuite/lal-%{version}.tar.xz -# PATCH-FIX-UPSTREAM -- See https://git.ligo.org/lscsoft/lalsuite/-/commit/847f9f1bf9c8e029db6426de098a963d542ab08b.patch -Patch0: swig_4_1_compat.patch -# PATCH-FIX-UPSTREAM -- https://git.ligo.org/lscsoft/lalsuite/-/commit/e4269307540b.patch -Patch1: replace_numpy_object.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module numpy} -BuildRequires: %{python_module six} BuildRequires: %{python_module xml} BuildRequires: bc BuildRequires: fdupes @@ -64,7 +59,6 @@ Requires: python-numpy Requires: python-python-dateutil Requires: python-scipy -Requires: python-six Recommends: python-ligo-lw Recommends: python-ligo-segments # Broken on all archs where 'char' is unsigned @@ -201,6 +195,9 @@ } %python_expand %fdupes %{buildroot}%{$python_sitearch}/ + +# Fix broken hashbang +sed -Ei "1{s|(python3\.?[0-9]*)|%{_bindir}/\1|}" %{buildroot}%{_bindir}/lal_{path2cache,searchsum2cache} %endif %check @@ -222,7 +219,7 @@ %postun -n %{shliblalsupport} -p /sbin/ldconfig %files %{python_files} -%{python_sitearch}/lal +%{python_sitearch}/lal/ %files -n %{shliblal} %{_libdir}/liblal.so.* @@ -238,6 +235,7 @@ %{_libdir}/liblal.so %{_libdir}/liblalsupport.so %{_libdir}/pkgconfig/*.pc +%{_mandir}/man7/*.7%{?ext_man} %if %{with octave} %files -n octave-lal ++++++ lal-7.2.4.tar.xz -> lal-7.3.1.tar.xz ++++++ ++++ 20947 lines of diff (skipped)
