Changelog for
paps-0.8.0-21.4.x86_64.rpm :
* 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
* Tue Dec 05 2017 wernerAATTsuse.de- Initial version paps from https://github.com/dov/paps master (was 37e6ca1)- Add patches paps-prog_cc_c_o.patch to silent auto tools paps-cpi_scale_calculation.patch avoid possible miscalculated scale paps-manpage_units.patch make clear we are using points paps-manpage_fixes.patch for better understanding paps-gutter-width.patch enable to set gutter when printing multiple columns paps-page_setup.patch help modern PS viewers with page setup