Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lalpulsar for openSUSE:Factory checked in at 2022-01-17 22:33:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lalpulsar (Old) and /work/SRC/openSUSE:Factory/.lalpulsar.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lalpulsar" Mon Jan 17 22:33:57 2022 rev:5 rq:945457 version:3.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lalpulsar/lalpulsar.changes 2021-06-28 15:34:22.139240407 +0200 +++ /work/SRC/openSUSE:Factory/.lalpulsar.new.1892/lalpulsar.changes 2022-01-17 22:34:05.358245455 +0100 @@ -1,0 +2,11 @@ +Mon Jan 3 00:14:21 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 3.1.1: + * No release notes. +- Drop lalpulsar-LineRobustStatsTest-array-length.patch: + incorporated upstream. +- Add BuildRequires: pkgconfig(lalframe), python-lalframe needed + for building and testing respectively. +- Drop python2 support in keeping with upstream. + +------------------------------------------------------------------- Old: ---- lalpulsar-3.0.1.tar.xz lalpulsar-LineRobustStatsTest-array-length.patch New: ---- lalpulsar-3.1.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lalpulsar.spec ++++++ --- /var/tmp/diff_new_pack.tiFfZU/_old 2022-01-17 22:34:06.754246380 +0100 +++ /var/tmp/diff_new_pack.tiFfZU/_new 2022-01-17 22:34:06.758246383 +0100 @@ -1,7 +1,7 @@ # # spec file for package lalpulsar # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,9 +22,11 @@ # astropy and numy unsupported for python < 3.7 in TW %define skip_python36 1 +# Py2 support drop by upstream +%define skip_python2 1 Name: lalpulsar -Version: 3.0.1 +Version: 3.1.1 Release: 0 Summary: LSC Algorithm Pulsar Library License: GPL-2.0-or-later @@ -33,8 +35,6 @@ Source: http://software.ligo.org/lscsoft/source/lalsuite/%{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM lalpulsar-printf-type-mismatch.patch badshah...@gmail.com -- Fix type mismatch when passing variables to printf Patch0: lalpulsar-printf-type-mismatch.patch -# PATCH-FIX-UPSTREAM lalpulsar-LineRobustStatsTest-array-length.patch badshah...@gmail.com -- Fix array length in a test so that it is consistent with the array length expected by function -Patch1: lalpulsar-LineRobustStatsTest-array-length.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module lal >= 7.1.0} BuildRequires: %{python_module numpy-devel >= 1.7} @@ -47,6 +47,7 @@ BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(gsl) BuildRequires: pkgconfig(lal) +BuildRequires: pkgconfig(lalframe) Requires: python-lal Requires: python-numpy Recommends: %{name}-data = %{version} @@ -60,6 +61,7 @@ %endif # SECTION For tests BuildRequires: %{python_module astropy} +BuildRequires: %{python_module lalframe} BuildRequires: %{python_module pytest} # /SECTION %python_subpackages @@ -108,7 +110,7 @@ %autosetup -p1 %build -%{python_expand # Necessary to run %%configure with both py2 and py3 +%{python_expand # Necessary to run configure with multiple py3 flavors export PYTHON=$python mkdir ../${PYTHON}_build cp -pr ./ ../${PYTHON}_build @@ -121,7 +123,7 @@ } %install -%{python_expand # py2 and py3 make_install +%{python_expand # Multiple py3 flavors make_install export PYTHON=$python pushd ../${PYTHON}_build %make_install ++++++ lalpulsar-3.0.1.tar.xz -> lalpulsar-3.1.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/lalpulsar/lalpulsar-3.0.1.tar.xz /work/SRC/openSUSE:Factory/.lalpulsar.new.1892/lalpulsar-3.1.1.tar.xz differ: char 26, line 1 ++++++ lalpulsar-printf-type-mismatch.patch ++++++ --- /var/tmp/diff_new_pack.tiFfZU/_old 2022-01-17 22:34:06.798246409 +0100 +++ /var/tmp/diff_new_pack.tiFfZU/_new 2022-01-17 22:34:06.798246409 +0100 @@ -1,8 +1,8 @@ -Index: lalpulsar-2.0.0/lib/SFTutils.c +Index: lalpulsar-3.1.1/lib/SFTutils.c =================================================================== ---- lalpulsar-2.0.0.orig/lib/SFTutils.c -+++ lalpulsar-2.0.0/lib/SFTutils.c -@@ -2766,7 +2766,7 @@ REAL8 XLALMathOpOverArray ( const REAL8* +--- lalpulsar-3.1.1.orig/lib/SFTutils.c ++++ lalpulsar-3.1.1/lib/SFTutils.c +@@ -2921,7 +2921,7 @@ REAL8 XLALMathOpOverArray ( const REAL8* ; /* empty statement because declaration cannot be first line in a switch case */ size_t * sortidx; if ( ( sortidx = XLALMalloc ( length * sizeof(size_t) )) == NULL ) {