Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6d8fb806cf | |||
| ceb2c3ed4d |
19
_service
Normal file
19
_service
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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>
|
||||
|
||||
BIN
malcontent-0.12.0.tar.xz
LFS
BIN
malcontent-0.12.0.tar.xz
LFS
Binary file not shown.
3
malcontent-0.13.1.obscpio
Normal file
3
malcontent-0.13.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d98e007f6111e2e7726d2191e4733379e47dd8afa20eacab23453aa00ee5d965
|
||||
size 2173452
|
||||
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 24 14:02:00 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.13.1:
|
||||
+ 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 24 13:59:56 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 15 06:05:35 UTC 2024 - ming li <mli@suse.com>
|
||||
|
||||
|
||||
4
malcontent.obsinfo
Normal file
4
malcontent.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: malcontent
|
||||
version: 0.13.1
|
||||
mtime: 1756818912
|
||||
commit: 090042fec5181621e2fd8cfef9fc446ed86db98b
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package malcontent
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: malcontent
|
||||
Version: 0.12.0
|
||||
Version: 0.13.1
|
||||
Release: 0
|
||||
Summary: Parental control system
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
URL: https://gitlab.freedesktop.org/pwithnall/malcontent
|
||||
Source: https://tecnocode.co.uk/downloads/%{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: itstool
|
||||
@@ -37,7 +37,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.54.2
|
||||
BuildRequires: pkgconfig(glib-testing-0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(libadwaita-1)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.6
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
|
||||
%description
|
||||
@@ -160,7 +160,7 @@ mv %{buildroot}%{_datadir}/polkit-1/rules.d/com.endlessm.ParentalControls.rules
|
||||
|
||||
%files control
|
||||
%{_bindir}/malcontent-control
|
||||
%{_datadir}/metainfo/org.freedesktop.MalcontentControl.appdata.xml
|
||||
%{_datadir}/metainfo/org.freedesktop.MalcontentControl.metainfo.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/org.freedesktop.MalcontentControl*
|
||||
%{_datadir}/applications/org.freedesktop.MalcontentControl.desktop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user