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 2022-03-23 20:15:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-software (Old) and /work/SRC/openSUSE:Factory/.gnome-software.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-software" Wed Mar 23 20:15:56 2022 rev:90 rq:963545 version:42.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes 2022-03-20 20:54:39.486449586 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-software.new.25692/gnome-software.changes 2022-03-23 20:16:23.110395101 +0100 @@ -1,0 +2,69 @@ +Fri Mar 18 09:57:41 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 42.0: + + Various fixes related to changed threading model. + + Added several appstream-related fixes. + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 18 09:56:40 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 42.rc: + + Cancel ongoing update downloads when system power is low + + Numerous small user interface fixes and tweaks + + Prioritize full matches in search results + + Improvements in dark mode + + Fix disabling flatpak remotes from the ???Software Repositories??? + dialog + + Threading and performance improvements which should reduce the + number of user interface freezes + + Update some icons + + Check for updates when moving from a metered to a non-metered + network connection + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 18 09:56:39 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 42.beta: + + Allow --verbose to be enabled at runtime + + Condense the rows in the age rating context dialog + + Update the UI for ratings and reviews of apps + + Improve the appearance of the category page loading screen + + Drop the first run dialog + + Improvements to dark theming + + Support viewing a specific metainfo file using --show-metainfo + + Several more threading improvements + + Icon updates + + Drop the hardcoded-popular plugin in favour of an appstream + file + + The background image for upgrades is now looked for using + several well-known (and distribution-specific) names in + ${DATADIR}/gnome-software/backgrounds, and the previous + Fedora-specific default background image is no longer + distributed. Similarly, the upgrade-background-uri GSettings + key has been removed. Distributions may need to update how they + ship background images. See doc/vendor-customisation.md. + + Updated translations. +- Move autostart .desktop to distconfdir. + +------------------------------------------------------------------- +Fri Mar 18 09:56:38 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 42.alpha: + + Various UI parts updated + + Support more markup in the application description + + Ask about package signature with PackageKit on signing issue + + Show better System Update progress +- Drop gnome-software-flatpak-refresh-no-interaction.patch: Fixed + upstream. +- Add pkgconfig(gtk4) and pkgconfig(libadwaita-1) BuildRequires + following upstream changes. +- Drop pkgconfig(gtk-3.0) BuildRequires following upstream changes. +- Add disabled pkgconfig(libsoup-3.0) BuildRequires: We can not yet + enable this, as our flatpak is still built with libsoup-2.4. + Following this, pass soup2=true to meson to force the use of old + libsoup. +- Bump gs_plugin_api define to 17 following upstream changes. + +------------------------------------------------------------------- Old: ---- gnome-software-41.5.tar.xz gnome-software-flatpak-refresh-no-interaction.patch New: ---- gnome-software-42.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-software.spec ++++++ --- /var/tmp/diff_new_pack.rvi5Im/_old 2022-03-23 20:16:23.942395572 +0100 +++ /var/tmp/diff_new_pack.rvi5Im/_new 2022-03-23 20:16:24.006395608 +0100 @@ -16,22 +16,20 @@ # -%define gs_plugin_api 16 +%define gs_plugin_api 17 Name: gnome-software -Version: 41.5 +Version: 42.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/41/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-software/42/%{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 %endif -# PATCH-FIX-UPSTREAM gnome-software-flatpak-refresh-no-interaction.patch bsc#1123722 glgo#GNOME/gnome-software!1145 sck...@suse.com -- flatpak: Set no-interaction correctly when refreshing -Patch1: gnome-software-flatpak-refresh-no-interaction.patch BuildRequires: gtk-doc BuildRequires: meson >= 0.47.0 @@ -46,12 +44,14 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.11.5 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.18.0 BuildRequires: pkgconfig(gspell-1) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.20.0 +BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(gudev-1.0) BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.0 +BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(libhandy-1) >= 1.2.0 BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(libsoup-2.4) >= 2.52.0 +#BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(malcontent-0) >= 0.3.0 BuildRequires: pkgconfig(ostree-1) BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0 @@ -90,9 +90,10 @@ %build %meson \ - -Dtests=false \ - -Dvalgrind=false \ - -Dmalcontent=true \ + -D tests=false \ + -D valgrind=false \ + -D malcontent=true \ + -D soup2=true \ %{nil} %meson_build @@ -102,15 +103,18 @@ # Remove any piece of doc that ends up in non-standard locations and use the doc macro instead rm %{buildroot}%{_datadir}/doc/%{name}/README.md +# Move autostart file to /usr/etc +mkdir -p %{buildroot}%{_distconfdir}/xdg/autostart +mv %{buildroot}%{_sysconfdir}/xdg/autostart/org.gnome.Software.desktop %{buildroot}%{_distconfdir}/xdg/autostart/org.gnome.Software.desktop %files %license COPYING %doc NEWS README.md %{_bindir}/%{name} -%{_datadir}/%{name}/ %dir %{_datadir}/app-info %dir %{_datadir}/app-info/xmls %{_datadir}/app-info/xmls/org.gnome.Software.Featured.xml +%{_datadir}/app-info/xmls/org.gnome.Software.Popular.xml %{_datadir}/metainfo/org.gnome.Software.appdata.xml %{_datadir}/metainfo/org.gnome.Software.Plugin.Flatpak.metainfo.xml %{_datadir}/metainfo/org.gnome.Software.Plugin.Fwupd.metainfo.xml @@ -127,11 +131,11 @@ %dir %{_libdir}/gnome-software/plugins-%{gs_plugin_api} %{_libdir}/gnome-software/libgnomesoftware.so.%{gs_plugin_api} %{_libdir}/gnome-software/plugins-%{gs_plugin_api}/*.so -#{_libexecdir}/gnome-software-service %{_libexecdir}/gnome-software-cmd %{_libexecdir}/gnome-software-restarter %{_mandir}/man1/%{name}.1%{?ext_man} -%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop +#%%{_sysconfdir}/xdg/autostart/org.gnome.Software.desktop +%{_distconfdir}/xdg/autostart/org.gnome.Software.desktop %files devel %doc AUTHORS ++++++ gnome-software-41.5.tar.xz -> gnome-software-42.0.tar.xz ++++++ ++++ 234754 lines of diff (skipped)