- Update _service to point to new https://gitlab.gnome.org/GNOME/gtk.git home. Ensure nobody gets confused next time we want to update the version. OBS-URL: https://build.opensuse.org/request/show/597874 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk2?expand=0&rev=268
15 lines
513 B
Plaintext
15 lines
513 B
Plaintext
<services>
|
|
<service mode="disabled" name="tar_scm">
|
|
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">2.24.32</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</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>
|