- Update to version 44: + control available lanes to paint. + avoid load history twice. + Show commit details for submodule history view. + Honor core.hooksPath property. + Add file filter by name for stage view. + Calculate selected ref on history view. + Show info on errors in command line about init option. + Open files in external editor. + Allow to sign commits. + Correct behaviour of --standalone option. + Option to delete sources from disk. + Deal correctly with stage/unstage of selection on new files. + Honor system preferences about using dark theme. + highlight characters outside margins. + Allow to edit remotes. - Drop 1978973b12848741b08695ec2020bac98584d636.patch: fixed upstream. - Add pkgconfig(libhandy-1) and pkgconfig(gpgme) BuildRequires: new dependencies. OBS-URL: https://build.opensuse.org/request/show/1123586 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gitg?expand=0&rev=71
16 lines
564 B
Plaintext
16 lines
564 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/GNOME/gitg.git</param>
|
|
<param name="revision">refs/tags/v44</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|