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-09-20 13:22:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-software (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-software.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-software"

Wed Sep 20 13:22:46 2023 rev:112 rq:1112406 version:45.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes    
2023-08-07 15:28:46.432196011 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-software.new.16627/gnome-software.changes 
2023-09-20 13:23:54.683299703 +0200
@@ -1,0 +2,66 @@
+Fri Sep 15 07:58:01 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 45.0:
+  + Fix a crash when downloading resources from the Internet
+  + Fix a crash after cancelled Restart request
+  + Correct safety rating for KDE apps
+  + Correct version history widgets visibility in the details page
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Sep  4 09:26:24 UTC 2023 - Luciano Santos <luc1...@opensuse.org>
+
+- Add with(out) "profiling" build switch and disable it, by
+  default, as profiling isn't meant for general use. This nests
+  pkgconfig(sysprof-capture-4) BuildRequires under an if-with
+  expression and passes profiler=(enabled|disabled) to meson,
+  depending on the profiling switch.
+
+-------------------------------------------------------------------
+Sat Sep  2 20:17:20 UTC 2023 - Luciano Santos <luc1...@opensuse.org>
+
+- Update to version 45.rc:
+  + Fix firmware's 'Restart & Update' to ask for the restart.
+  + Fix app getting unresponsive when loading screenshots.
+  + Improve performance for PackageKit plugin search-by-file.
+  + Improve app license display.
+  + Improve search to also check for 'contains' words.
+  + Various minor styling updates.
+  + Updated translations.
+- Drop deprecated pkgconfig(sysprof-4) BuildRequires and pinpoint
+  pkgconfig(sysprof-capture-4) BuildRequires to 45.rc, as a
+  minimum.
+
+-------------------------------------------------------------------
+Fri Aug  4 09:32:48 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 45.beta:
+  + Improve error notifications from failed GPG checks
+  + Disable animations in the UI according to the user’s
+    accessibility settings
+  + Fix applying updates which require some packages to be removed
+    to satisfy dependencies
+  + Stop using the software repositories dialog provided by the
+    distribution, and always use GNOME Software’s inbuilt dialog;
+    this will affect Debian and Ubuntu
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Aug  4 09:31:21 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 45.alpha:
+  + Indicate when OS updates includes security fixes
+  + Ask whether to clear app storage for Flatpak apps on uninstall
+  + Show a notification when system updates are downloaded
+  + Advertise if an installed Flatpak app has reached end of life
+  + Revamp Safety ratings
+  + Fix slow Repositories dialog open
+  + Fix card view and key navigation in the Explore page
+  + Fix a crash on startup in GNOME OS
+  + Fix navigation between "Other Apps by Developer" in the Details
+    page
+  + Fix a crash when refining a Flatpak app
+  + Fix a state recover after a failed app update
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-software-44.4.tar.xz

New:
----
  gnome-software-45.0.tar.xz

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

Other differences:
------------------
++++++ gnome-software.spec ++++++
--- /var/tmp/diff_new_pack.O31EAP/_old  2023-09-20 13:23:56.343359176 +0200
+++ /var/tmp/diff_new_pack.O31EAP/_new  2023-09-20 13:23:56.347359320 +0200
@@ -17,15 +17,16 @@
 
 
 %define gs_plugin_api 20
+%bcond_with profiling
 
 Name:           gnome-software
-Version:        44.4
+Version:        45.0
 Release:        0
 Summary:        GNOME Software Store
 License:        GPL-2.0-or-later
 Group:          System/GUI/GNOME
 URL:            https://wiki.gnome.org/Apps/Software
-Source0:        
https://download.gnome.org/sources/gnome-software/44/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/gnome-software/45/%{name}-%{version}.tar.xz
 %if 0%{?sle_version}
 # PATCH-FIX-OPENSUSE gnome-software-launch-gpk-update-viewer-for-updates.patch 
bsc#1077332 boo#1090042 sck...@suse.com -- Don't launch gnome-software when 
clicking the updates notification. Launch gpk-update-viewer instead.
 Patch0:         gnome-software-launch-gpk-update-viewer-for-updates.patch
@@ -58,9 +59,10 @@
 BuildRequires:  pkgconfig(packagekit-glib2) >= 1.1.0
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(sqlite3)
-BuildRequires:  pkgconfig(sysprof-4)
-BuildRequires:  pkgconfig(sysprof-capture-4)
 BuildRequires:  pkgconfig(xmlb) >= 0.1.7
+%if %{with profiling}
+BuildRequires:  pkgconfig(sysprof-capture-4)
+%endif
 # boo#1090042
 Requires:       fwupd
 Requires:       iso-codes
@@ -104,6 +106,7 @@
        -D tests=false \
        -D malcontent=true \
        -D soup2=false \
+       -D sysprof=%{?with_profiling:enabled}%{!?with_profiling:disabled} \
        %{nil}
 %meson_build
 
@@ -165,7 +168,6 @@
 
%{_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
-%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/libgs_plugin_rewrite-resource.so
 %{_libdir}/gnome-software/libgnomesoftware.so.%{gs_plugin_api}
 %dir %{_datadir}/swcatalog/
 %dir %{_datadir}/swcatalog/xml/

++++++ gnome-software-44.4.tar.xz -> gnome-software-45.0.tar.xz ++++++
++++ 125008 lines of diff (skipped)

Reply via email to