AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 1.3.2 * Various small fixes accumulated over years. In particular, it fixes the layout on GTK3. * Added SNIP background (contributed by Cristiano Fontana). - Drop upstram patches: * fityk-support-lua-5.4.patch * fityk-ignore-distutils-deprecation-warning.patch - Rebased fityk-drop-dynamic-exceptions.patch - Spec file cleanup - Switched to GTK3 wxWidgets
- Add fityk-ignore-distutils-deprecation-warning.patch: Ignore deprecation warning when import distutils for python so that the configure script does not error out.
- Add fityk-drop-dynamic-exceptions.patch: Drop dynamic exceptions to build with c++17 std; patch taken from upstream merge request [gh#wojdyr/fityk#38]. - Drop enforced `std=c++14` in light of above patch.
- Enforce `std=c++14` when building on openSUSE >= 1550 where GCC 11 is the default compiler (and uses c++17 by default) [gh#wojdyr/fityk#37].
- Add fityk-support-lua-5.4.patch: Support lua up to version 5.4; patch taken from upstream git commit and rebased for current version. Add BuildRequires: libtool and run autoreconf before configure since patch modifies configure.ac.
- Don't make python3-fityk Obsolete or Provide python-fityk (the python2 version) so that users may continue using the installed python2 version should they so wish.
- Switch to building against Python 3. + Rename python-fityk to python3-fityk. - Remove unknown option from configure arguments. - Drop usage of py_sitelib deprecated variable. - Run spec-cleaner over the spec file.
- Direct-invoke ldconfig. Update RPM groups.
- use individual libboost-*-devel packages instead of boost-devel
- Update to version 1.3.1 * Minor changes and bug fixes, see included NEWS file for detailes
- Update to version 1.3.0 * See included NEWS file for detailes. * Remove obsolete fityk-no-compilation-date.patch
- Update to version 1.2.9 * See included NEWS file for detailes. * Update fityk-no-compilation-date.patch - Move CLI binary to separate package - Build with nonlinear optimization support - Build python bindings to libfityk
- Switch from wxWidgets 2.9 to stable-3.0 for openSUSE 13.2
- Initial package, version 1.2.1 - Fix rpmlint warning "file-contains-current-date" * fityk-no-compilation-date.patch