Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lalsimulation for openSUSE:Factory checked in at 2022-08-24 15:11:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lalsimulation (Old) and /work/SRC/openSUSE:Factory/.lalsimulation.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lalsimulation" Wed Aug 24 15:11:04 2022 rev:5 rq:998902 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/lalsimulation/lalsimulation.changes 2022-01-17 22:34:07.354246777 +0100 +++ /work/SRC/openSUSE:Factory/.lalsimulation.new.2083/lalsimulation.changes 2022-08-24 15:11:21.476515799 +0200 @@ -1,0 +2,10 @@ +Fri Aug 19 12:25:25 UTC 2022 - Atri Bhattacharya <[email protected]> + +- Update to version 4.0.0: + * No release notes. +- Update source URL. +- Change python build dir names so that the env var PYTHON can be + set to the full python exec. +- Bump so version to match upstream. + +------------------------------------------------------------------- Old: ---- lalsimulation-3.1.0.tar.xz New: ---- lalsimulation-4.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lalsimulation.spec ++++++ --- /var/tmp/diff_new_pack.6bwyXr/_old 2022-08-24 15:11:22.036516340 +0200 +++ /var/tmp/diff_new_pack.6bwyXr/_new 2022-08-24 15:11:22.040516343 +0200 @@ -21,18 +21,18 @@ # Py2 support dropped upstream %define skip_python2 1 -%define shlib liblalsimulation29 +%define shlib liblalsimulation31 # octave >= 6 not supported %bcond_with octave Name: lalsimulation -Version: 3.1.0 +Version: 4.0.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 +Source: https://software.igwn.org/sources/source/lalsuite/%{name}-%{version}.tar.xz BuildRequires: %{python_module devel} -BuildRequires: %{python_module lal >= 7.1.0} +BuildRequires: %{python_module lal >= 7.2.0} BuildRequires: %{python_module numpy >= 1.7} BuildRequires: %{python_module numpy-devel >= 1.7} BuildRequires: fdupes @@ -44,16 +44,16 @@ %endif BuildRequires: swig >= 3.0.10 BuildRequires: pkgconfig(gsl) -BuildRequires: pkgconfig(lal) >= 7.1.0 +BuildRequires: pkgconfig(lal) >= 7.2.0 BuildRequires: pkgconfig(zlib) %if %{with octave} -BuildRequires: octave-lal >= 7.1.0 +BuildRequires: octave-lal >= 7.2.0 BuildRequires: pkgconfig(octave) %endif # SECTION For tests BuildRequires: %{python_module pytest} # /SECTION -Requires: python-lal >= 7.1.0 +Requires: python-lal >= 7.2.0 Requires: python-numpy >= 1.7 # FOR PYTHON PACKAGE Requires: lalsimulation-data = %{version} @@ -77,7 +77,7 @@ Requires: %{name}-data = %{version} Requires: %{shlib} = %{version} Requires: pkgconfig(gsl) -Requires: pkgconfig(lal) +Requires: pkgconfig(lal) >= 7.2.0 Requires: pkgconfig(zlib) %description -n %{name}-devel @@ -104,10 +104,10 @@ %build %{python_expand # Necessary to run configure with multiple py3 flavors -export PYTHON=$python -mkdir ../${PYTHON}_build -cp -pr ./ ../${PYTHON}_build -pushd ../${PYTHON}_build +export PYTHON=%{_bindir}/$python +mkdir ../$python +cp -pr ./ ../$python +pushd ../$python %configure \ %{?with_octave:--enable-swig-octave} \ %{!?with_octave:--disable-swig-octave} @@ -117,8 +117,8 @@ %install %{python_expand # py2 and py3 make_install -export PYTHON=$python -pushd ../${PYTHON}_build +export PYTHON=%{_bindir}/$python +pushd ../$python %make_install popd } @@ -158,8 +158,8 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch}/%{name}/ %check -%{python_expand export PYTHON=$python -pushd ../${PYTHON}_build +%{python_expand export PYTHON=%{_bindir}/$python +pushd ../$python %make_build check popd } ++++++ lalsimulation-3.1.0.tar.xz -> lalsimulation-4.0.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/lalsimulation/lalsimulation-3.1.0.tar.xz /work/SRC/openSUSE:Factory/.lalsimulation.new.2083/lalsimulation-4.0.0.tar.xz differ: char 27, line 1
