Dominique Leuenberger
b608b084d3
- Update to version 0.9.29: * Fix an issue with YouTube. - Update to version 0.9.28: * Do not cache snapshots on error. * Faster adblock updater. - Add missing recommended dependency on python3-beautifulsoup4 (for bookmarks import). - Disable changelog generation in _service file (too many commits listed to be useful). OBS-URL: https://build.opensuse.org/request/show/599588 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/eolie?expand=0&rev=15
14 lines
465 B
Plaintext
14 lines
465 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="revision">0.9.29</param>
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/gnumdk/eolie.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
</service>
|
|
<service mode="disabled" name="recompress">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
</services>
|