Changelog for
python310-apfel-3.1.1-2.1.x86_64.rpm :
* Fri Feb 23 2024 Dominique Leuenberger
- Remove README in one possible location where cmake would potentially install it to.
* Thu Dec 28 2023 Atri Bhattacharya - Update to version 3.1.1:
* CMakeLists.txt: define APFEL_VERSION, like in config.h.in (gh#scarazza/apfel#53).- Drop apfel-fix-project-version.patch: incorporated upstream.- Rebase apfel-dont-set-default-reltype.patch for update.
* Wed Nov 22 2023 Atri Bhattacharya - Update to version 3.1.0:
* F2C_CCE and F2C_CCP (gh#scarazza/apfel#41).
* Make the --disable-pywrap option work (gh#scarazza/apfel#43).
* Some changes to cmake build system to simplify the flags treatment and the python installation (gh#scarazza/apfel#42).
* Actually functioning cmake (gh#scarazza/apfel#44).
* cmake fixes and CI with cmake (gh#scarazza/apfel#46).
* Update README (gh#scarazza/apfel#47).
* Remove Circle CI (gh#scarazza/apfel#48).
* Drop CircleCI badge (gh#scarazza/apfel#51).
* Remove autotool builds (gh#scarazza/apfel#49).
* Update README removing autotools instructions (gh#scarazza/apfel#52).- Add apfel-fix-project-version.patch -- Use the correct version in defining project in CMakeLists.txt- Add apfel-dont-set-default-reltype.patch -- Don\'t assume \'RELEASE\' as the release type, this should be set at the cmake command line.- Build static lib and install it as part of a -devel-static package; upstream cmake does not allow disabling static libs and it ends up everywhere in the cmake files, so cannot just ignore it either.- Use cmake for build in keeping with upstream; BuildRequires: cmake >= 3.15.- Add BuildRequires: swig needed to generate python wrappings.
* Thu Jan 20 2022 Atri Bhattacharya - Update to version 3.0.6:
* Merging vbertone fork.- Drop apfel-allow-disabling-pywrap.patch: With py3 supported, this is no longer required.- Enable python bindings: apfel now python3 compliant.- Enable multiple python flavours; Requires(post) and Requires(postun) for update-alternatives.
* Tue Jun 08 2021 Atri Bhattacharya - Update to version 3.0.5: + No release notes.- Rename source tarball to %{name}-%{version} format.
* Tue Apr 28 2020 Atri Bhattacharya - Add apfel-allow-disabling-pywrap.patch to support building without building the python extensions and binaries; build python bindings and python-based binaries only for distributions supporting python2 since apfel does not support python3.- Add libtool BuildRequires and run autoreconf since patch touches build files.
* Tue Jun 25 2019 Atri Bhattacharya - Update to version 3.0.4: + New release for use with the latest version of HELL (no more changes documented by upstream).
* Sun Jan 13 2019 Jan Engelhardt - Update descriptions.
* Sat Jan 12 2019 badshah400AATTgmail.com- Install pre-generated PDF manual as part of a new -doc package.- Move ListFunctions binary into -devel package: apfel-config, already being installed as part of the devel package, is partly broken without this.- Change `env` based script interpreter in apfel-config to directly call /bin/bash instead.- Use %%license macro to install the license file.- Run spec-cleaner for minor specfile cleanups
* Sat Jul 14 2018 badshah400AATTgmail.com- Update to version 3.0.3: + Undocumented bug fixes.