Changelog for
paps-debuginfo-0.8.0-3.1.x86_64.rpm :
* Thu Jan 23 2025 Matej Cepl
- Add missing python-rpm-macros BR.
* Thu Jan 23 2025 Matej Cepl - Add no-python2.patch to remove Python 2 shebangs, so they don’t create false Requires (gh#dov/paps!75).
* Wed Jan 22 2025 Dominique Leuenberger - Fix shebangs of binaries: src-to-paps referenced /usr/bin/python, which is python2.
* Wed Sep 18 2024 Dr. Werner Fink - Update to paps 0.8.0
* Fixed minor bugs from 0.7.9
* Fixed bug when using markup with char mapping and visible wrap marker.
* Added src-to-paps preprocessor scripts for conversion of source code to paps through GNU Highlight.
* Switch to C++17
* The header and footers are now modifiable by a syntax borrowed from python and the fmt library. E.g. the following command line shows what is possible: paps --header-left=\"{now:%Y-%m-%d %H:%M}\" --header-center=\"{path}\" \\ - -header-right=\"Page {page_idx:02d}/{num_pages:02d}\" --header -o hello.pdf paps.cc
* Add separation line option- Remove patches now upstream
* paps-cpi_scale_calculation.patch
* paps-glib.patch
* paps-gutter-width.patch
* paps-layout.patch
* paps-manpage_fixes.patch
* paps-manpage_units.patch
* paps-page_setup.patch- Port patch paps-header_features.patch- Add 71.patch to fix build with glib 2.82
* Thu Feb 29 2024 Dominique Leuenberger - Use %patch -P N instead of deprecated %patchN.
* Mon Feb 07 2022 Dr. Werner Fink - For iconv glibc-locale should be installed
* Fri Dec 04 2020 Dr. Werner Fink - Add patch paps-header_features.patch which combines three patches to be able to change header font, date, and rule thickness
* Wed Oct 07 2020 Dr. Werner Fink - Update to paps 0.7.1
* Added initial meson compilation support.
* Minor accumulated bug fixes since 0.7.0- Drop patch paps-prog_cc_c_o.patch as now solved upstream
* Mon May 13 2019 Dr. Werner Fink - Add patch paps-glib.patch to amke it build again ... seems to be a problem with the actuial linker as it ignores dependencies of the already specified libraries.
* Tue Dec 05 2017 wernerAATTsuse.de- Add patch paps-layout.patch as a try to get page layout to something useful