From 73a669d3d337126516e812d472843314e47ab569 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 16 2021 04:21:04 +0000 Subject: import gnome-software-3.36.1-10.el8 --- diff --git a/SOURCES/devel-install-headers.patch b/SOURCES/devel-install-headers.patch new file mode 100644 index 0000000..5059bfd --- /dev/null +++ b/SOURCES/devel-install-headers.patch @@ -0,0 +1,36 @@ +From 5b0e476a17129be0d8b451467aded9c8ae861218 Mon Sep 17 00:00:00 2001 +From: Rasmus Thomsen +Date: Fri, 17 Apr 2020 18:55:21 +0200 +Subject: [PATCH] build: install more headers + +These are required for building out of tree plugins +--- + lib/meson.build | 6 ++++++ + 1 file changed, 6 insertions(+) + +diff --git a/lib/meson.build b/lib/meson.build +index 1c00d4f3e..6a2e803e5 100644 +--- a/lib/meson.build ++++ b/lib/meson.build +@@ -4,12 +4,18 @@ cargs += ['-DLOCALPLUGINDIR=""'] + install_headers([ + 'gnome-software.h', + 'gs-app.h', ++ 'gs-app-collation.h', + 'gs-app-list.h', ++ 'gs-autocleanups.h', + 'gs-category.h', ++ 'gs-ioprio.h', + 'gs-metered.h', + 'gs-os-release.h', + 'gs-plugin.h', + 'gs-plugin-event.h', ++ 'gs-plugin-job.h', ++ 'gs-plugin-loader.h', ++ 'gs-plugin-loader-sync.h', + 'gs-plugin-types.h', + 'gs-plugin-vfuncs.h', + 'gs-utils.h' +-- +GitLab + diff --git a/SPECS/gnome-software.spec b/SPECS/gnome-software.spec index 6affcbc..273f8bc 100644 --- a/SPECS/gnome-software.spec +++ b/SPECS/gnome-software.spec @@ -14,7 +14,7 @@ Name: gnome-software Version: 3.36.1 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A software center for GNOME License: GPLv2+ @@ -39,6 +39,7 @@ Patch6: be-able-to-disable-odrs.patch Patch7: crash-when-run-as-root.patch Patch8: gs-updates-page-keep-showing-installing-apps.patch Patch9: flatpak-same-runtime-origin.patch +Patch10: devel-install-headers.patch BuildRequires: gcc BuildRequires: gettext @@ -226,6 +227,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_datadir}/gtk-doc/html/gnome-software %changelog +* Thu Jul 08 2021 Milan Crha - 3.36.1-10 +- Resolves: #1978505 (Development package is missing important header files) + * Mon Jun 21 2021 Milan Crha - 3.36.1-9 - Resolves: #1972545 (flatpak: Prefer runtime from the same origin as the application)