- Update to version 45.1: + Don't crash when opening Properties from admin://* + Don't crash on unmount + Stop jumping to top when using the Menu key + Properly reorder bookmarks by drag and drop + Re-add search results when switching view mode + Fix compilation on 32-bit musl - Fix various leaks and warnings + Updated translations. - Update to version 45.0+12: + gtk/placessidebar: Use list box for coordinates translation. + list-base: Stop jumping to top on Menu key. + Updated translations. - Switch to source service, explicit commit from the stable branch. OBS-URL: https://build.opensuse.org/request/show/1119561 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=387
20 lines
721 B
XML
20 lines
721 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/GNOME/nautilus.git</param>
|
|
<param name="revision">refs/tags/45.1</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<!-- <param name="changesgenerate">enable</param> -->
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|
|
|