Bjørn Lie
38653f5654
- Update to version 44.1: + Common: - Update hostname only after apply is clicked. - Add widget name and css class to CcIllustratedRow and CcSplitRow. + Color: Do not try to access to null pointer in destruction. + Date & Time: Fix NTP switch getting out of sync. + Display: - Allow configuring all monitors and apply settings at once. - Disconnect config manager changed handler. - Don't leak config manager proxy. + Network: Fix crash when removing a connection. + Region: Fix label of formats for the login screen. + Sharing: Fix network row visible name bug. + Shell: Add workaround to make disabled pictures are painted as such. + Sound: - Prevent duplicate sound device entries. - Revert accidental libgvc downgrade. + Updated translations. - Drop gnome-control-center-fix-6f1567f23.patch: Fixed upstream. OBS-URL: https://build.opensuse.org/request/show/1081142 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=510
20 lines
732 B
XML
20 lines
732 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/gnome-control-center.git</param>
|
|
<param name="revision">refs/tags/44.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">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
</services>
|
|
|