| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Add missing python-rpm-macros BR.
- Add no-python2.patch to remove Python 2 shebangs, so they don’t create false Requires (gh#dov/paps!75).
- Fix shebangs of binaries: src-to-paps referenced /usr/bin/python, which is python2.
- 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
- Use %patch -P N instead of deprecated %patchN.
- For iconv glibc-locale should be installed
- Add patch paps-header_features.patch which combines three patches to be able to change header font, date, and rule thickness
- 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
- 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.
- For iconv glibc-locale should be installed
- Add patch paps-header_features.patch which combines three patches to be able to change header font, date, and rule thickness
- 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
- 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.
- Add patch paps-layout.patch as a try to get page layout to something useful
- Add patch paps-layout.patch as a try to get page layout to something useful