Package Release Info

paps-0.8.0-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

paps

Change Logs

* Thu Jan 23 2025 mcepl@cepl.eu
- Add missing python-rpm-macros BR.
* Thu Jan 23 2025 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 2025 dimstar@opensuse.org
- Fix shebangs of binaries: src-to-paps referenced /usr/bin/python,
  which is python2.
* Wed Sep 18 2024 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 2024 dimstar@opensuse.org
- Use %patch -P N instead of deprecated %patchN.
* Mon Feb 07 2022 werner@suse.de
- For iconv glibc-locale should be installed
* Fri Dec 04 2020 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 07 2020 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 2019 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.
Version: 0.7.1-bp155.3.8
* Mon Feb 07 2022 Dr. Werner Fink <werner@suse.de>
- For iconv glibc-locale should be installed
Version: 0.7.1-bp154.1.26
* Fri Dec 04 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 07 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
Version: 0.7.0+-bp152.4.11
* Mon May 13 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.
Version: 0.7.0+-bp150.2.4
* Tue Dec 05 2017 werner@suse.de
- Add patch paps-layout.patch as a try to get page layout to
  something useful
* Tue Dec 05 2017 werner@suse.de
- Add patch paps-layout.patch as a try to get page layout to
  something useful