[gnome-software: 1/2] build: Bump plugin API version for recent GsApp API changes
- From: Phaedrus Leeds <mwleeds src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software: 1/2] build: Bump plugin API version for recent GsApp API changes
- Date: Thu, 18 Feb 2021 16:35:58 +0000 (UTC)
commit 406385f4d4628b9cd7692a73bab18456614b38ec
Author: Philip Withnall <pwithnall endlessos org>
Date: Thu Feb 18 09:02:18 2021 +0000
build: Bump plugin API version for recent GsApp API changes
So out of tree plugins can be parallel installed in a way that means
gnome-software only loads the ones which use a compatible
libgnomesoftware ABI.
Spotted by Phaedrus Leeds.
Signed-off-by: Philip Withnall <pwithnall endlessos org>
Helps: #1146
contrib/gnome-software.spec.in | 2 +-
meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/contrib/gnome-software.spec.in b/contrib/gnome-software.spec.in
index 21f68f464..57342e861 100644
--- a/contrib/gnome-software.spec.in
+++ b/contrib/gnome-software.spec.in
@@ -70,7 +70,7 @@ Obsoletes: gnome-software-snap < 3.33.1
Obsoletes: gnome-software-editor < 3.35.1
# this is not a library version
-%define gs_plugin_version 14
+%define gs_plugin_version 15
%description
gnome-software is an application that makes it easy to add, remove
diff --git a/meson.build b/meson.build
index c9bc824e1..2ff2f2575 100644
--- a/meson.build
+++ b/meson.build
@@ -12,7 +12,7 @@ conf.set_quoted('PACKAGE_VERSION', meson.project_version())
# this refers to the gnome-software plugin API version
# this is not in any way related to a package or soname version
-gs_plugin_api_version = '14'
+gs_plugin_api_version = '15'
conf.set_quoted('GS_PLUGIN_API_VERSION', gs_plugin_api_version)
# install docs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]