+ Bugs fixed:
- #103 Crashes on fedora when switching from one kid's account
to another's, (or any click on carousel's icons)
- !244 malcontent-control: Fix callback argument list
- Update to version 0.13.0:
+ Bugs fixed:
- #48 Parental controls app: show the launcher, or merge into
Settings?
- !176 malcontent-control: Update metainfo file
- !179 docs: Add list of legal references for relevant
countries’ laws
- !183 application: Fix opening Settings
- !184 malcontent-control: Call setlocale() earlier to fix
early i18n
- !185 restrict-applications-selector: Fix pending changes
being lost on search
- !186 libmalcontent-ui: Port to libadwaita 1.6
- !187 app-filter: Fix logic for allowlist filtering on GAppInfo
+ Updated translations
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/malcontent?expand=0&rev=24
20 lines
727 B
XML
20 lines
727 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://gitlab.freedesktop.org/pwithnall/malcontent.git</param>
|
|
<param name="revision">0.13.1</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">v?(.*)\+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>
|
|
|