forked from pool/gnome-control-center
Bjørn Lie
2a28296db0
- Update to version 3.34.4: + Thunderbolt: Fix memory leak. + Printers: Fix read of freed memory. + User Accounts: - Use absolute path of command usermod. - Fix carousel arrow location when animations are disabled. - Fix memory leak. - Fix uninitialized variable. + Region & Language: Fix LC_* variables not being correctly reset. + Sound: Add missing subwoofer icons. + Updated translations. - Drop gnome-control-center-can-not-find-usermod.patch: Fixed upstream. OBS-URL: https://build.opensuse.org/request/show/774249 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=437
16 lines
533 B
Plaintext
16 lines
533 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-control-center.git</param>
|
|
<param name="revision">refs/tags/3.34.4</param>
|
|
<param name="versionformat">@PARENT_TAG@</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="disabled" />
|
|
</services>
|
|
|