Changelog for
yelp-tools-42.1-132.5.noarch.rpm :
* Thu Feb 22 2024 pgajdosAATTsuse.com- %python3_fix_shebang do not need to be %ifdef\'ed
* Thu Feb 22 2024 pgajdosAATTsuse.com- remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476]
* Mon Oct 31 2022 Bjørn Lie
- Update to version 42.1: + Fixed issue with DocBook when path is missing trailing slash.
* Sun Mar 20 2022 Bjørn Lie - Update to version 42.0: + No changes since beta, stable release only.
* Sat Feb 12 2022 Bjørn Lie - Update to version 42.beta: + yelp.m4: Avoid argument list too long error when cleaning.
* Sun Sep 19 2021 Michael Gorse - Update to version 41.0: + Updates documentation. + Updates to build files.
* Mon Aug 23 2021 Dominique Leuenberger - Update to version 41.beta: + Updates documentation.
* Sat Mar 20 2021 Dominique Leuenberger - Update to version 40.0: + No changes since version 40.rc.
* Thu Mar 18 2021 Dominique Leuenberger - Update to version 40.rc: + Added --skip option to skip files in yelp-check. + Custom checkers in yelp-check return 1 on failure.- Drop 6.patch: merged upstream,
* Tue Feb 16 2021 Dominique Leuenberger - Add 6.patch: Use /usr/bin/python3 as shebang.
* Mon Feb 15 2021 Callum Farmer - Update to version 40.beta: + Added --skip option to skip files in yelp-check. + Custom checkers in yelp-check return 1 on failure.
* Tue Feb 09 2021 Dominique Leuenberger - Update to version 40.alpha: + First release using the meson build system + Converted yelp-build, yelp-check, and yelp-new to python + New and improved templates for yelp-new + Support for .yelp-tools.cfg config file + Config file can specify custom checkers, like Schematron but easier + yelp-check hrefs takes a configurable allow list- Switch to meson build system: + Add meson and python3-lxml BuildRequires. + Replace configure/make/make_install with respective meson/meson_build/meson_install.