-
Tue Aug 19 2025 Xavier Bachelot <xavier@bachelot.org> - 2.9.0-1
- Update to 2.9.0 (RHBZ#2387825)
-
Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 2.8.2-21
- Rebuilt for Python 3.14.0rc2 bytecode
-
Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
-
Mon Jul 07 2025 Jitka Plesnikova <jplesnik@redhat.com> - 2.8.2-19
- Perl 5.42 rebuild
-
Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 2.8.2-18
- Rebuilt for Python 3.14
-
Wed May 14 2025 Xavier Bachelot <xavier@bachelot.org> - 2.8.2-17
- Add patch to fix python binding tests with python 3.14 (RHBZ#2365819)
-
Tue Feb 18 2025 Xavier Bachelot <xavier@bachelot.org> - 2.8.2-16
- Drop EL7/python2 support
- Set min_hash_algo to sha256 for f42+
- Fix conditional around JAVA_HOME export
- Add patch to fix build with gcc15
-
Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-15
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
-
Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.2-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
-
Thu Jun 20 2024 Xavier Bachelot <xavier@bachelot.org> - 2.8.2-13
- Spec file cleanup:
- Fix changelog entry date to restore chronological order
- Convert License to SPDX
- Don't set JAVA_HOME when not building java bindings
- Explicitely list perl sub-package files
- make is always needed
- Simplify conditionals
- fix-removed-xmlsec-deprecations.patch is not suitable for EL7
- python interpreter is always needed to build
- BuildRequires gcc
- BuildRequires perl-interpreter for perl bindings
- Use %make_build
- Use %make_install
- Drop spurious comment
- Use %_docdir instead of %_defaultdocdir
- Make use of --with-min-hash-algo
- Add several upstream patches to fix build with GCC 14
- Add patch to fix python binding tests with python 3.13 (RHBZ#2256949)