forked from pool/cherrytree
Dominique Leuenberger
d4610ec1ed
- Update to version 0.99.22+git20201123.fea3e66c: * fixed not saving node properties when only node properties are changed (#1364) * fix issue (gitch) pasting tables from clipboard (#1358) * added command line switch --new-window (#1339) * the rich text tagged monospace is not forced to use a dedicated font anymore - configurable and off by default (#1343) OBS-URL: https://build.opensuse.org/request/show/850546 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=129
19 lines
719 B
Plaintext
19 lines
719 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="submodules">enable</param>
|
|
<param name="revision">master</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="changesauthor">malcolmlewis@opensuse.org</param>
|
|
<param name="filename">cherrytree</param>
|
|
<param name="versionformat">0.99.22+git%cd.%h</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version" />
|
|
</services>
|