- Drop patches merged in the git repo: * xli-1.17.0-8bit_palette.patch * xli-1.17.0-configfile.patch * xli-1.17.0-overflow.patch * xli-1.17.0.patch * xli-png-alpha.patch * xli-png_check_sig.patch - Update to version 1.17+git20170726.0bb4fb4: * Respect destdir during install * Symlink with relative path in makefile * Add support for 8bit pallete * Make xli handle arrow keys to move image * Add temp files and patches to gitignore * Implement zoom functionality * Adds support for the special "None" colour in XPMs * Document zooming control * Add a -forall option * A bug with all merging * Do not read past buffer end - Allow xli to load up on alpha backgrounded png, if there would be upstream this should be upstreamed: * xli-png-alpha.patch - Cleanup a bit with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/512628 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xli?expand=0&rev=10
15 lines
507 B
Plaintext
15 lines
507 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://github.com/openSUSE/xli.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">xli</param>
|
|
<param name="versionformat">1.17+git%cd.%h</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|