forked from pool/cherrytree
- Update to version 0.99.21+git20201121.e0afb5a6: * Fix typos in README, (gh#giuspen/cherrytree#1357) * Fix 7za sources License.txt issue, (gh#giuspen/cherrytree#1356). * Fix unit tests after latest changes for new arg option --new-window. * Adds --new-window option, (gh#giuspen/cherrytree#1355). * Fix issue with clipboard on windows, (gh#giuspen/cherrytree#1336, gh#giuspen/cherrytree#1344 and gh#giuspen/cherrytree#1341). * Suppress error when test a wrong password, (gh#giuspen/cherrytree#1350). * Table will contain right amount of column widths; removes table to xml copy-paste, (gh#giuspen/cherrytree#1349). * Fixes crash in html parser due to <li> without <ul>, (gh#giuspen/cherrytree#1348). * Fix crash when triying to move a table column, (gh#giuspen/cherrytree#1342). * Fix crash when pasting HTML, (gh#giuspen/cherrytree#1346). * Translation updates. - Added cherrytree-set-git-version.patch and rebase since we are pulling from git again. OBS-URL: https://build.opensuse.org/request/show/849863 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=127
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.21+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>
|