Update to 41.rc
This commit is contained in:
parent
4ba65e69d0
commit
4f4ac53d68
@ -11,8 +11,8 @@
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gnome-software
|
||||
Version: 41~beta
|
||||
Release: 3%{?dist}
|
||||
Version: 41~rc
|
||||
Release: 1%{?dist}
|
||||
Summary: A software center for GNOME
|
||||
|
||||
License: GPLv2+
|
||||
@ -20,7 +20,6 @@ URL: https://wiki.gnome.org/Apps/Software
|
||||
Source0: https://download.gnome.org/sources/gnome-software/41/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
Patch01: 0001-crash-with-broken-theme.patch
|
||||
Patch02: rhbug1995817-fix-updates-page-button.patch
|
||||
|
||||
BuildRequires: appstream-devel >= %{appstream_version}
|
||||
BuildRequires: gcc
|
||||
@ -199,6 +198,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/gtk-doc/html/gnome-software
|
||||
|
||||
%changelog
|
||||
* Wed Sep 08 2021 Milan Crha <mcrha@redhat.com> - 41~rc-1
|
||||
- Update to 41.rc
|
||||
|
||||
* Wed Sep 01 2021 Milan Crha <mcrha@redhat.com> - 41~beta-3
|
||||
- Resolves: #1995817 (gs-updates-section: Check also dependencies' download size)
|
||||
|
||||
|
@ -1,14 +0,0 @@
|
||||
diff --git a/src/gs-updates-section.c b/src/gs-updates-section.c
|
||||
index 0f41ba66..fa050513 100644
|
||||
--- a/src/gs-updates-section.c
|
||||
+++ b/src/gs-updates-section.c
|
||||
@@ -293,6 +293,9 @@ _all_offline_updates_downloaded (GsUpdatesSection *self)
|
||||
guint64 size = gs_app_get_size_download (app);
|
||||
if (size != 0)
|
||||
return FALSE;
|
||||
+ size = gs_app_get_size_download_dependencies (app);
|
||||
+ if (size != 0)
|
||||
+ return FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-software-41.beta.tar.xz) = 8d552f508a74c19ed11ae465b901e8b9bda479bff8b9f582b65bbacdba6d91468e4a9676a85f54104d16ba061f0e5daff7a0000aec439e6c4ff2b22cc3a8ecd1
|
||||
SHA512 (gnome-software-41.rc.tar.xz) = 6aec9a0ffc4957a62f8a25a4ba50b8f7539a701af8813f37310e6372c16b7c9c43ba5d97df05f202339eded5eb45c53bb9480727cfb3053d86ed16e20827cd23
|
||||
|
Loading…
Reference in New Issue
Block a user