File lalpulsar.changes of Package lalpulsar
-------------------------------------------------------------------
Fri May 24 10:03:31 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Only pass -Wno-error=enum-int-mismatch for openSUSE >= 1650, as
this specific error is not recognised by GCC < 13. This fixes
builds on Leap 15.x.
- Disable test flavour builds for openSUSE < 1650 since
python-astropy is unavailable in Leaps.
-------------------------------------------------------------------
Mon Jan 22 08:14:24 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 6.0.6:
* No release notes.
-------------------------------------------------------------------
Tue May 23 06:56:32 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 6.0.1:
* No release notes.
- Drop lalpulsar-printf-type-mismatch.patch: No longer needed
after upstream dropped related code.
- Pass -Wno-error=enum-int-mismatch to CFLAGS to avoid a build
failure for a trivial type re-definition (issue communicated
upstream via email).
- Bump shlib name in keeping with upstream so version update to
29.
-------------------------------------------------------------------
Sun Feb 12 06:55:52 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>
- Add python-py BuildRequires to fix tests that fail due to "No
module named 'py._path'" errors.
-------------------------------------------------------------------
Tue Aug 23 23:50:58 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Fix multibuild package names.
-------------------------------------------------------------------
Sat Aug 20 11:26:04 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.0.0:
* No release notes.
- New BuildRequires: pkgconfig(lalsimulation),
pkgconfig(lalinference).
- Update source URL.
- Pass "-Wno-error=address" to CFLAGS to disable errors on minor
warnings.
- Testing takes rather long; split out tests as part of %check
into a separate _multibuild flavour so that it does not hold
up builds of dependent packages.
- Add lalpulsar-disable-test_ssbtodetector.patch to disable a test
that we cannot run on openSUSE yet due to missing pkgs.
- Add lalpulsar-fix-uninitialized-var.patch: Fix an uninitialised
variable.
- Change build dir naming used to build the different python
flavours so that the env var PYTHON, which is also used to set
up script hashbangs, can be set to the full python executable.
- Update so version to match upstream.
- Fix an env-based hashbang in a script.
-------------------------------------------------------------------
Mon Jan 3 00:14:21 UTC 2022 - Atri Bhattacharya <badshah400@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.
-------------------------------------------------------------------
Sat Jun 26 22:57:21 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Add lalpulsar-LineRobustStatsTest-array-length.patch: Fix length
of array passed to function so that it is consistent with array
length in the function definition.
-------------------------------------------------------------------
Fri Feb 26 23:40:07 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.0.1:
* No release notes.
-------------------------------------------------------------------
Fri Feb 12 20:03:55 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 3.0.0
* no release notes
-------------------------------------------------------------------
Thu Jan 21 23:47:53 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Fix test for multi-version python.
- Disable builds for python3.6 since astropy is not available
for python < 3.7.
-------------------------------------------------------------------
Mon Jan 18 14:51:53 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Disable octave bindings, since octave >= 6 isn't supported.
-------------------------------------------------------------------
Sun Oct 25 18:36:35 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Update URL.
- Specfile cleanups using spec-cleaner.
-------------------------------------------------------------------
Sat Aug 15 17:00:06 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Implement tests as part of %check; needs additional
BuildRequires: python3-pytest and python3-astropy.
- ExcludeArch 32-bit, as tests fail and upstream confirms that it
is not supported
(https://git.ligo.org/lscsoft/lalsuite/-/issues/371).
-------------------------------------------------------------------
Tue Jul 21 12:45:56 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Add lalpulsar-printf-type-mismatch.patch: Fix type mismatch when
passing variables to printf; fixes building on i586.
-------------------------------------------------------------------
Tue Jul 7 01:36:08 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.0.0:
* No release notes.
- Update shlib package name with so number.
- Drop lalpulsar-build-octave44-with-swig3.patch: fixed upstream;
also drop autoreconf command before configure and BuildRequires:
libtool all required for this patch.
- Re-enable octave bindings: fixed upstream.
-------------------------------------------------------------------
Tue Jun 30 09:49:21 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Disable octave support as compilation error with current swig.
-------------------------------------------------------------------
Wed Apr 22 18:25:02 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- BuildRequires: python-xml only for openSUSE <= 15.2 since
python2 is disabled for newer openSUSE.
-------------------------------------------------------------------
Mon Feb 3 01:13:37 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.18.2:
* O3b release.
- Rebase lalpulsar-build-octave44-with-swig3.patch for updated
version.
-------------------------------------------------------------------
Mon Sep 30 16:20:27 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
- Build packages for both python2 and python3.
-------------------------------------------------------------------
Thu Sep 26 13:03:55 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.18.1:
* fix the no-signal bug with MFDv5 when using aPlus/aCross in a
config file.
-------------------------------------------------------------------
Mon Jul 22 14:32:04 UTC 2019 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.18.0:
* O3 release.
- Update shared lib package names in keeping with upstream so
versioning.
- Rebase lalpulsar-build-octave44-with-swig3.patch to conform to
upstream's reworking for swig and octave version tests.
-------------------------------------------------------------------
Fri Feb 8 13:32:38 UTC 2019 - badshah400@gmail.com
- Switch builds to python2; add python-xml to BuildRequires.
-------------------------------------------------------------------
Thu Feb 7 14:49:29 UTC 2019 - badshah400@gmail.com
- Add octave-cli Requires for octave-%{name}.
-------------------------------------------------------------------
Thu Feb 7 14:43:34 UTC 2019 - badshah400@gmail.com
- Update Requires for python- pkg.
-------------------------------------------------------------------
Sun Jan 27 21:50:48 UTC 2019 - badshah400@gmail.com
- Initial package
- Add lalburst-build-octave44-with-swig3.patch: allow building
octave bindings with swig 3.0.x rather than requiring swig 4.x.