- Update to version 49.4: + Fix screen time tracking with idle inhibitors + Do not recreate default folders after they were removed + Fix tab focus behavior in quick settings menu + Do not expose password text in IM pre-edits + Plugged leak + Misc. bug fixes and cleanups + Updated translations. - Update libgnome-volume-control (gvc) tarball following upstreams changes. - Following the above, drop 31.patch and 32.patch, merged upstream. OBS-URL: https://build.opensuse.org/request/show/1332409 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=640
34 lines
1.3 KiB
XML
34 lines
1.3 KiB
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/gnome-shell.git</param>
|
|
<param name="revision">49.4</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="changesgenerate">disable</param>
|
|
</service>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/GNOME/libgnome-volume-control.git</param>
|
|
<param name="revision">664eba4c054ecc4a140f0ef01ae9297422b71fdc</param>
|
|
<param name="versionformat">0.gitmodule</param>
|
|
</service>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/GNOME/libshew.git</param>
|
|
<param name="revision">ed782477cb5164320ae4f731d49bc5d475ab2a52</param>
|
|
<param name="versionformat">0.gitmodule</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">
|
|
<param name="basename">gnome-shell</param>
|
|
</service>
|
|
</services>
|
|
|