Update to 3.29.1
This commit is contained in:
parent
ac1bbf92f0
commit
f0fd23abac
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,3 +90,4 @@
|
||||
/gnome-software-3.27.92.tar.xz
|
||||
/gnome-software-3.28.0.tar.xz
|
||||
/gnome-software-3.28.1.tar.xz
|
||||
/gnome-software-3.29.1.tar.xz
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/plugins/core/gs-plugin-appstream.c b/plugins/core/gs-plugin-appstream.c
|
||||
index 3cd95c586eae..8e558824caca 100644
|
||||
--- a/plugins/core/gs-plugin-appstream.c
|
||||
+++ b/plugins/core/gs-plugin-appstream.c
|
||||
@@ -527,7 +527,7 @@ gs_plugin_refine_wildcard (GsPlugin *plugin,
|
||||
g_autoptr(GsApp) new = NULL;
|
||||
|
||||
/* is compatible */
|
||||
-#if AS_CHECK_VERSION(0,7,8)
|
||||
+#if AS_CHECK_VERSION(0,7,7)
|
||||
if (!as_utils_unique_id_match (gs_app_get_unique_id (app),
|
||||
as_app_get_unique_id (item),
|
||||
AS_UNIQUE_ID_MATCH_FLAG_SCOPE |
|
@ -2,24 +2,21 @@
|
||||
%global gtk3_version 3.22.4
|
||||
%global json_glib_version 1.2.0
|
||||
%global packagekit_version 1.1.1
|
||||
%global appstream_glib_version 0.7.7-2
|
||||
%global appstream_glib_version 0.7.8
|
||||
%global libsoup_version 2.52.0
|
||||
%global gsettings_desktop_schemas_version 3.12.0
|
||||
%global gnome_desktop_version 3.18.0
|
||||
%global fwupd_version 1.0.3
|
||||
%global fwupd_version 1.0.7
|
||||
%global flatpak_version 0.9.4
|
||||
|
||||
Name: gnome-software
|
||||
Version: 3.28.1
|
||||
Version: 3.29.1
|
||||
Release: 1%{?dist}
|
||||
Summary: A software center for GNOME
|
||||
|
||||
License: GPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/Software
|
||||
Source0: https://download.gnome.org/sources/gnome-software/3.28/%{name}-%{version}.tar.xz
|
||||
|
||||
# Lower appstream-glib version check as we have new API backported
|
||||
Patch2: 0001-appstream-Don-t-compare-appstream-origin-to-package-.patch
|
||||
Source0: https://download.gnome.org/sources/gnome-software/3.29/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libxslt
|
||||
@ -213,6 +210,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
%{_mandir}/man1/gnome-software-editor.1*
|
||||
|
||||
%changelog
|
||||
* Wed May 09 2018 Kalev Lember <klember@redhat.com> - 3.29.1-1
|
||||
- Update to 3.29.1
|
||||
|
||||
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
|
||||
- Update to 3.28.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-software-3.28.1.tar.xz) = 9a2b040307c5c4eb38e0cce41cd830f54e68adf6ac02f2aea30c1894ef2ec8e332dd1bfce699602629843cced4c3f660324e0aa8698591a57c40b13a3e474ded
|
||||
SHA512 (gnome-software-3.29.1.tar.xz) = 505582ee5c1d20a9e75ee3a57288643b6ce5fa6bceb68d81d4306faeb0fefe32f5ce450f7f24a4189b4680c56f8a0eb7456191df8c3826113a6fa11934240225
|
||||
|
Loading…
Reference in New Issue
Block a user