Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-software for openSUSE:Factory 
checked in at 2023-10-29 19:39:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-software.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-software"

Sun Oct 29 19:39:32 2023 rev:114 rq:1120738 version:45.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes    
2023-10-23 23:40:06.673669650 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.17445/gnome-software.changes 
2023-10-29 19:39:37.614632281 +0100
@@ -1,0 +2,11 @@
+Fri Oct 27 05:40:09 UTC 2023 - Jonathan Kang <jonathank...@gnome.org>
+
+- Rebase gnome-software-disable-offline-update.patch(bsc#1216603).
+
+-------------------------------------------------------------------
+Fri Oct 27 01:25:16 UTC 2023 - Jonathan Kang <songchuan.k...@suse.com>
+
+- Add gnome-software-plugin-opensuse-distro-upgrade.patch: plugins:
+  add opensuse-distro-upgrade plugin(glgo#GNOME/gnome-software!1557).
+
+-------------------------------------------------------------------

New:
----
  gnome-software-plugin-opensuse-distro-upgrade.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-software.spec ++++++
--- /var/tmp/diff_new_pack.uwhFCn/_old  2023-10-29 19:39:38.094649743 +0100
+++ /var/tmp/diff_new_pack.uwhFCn/_new  2023-10-29 19:39:38.094649743 +0100
@@ -33,6 +33,8 @@
 # PATCH-FIX-OPENSUSE gnome-software-disable-offline-update.patch bsc#944832 
sck...@suse.com -- Disable offline update in SLE and openSUSE Leap
 Patch1:         gnome-software-disable-offline-update.patch
 %endif
+# PATCH-FIX-UPSTREAM gnome-software-plugin-opensuse-distro-upgrade.patch 
glgo#GNOME/gnome-software!1557 sck...@suse.com -- plugins: add 
opensuse-distro-upgrade plugin
+Patch2:         gnome-software-plugin-opensuse-distro-upgrade.patch
 
 BuildRequires:  gtk-doc
 BuildRequires:  meson >= 0.58.0
@@ -165,6 +167,7 @@
 %{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_malcontent.so
 %{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_modalias.so
 %{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_os-release.so
+%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_opensuse-distro-upgrade.so
 
%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_provenance-license.so
 %{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_provenance.so
 %{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_repos.so

++++++ gnome-software-disable-offline-update.patch ++++++
--- /var/tmp/diff_new_pack.uwhFCn/_old  2023-10-29 19:39:38.114650471 +0100
+++ /var/tmp/diff_new_pack.uwhFCn/_new  2023-10-29 19:39:38.114650471 +0100
@@ -1,43 +1,47 @@
-Index: gnome-software-41.5/src/gs-updates-section.c
+Index: gnome-software-45.1/src/gs-updates-section.c
 ===================================================================
---- gnome-software-41.5.orig/src/gs-updates-section.c
-+++ gnome-software-41.5/src/gs-updates-section.c
-@@ -739,7 +739,7 @@ gs_updates_section_app_state_changed_cb
-               }
-       }
+--- gnome-software-45.1.orig/src/gs-updates-section.c
++++ gnome-software-45.1/src/gs-updates-section.c
+@@ -323,12 +323,18 @@ static void
+ _set_button_stack_visible_child (GsUpdatesSection *self,
+                                const gchar *child_name)
+ {
+-      if (self->button_cancel != NULL)
++      if (self->button_cancel != NULL) {
+               gtk_widget_set_visible (self->button_cancel, g_strcmp0 
(child_name, "cancel") == 0);
+-      if (self->button_download != NULL)
++              gtk_widget_set_sensitive (self->button_cancel, FALSE);
++      }
++      if (self->button_download != NULL) {
+               gtk_widget_set_visible (self->button_download, g_strcmp0 
(child_name, "download") == 0);
+-      if (self->button_update != NULL)
++              gtk_widget_set_sensitive (self->button_download, FALSE);
++      }
++      if (self->button_update != NULL) {
+               gtk_widget_set_visible (self->button_update, g_strcmp0 
(child_name, "update") == 0);
++              gtk_widget_set_sensitive (self->button_download, FALSE);
++      }
  
--      gtk_widget_set_sensitive (self->button_update, busy < len);
-+      gtk_widget_set_sensitive (self->button_update, FALSE);
+       gtk_stack_set_visible_child_name (GTK_STACK (self->button_stack), 
child_name);
  }
- 
- static void
-@@ -760,6 +760,8 @@ gs_updates_section_init (GsUpdatesSectio
-       gtk_list_box_set_sort_func (GTK_LIST_BOX (self->listbox),
-                                   _list_sort_func,
-                                   self, NULL);
-+
-+      gtk_widget_set_sensitive (self->button_update, FALSE);
- }
- 
- /**
-Index: gnome-software-41.5/src/gs-updates-section.ui
+Index: gnome-software-45.1/src/gs-updates-section.ui
 ===================================================================
---- gnome-software-41.5.orig/src/gs-updates-section.ui
-+++ gnome-software-41.5/src/gs-updates-section.ui
-@@ -34,6 +34,7 @@
-                 <property name="visible">True</property>
-                 <property name="use_underline">True</property>
-                 <property name="label" translatable="yes">_Download</property>
-+                <property name="tooltip-text" translatable="yes">Please use 
gpk-update-viewer to update the system</property>
-                 <signal name="clicked" handler="_button_download_clicked_cb" 
swapped="yes"/>
-                 <style>
-                   <class name="suggested-action"/>
+--- gnome-software-45.1.orig/src/gs-updates-section.ui
++++ gnome-software-45.1/src/gs-updates-section.ui
+@@ -31,6 +31,7 @@
+                   <object class="GsProgressButton" id="button_download">
+                     <property name="use_underline">True</property>
+                     <property name="label" 
translatable="yes">_Download</property>
++                  <property name="tooltip-text" translatable="yes">Please use 
gpk-update-viewer to update the system</property>
+                     <signal name="clicked" 
handler="_button_download_clicked_cb" swapped="yes"/>
+                     <style>
+                       <class name="suggested-action"/>
 @@ -46,6 +47,7 @@
-             <child>
-               <object class="GsProgressButton" id="button_update">
-                 <property name="visible">True</property>
-+                <property name="tooltip-text" translatable="yes">Please use 
gpk-update-viewer to update the system</property>
-                 <signal name="clicked" 
handler="_button_update_all_clicked_cb" swapped="yes"/>
-                 <style>
-                   <class name="suggested-action"/>
+                 <property name="child">
+                   <object class="GsProgressButton" id="button_update">
+                     <property name="use-underline">True</property>
++                  <property name="tooltip-text" translatable="yes">Please use 
gpk-update-viewer to update the system</property>
+                     <signal name="clicked" 
handler="_button_update_all_clicked_cb" swapped="yes"/>
+                     <style>
+                       <class name="suggested-action"/>
 

++++++ gnome-software-plugin-opensuse-distro-upgrade.patch ++++++
++++ 698 lines (skipped)

Reply via email to