public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gnome-software] rawhide: Update to 51.alpha
@ 2026-06-26  8:41 Milan Crha
  0 siblings, 0 replies; only message in thread
From: Milan Crha @ 2026-06-26  8:41 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/gnome-software
Branch : rawhide
Commit : 16cbf1c5b5789e7139410ba8c2d2d73bd4ae40a5
Author : Milan Crha <mcrha@redhat.com>
Date   : 2026-06-26T10:39:46+02:00
Stats  : +2/-73 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gnome-software/c/16cbf1c5b5789e7139410ba8c2d2d73bd4ae40a5?branch=rawhide

Log:
Update to 51.alpha

---
diff --git a/0003-m2434-recognize-added-packages-in-update.patch b/0003-m2434-recognize-added-packages-in-update.patch
deleted file mode 100644
index 443e9b8..0000000
--- a/0003-m2434-recognize-added-packages-in-update.patch
+++ /dev/null
@@ -1,67 +0,0 @@
-From 11cacd4d7f4ac52e60057b2e0b87d2d5447b4c8b Mon Sep 17 00:00:00 2001
-Date: Fri, 29 May 2026 10:40:28 +0200
-Subject: [PATCH 1/2] packagekit: Recognize packages added as new dependencies
- during update
-
-The PackageKit 1.3.4 returns packages to be installed as new dependencies
-with info "enhancement", not as "install". This allows to distinguish
-between real updates and newly installed packages in System Updates
-proxy app.
-
-This is https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/2434 ,
-which also fixes https://bugzilla.redhat.com/show_bug.cgi?id=2463990
----
- plugins/packagekit/gs-plugin-packagekit.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/plugins/packagekit/gs-plugin-packagekit.c b/plugins/packagekit/gs-plugin-packagekit.c
-index 3ce21ef2d..30383dc7b 100644
---- a/plugins/packagekit/gs-plugin-packagekit.c
-+++ b/plugins/packagekit/gs-plugin-packagekit.c
-@@ -1286,7 +1286,8 @@ gs_plugin_packagekit_set_update_app_state (GsApp *app,
- 	    pk_package_get_info (package) == PK_INFO_ENUM_OBSOLETING) {
- 		gs_app_set_state (app, GS_APP_STATE_INSTALLED);
- 	} else if (pk_package_get_info (package) == PK_INFO_ENUM_INSTALL ||
--		   pk_package_get_info (package) == PK_INFO_ENUM_INSTALLING) {
-+		   pk_package_get_info (package) == PK_INFO_ENUM_INSTALLING ||
-+		   pk_package_get_info (package) == PK_INFO_ENUM_ENHANCEMENT) {
- 		gs_app_set_state (app, GS_APP_STATE_AVAILABLE);
- 	} else {
- 		gs_app_set_state (app, GS_APP_STATE_UPDATABLE);
--- 
-GitLab
-
-
-From abd181b81372785ad66b7ba646ddb3c121352f2b Mon Sep 17 00:00:00 2001
-Date: Fri, 29 May 2026 10:42:59 +0200
-Subject: [PATCH 2/2] gs-app: When adding related app check specifically for
- updatable_live states
-
-The comment says it above the if, but the if does not really do it.
-The PackageKit plugin can return apps for update in various states,
-not only in "updatable", which then breaks the logic behind this
-code, which results into the "System Updates" being shown in
-the section with live updates, instead of in the section with offline
-updated when there are only other than updatable bare package updates.
----
- lib/gs-app.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lib/gs-app.c b/lib/gs-app.c
-index c530de58a..00635405a 100644
---- a/lib/gs-app.c
-+++ b/lib/gs-app.c
-@@ -4374,8 +4374,8 @@ gs_app_add_related (GsApp *app, GsApp *app2)
- 	/* if the app is updatable-live and any related app is not then
- 	 * degrade to the offline state */
- 	if (priv->state == GS_APP_STATE_UPDATABLE_LIVE &&
--	    priv2->state == GS_APP_STATE_UPDATABLE)
--		gs_app_set_state_internal (app, priv2->state);
-+	    priv2->state != GS_APP_STATE_UPDATABLE_LIVE)
-+		gs_app_set_state_internal (app, GS_APP_STATE_UPDATABLE);
- 
- 	gs_app_list_add (priv->related, app2);
- 
--- 
-GitLab
-

diff --git a/gnome-software.spec b/gnome-software.spec
index d9ac7dc..8cd33fe 100644
--- a/gnome-software.spec
+++ b/gnome-software.spec
@@ -27,7 +27,7 @@
 %global __provides_exclude_from ^%{_libdir}/%{name}/plugins-%{gs_plugin_version}/.*\\.so.*$
 
 Name:      gnome-software
-Version:   50.2
+Version:   51~alpha
 Release:   %autorelease
 Summary:   A software center for GNOME
 
@@ -45,10 +45,6 @@ Patch:     0001-dnf5-plugin.patch
 
 Patch:     0002-plain-package-update-notification.patch
 
-# https://bugzilla.redhat.com/show_bug.cgi?id=2463990
-# Fix package updates sometimes shown as online (flatpak) updates
-Patch:     0003-m2434-recognize-added-packages-in-update.patch
-
 # ostree and flatpak not on i686 for Fedora and RHEL 10
 # https://github.com/containers/composefs/pull/229#issuecomment-1838735764
 %if 0%{?fedora} || 0%{?rhel} >= 10

diff --git a/sources b/sources
index 8b9cd61..593434a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gnome-software-50.2.tar.xz) = 3813aab4d005b8ce91d3f9602fb0f24a1fc836e1cb42eb23ec2df23ef92ccbbb9c822266733fb9739cdc9c97319a22b468b07a9b200a328db2f149691281cba8
+SHA512 (gnome-software-51.alpha.tar.xz) = d25fc83672a19dd86aeb0248e19ddbaee2bc6724364662cbde5e577d385e096e06b0594b7509a54ee8986e896a53bd08408818e35ba3deca844df76c2d308129

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-26  8:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-26  8:41 [rpms/gnome-software] rawhide: Update to 51.alpha Milan Crha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox