- Update to version 1.28.15: * pdftops: Identify old LaserJets more precisely for swicth to Poppler * Make pdftopdf also work correctly with auro-rotating off * libcupsfilters: Make pdftopdf() correctly working with "landscape" option * rastertopdf: Filter fails if no PCLm default resolution given by printer * pdftopdf: Fix N-up printing with long-edge-first * libcupsfilters: In pdftopdf() fix cropping with long-edge-first * pdftops: Use Poppler for all Apple LaserWriter models - Enable OBS source services. Stay at 1.28.12 for now. * add _service file OBS-URL: https://build.opensuse.org/request/show/981479 OBS-URL: https://build.opensuse.org/package/show/Printing/cups-filters?expand=0&rev=132
19 lines
719 B
XML
19 lines
719 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/OpenPrinting/cups-filters</param>
|
|
<param name="filename">cups-filters</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
|
|
<param name="revision">1.28.15</param>
|
|
<param name="versionrewrite-pattern">\+0\+suse.*$</param>
|
|
<param name="versionrewrite-replacement"></param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service mode="manual" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|