automatic version update by autodist [release 5.27.3-1mamba;Fri Mar 17 2023]

This commit is contained in:
Automatic Build System 2024-01-05 22:26:59 +01:00
parent 1eeec9ad51
commit 10ce0bccf4
2 changed files with 35 additions and 1 deletions

View File

@ -0,0 +1,29 @@
From 331105fa44a0b03c7f7f5a543b92aab3ec659385 Mon Sep 17 00:00:00 2001
From: ivan tkachenko <me@ratijas.tk>
Date: Wed, 15 Mar 2023 21:43:15 +0600
Subject: [PATCH] FlatpakPermission: Add back no-args default constructor
Older toolchain such as Kubuntu requires default constructor to use this
class with QVector. Do not use this constructor manually.
BUG: 467399
(cherry picked from commit 7e644d8f39e38f5713938424fef6064261270023)
---
flatpakpermission.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/flatpakpermission.h b/flatpakpermission.h
index 8f24354..7b9a5c7 100644
--- a/flatpakpermission.h
+++ b/flatpakpermission.h
@@ -99,6 +99,10 @@ class FlatpakPermission
Advanced
};
+ // Default constructor is required for meta-type registration.
+ /** Default constructor. Creates an invalid entry. */
+ FlatpakPermission() = default;
+
/**
* Create a Dummy entry for the Advanced and user-editable sections, just so
* that ListView shows a section header even if there are no permission row

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: flatpak-kcm
Version: 5.27.2
Version: 5.27.3
Release: 1mamba
Summary: KDE Plasma Flatpak Permissions Management KCM
Group: Graphical Desktop/Applications/Configuration
@ -10,6 +10,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org
Source: https://download.kde.org/stable/plasma/%{version}/flatpak-kcm-%{version}.tar.xz
Patch0: flatpak-kcm-5.27.3-gcc-12.2.0.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -36,6 +37,7 @@ Flatpak Permissions Management KCM. The KCM allows changing what permissions hav
%prep
%setup -q
%patch0 -p1 -b .gcc-12.2.0
%build
%cmake_kde5 -d build
@ -60,6 +62,9 @@ Flatpak Permissions Management KCM. The KCM allows changing what permissions hav
%{_datadir}/kpackage/kcms/kcm_flatpak/contents/ui/*
%changelog
* Fri Mar 17 2023 Automatic Build System <autodist@mambasoft.it> 5.27.3-1mamba
- automatic version update by autodist
* Sat Mar 04 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 5.27.2-1mamba
- update to 5.27.2