94 lines
3.6 KiB
Plaintext
94 lines
3.6 KiB
Plaintext
|
|
-------------------------------------------------------------------
|
|||
|
|
Thu Jan 23 18:28:21 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
|||
|
|
|
|||
|
|
- Add missing python-rpm-macros BR.
|
|||
|
|
|
|||
|
|
-------------------------------------------------------------------
|
|||
|
|
Thu Jan 23 15:41:45 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
|||
|
|
|
|||
|
|
- Add no-python2.patch to remove Python 2 shebangs, so they don’t
|
|||
|
|
create false Requires (gh#dov/paps!75).
|
|||
|
|
|
|||
|
|
-------------------------------------------------------------------
|
|||
|
|
Wed Jan 22 12:20:45 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
|||
|
|
|
|||
|
|
- Fix shebangs of binaries: src-to-paps referenced /usr/bin/python,
|
|||
|
|
which is python2.
|
|||
|
|
|
|||
|
|
-------------------------------------------------------------------
|
|||
|
|
Wed Sep 18 08:59:21 UTC 2024 - Dr. Werner Fink <werner@suse.de>
|
|||
|
|
|
|||
|
|
- 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 14:54:23 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|||
|
|
|
|||
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|||
|
|
|
|||
|
|
-------------------------------------------------------------------
|
|||
|
|
Mon Feb 7 10:22:43 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
|||
|
|
|
|||
|
|
- For iconv glibc-locale should be installed
|
|||
|
|
|
|||
|
|
-------------------------------------------------------------------
|
|||
|
|
Fri Dec 4 13:37:59 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
|||
|
|
|
|||
|
|
- Add patch paps-header_features.patch which combines three
|
|||
|
|
patches to be able to change header font, date, and rule
|
|||
|
|
thickness
|
|||
|
|
|
|||
|
|
-------------------------------------------------------------------
|
|||
|
|
Wed Oct 7 13:30:36 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
|||
|
|
|
|||
|
|
- 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 07:29:44 UTC 2019 - Dr. Werner Fink <werner@suse.de>
|
|||
|
|
|
|||
|
|
- 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 5 16:30:16 UTC 2017 - werner@suse.de
|
|||
|
|
|
|||
|
|
- Add patch paps-layout.patch as a try to get page layout to
|
|||
|
|
something useful
|
|||
|
|
|
|||
|
|
-------------------------------------------------------------------
|
|||
|
|
Tue Dec 5 15:00:23 UTC 2017 - werner@suse.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
|