The following builds have been pushed to Fedora EPEL 10.0 updates-testing fflas-ffpack-2.5.0-15.el10_0 gaupol-1.15-19.el10_0 givaro-4.2.1-1.el10_0 python-nh3-0.2.20-2.el10_0 tagsoup-1.2.1-35.el10_0 vttest-2.7.20241204-7.el10_0 Details about builds: ================================================================================ fflas-ffpack-2.5.0-15.el10_0 (FEDORA-EPEL-2025-7da06ac9c1) Finite field linear algebra subroutines -------------------------------------------------------------------------------- Update Information: Update givaro to 4.2.1. While the update is ABI-compatible, givaro has a lot of inline and template code in its headers; we therefore rebuild fflas-ffpack as well so that it can fully benefit from the new release. -------------------------------------------------------------------------------- ChangeLog: * Fri Feb 21 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 2.5.0-15 - Rebuilt for givaro 4.2.1 * Fri Feb 21 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 2.5.0-14 - Build documentation with FreeSans, now available in EPEL10 -------------------------------------------------------------------------------- References: [ 1 ] Bug #2344734 - givaro-4.2.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344734 -------------------------------------------------------------------------------- ================================================================================ gaupol-1.15-19.el10_0 (FEDORA-EPEL-2025-c1051b3a69) Editor for text-based subtitle files -------------------------------------------------------------------------------- Update Information: Enable the gspell and vlc weak dependencies, now that both are available -------------------------------------------------------------------------------- ChangeLog: * Thu Feb 20 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 1.15-19 - Enable the vlc weak dependency on EPEL10, now that itâ??s available * Wed Feb 19 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 1.15-18 - Enable the gspell weak dependency on EPEL10, now that itâ??s available * Sat Jan 18 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 1.15-15 - Adapt to the SVT-AV1 gstreamer plugin moving in Fedora 40+ * Thu Jan 16 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 1.15-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ givaro-4.2.1-1.el10_0 (FEDORA-EPEL-2025-7da06ac9c1) C++ library for arithmetic and algebraic computations -------------------------------------------------------------------------------- Update Information: Update givaro to 4.2.1. While the update is ABI-compatible, givaro has a lot of inline and template code in its headers; we therefore rebuild fflas-ffpack as well so that it can fully benefit from the new release. -------------------------------------------------------------------------------- ChangeLog: * Wed Feb 19 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 4.2.1-1 - Update to 4.2.1 (close RHBZ#2344734) * Fri Jan 17 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 4.2.0-17 - Patch for GCC 15 * Fri Jan 17 2025 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 4.2.0-16 - Fix a typo in a patch URL * Thu Jan 16 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 4.2.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #2344734 - givaro-4.2.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=2344734 -------------------------------------------------------------------------------- ================================================================================ python-nh3-0.2.20-2.el10_0 (FEDORA-EPEL-2025-b058396d8f) Python binding to Ammonia HTML sanitizer Rust crate -------------------------------------------------------------------------------- Update Information: Initial release for EPEL 10 -------------------------------------------------------------------------------- ChangeLog: * Sat Jan 18 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.2.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Mon Dec 23 2024 Mattia Verga <mattia.verga@xxxxxxxxx> - 0.2.20-1 - Update to 0.2.20 (fedora#2332810) * Sat Dec 14 2024 Mattia Verga <mattia.verga@xxxxxxxxx> - 0.2.19-1 - Update to 0.2.19 (fedora#2329441) * Wed Oct 16 2024 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.2.18-3 - Revert "Fix automatic provides on Python extension due to SONAME" - The fix is in rust-1.81.0-4 and later, which is now in all stable branches, so this workaround is no longer necessary. * Fri Sep 27 2024 Benjamin A. Beasley <code@xxxxxxxxxxxxxxxxxx> - 0.2.18-2 - Fix automatic provides on Python extension due to SONAME * Fri Sep 27 2024 Mattia Verga <mattia.verga@xxxxxxxxx> - 0.2.18-1 - Update to 0.2.18 (fedora#2271589) * Fri Jul 19 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.2.15-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Fri Jun 7 2024 Python Maint <python-maint@xxxxxxxxxx> - 0.2.15-4 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.2.15-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.2.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Dec 28 2023 Mattia Verga <mattia.verga@xxxxxxxxx> - 0.2.15-1 - Update to 0.2.15 (fedora#2253477) * Sat Oct 21 2023 Mattia Verga <mattia.verga@xxxxxxxxx> - 0.2.14-1 - Initial release (fedora#2244877) -------------------------------------------------------------------------------- References: [ 1 ] Bug #2345507 - Please branch and build python-nh3 in epel10 https://bugzilla.redhat.com/show_bug.cgi?id=2345507 -------------------------------------------------------------------------------- ================================================================================ tagsoup-1.2.1-35.el10_0 (FEDORA-EPEL-2025-3c0986c6e9) A SAX-compliant HTML parser written in Java -------------------------------------------------------------------------------- Update Information: TagSoup is a SAX-compliant parser written in Java that, instead of parsing well- formed or valid XML, parses HTML as it is found in the wild: nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. -------------------------------------------------------------------------------- ChangeLog: * Sun Jan 19 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0:1.2.1-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Sep 4 2024 Miroslav Suchý <msuchy@xxxxxxxxxx> - 0:1.2.1-34 - convert license to SPDX * Sat Jul 20 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0:1.2.1-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Tue Feb 27 2024 Jiri Vanek <jvanek@xxxxxxxxxx> - 0:1.2.1-32 - Rebuilt for java-21-openjdk as system jdk * Sat Jan 27 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0:1.2.1-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0:1.2.1-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0:1.2.1-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ vttest-2.7.20241204-7.el10_0 (FEDORA-EPEL-2025-a34f64144f) test VT100-type terminal -------------------------------------------------------------------------------- Update Information: Add options for command-logging and replay, to help with test-coverage. -------------------------------------------------------------------------------- ChangeLog: * Sun Jan 19 2025 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.7.20241204-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Sun Dec 8 2024 Thomas E. Dickey <dickey@xxxxxxx> - 2.7.20241204-1 - update to 2.7.20241204 (RHBZ #2321688) * Thu Oct 31 2024 Thomas E. Dickey <dickey@xxxxxxx> - 2.7.20241031-1 - update to 2.7.20241031 (RHBZ #2321688) * Sun Oct 27 2024 Thomas E. Dickey <dickey@xxxxxxx> - 2.7.20241024-1 - update to 2.7.20241024 (RHBZ #2321688) * Sat Jul 20 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.7.20240708-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Wed Jul 10 2024 Thomas E. Dickey <dickey@xxxxxxx> - 2.7.20240708-1 - update to 2.7.20240708 (RHBZ #2296534) * Sun Feb 25 2024 Thomas E. Dickey <dickey@xxxxxxx> - 2.7.20240218-1 - update to 2.7.20240218 (RHBZ #2264796) * Sat Jan 27 2024 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.7.20231230-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Dec 31 2023 Thomas E. Dickey <dickey@xxxxxxx> - 2.7.20230201-1 - update to 2.7.20231230 (RHBZ #2240499) * Sat Jul 22 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.7.20230201-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Feb 5 2023 Thomas E. Dickey <dickey@xxxxxxx> - 2.7.20230201-1 - update to 2.7.20230201 (RHBZ #2167192) * Sat Jan 21 2023 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 2.7.20221229-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild --------------------------------------------------------------------------------
-- _______________________________________________ epel-devel mailing list -- epel-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to epel-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/epel-devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue