automatic version update by autodist [release 5.21.4-1mamba;Thu Apr 08 2021]

This commit is contained in:
Automatic Build System 2024-01-05 21:48:30 +01:00
parent 8080217ab4
commit d2b7e04d62
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,12 @@
--- discover-5.21.4/libdiscover/backends/FlatpakBackend/FlatpakTransactionThread.h.orig 2021-04-08 23:38:00.476903110 +0200
+++ discover-5.21.4/libdiscover/backends/FlatpakBackend/FlatpakTransactionThread.h 2021-04-08 23:36:36.090368104 +0200
@@ -7,8 +7,8 @@
#ifndef FLATPAKTRANSACTIONTHREAD_H
#define FLATPAKTRANSACTIONTHREAD_H
-extern "C" {
#include <flatpak.h>
+extern "C" {
#include <gio/gio.h>
#include <glib.h>
}

View File

@ -1,7 +1,7 @@
%define plasmaver %(echo %version | cut -d. -f1-3)
Name: discover
Version: 5.21.3
Version: 5.21.4
Release: 1mamba
Summary: KDE Frameworks 5 application installer
Group: Graphical Desktop/Applications/Administration
@ -12,6 +12,7 @@ URL: https://www.kde.org
Source: https://download.kde.org/stable/plasma/%{plasmaver}/discover-%{version}.tar.xz
Patch0: discover-5.16.4-PackageKit-refresh-force.patch
Patch1: discover-5.16.4-PackageKit-x86_64-multiarch.patch
Patch2: discover-5.21.4-flatpak_no_extern_c.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -77,6 +78,7 @@ Notifier for the KDE Frameworks 5 application installer.
#%ifarch x86_64
#%patch1 -p1
#%endif
%patch2 -p1
## disable update notifier applet by default, in favour of plasma-pk-updates
#sed -i \
@ -139,6 +141,9 @@ Notifier for the KDE Frameworks 5 application installer.
%{_datadir}/knotifications5/discoverabstractnotifier.notifyrc
%changelog
* Thu Apr 08 2021 Automatic Build System <autodist@mambasoft.it> 5.21.4-1mamba
- automatic version update by autodist
* Wed Mar 17 2021 Automatic Build System <autodist@mambasoft.it> 5.21.3-1mamba
- automatic version update by autodist