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 2021-05-06 22:51:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-software (Old) and /work/SRC/openSUSE:Factory/.gnome-software.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-software" Thu May 6 22:51:34 2021 rev:78 rq:890094 version:40.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes 2021-04-12 12:38:17.473433905 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-software.new.2988/gnome-software.changes 2021-05-06 22:51:37.238998590 +0200 @@ -1,0 +2,43 @@ +Sun May 2 19:33:31 UTC 2021 - Michael Gorse <[email protected]> + +- Update to version 40.1: + + Fix flatpak update state if update was already done outside of + GNOME Software. + + Update app state after repository is enabled or disabled. + + Fix the overview opening empty in some situations. + + Show apps which are being updated in the updates page, rather + than just ones which are ready to be updated. + + Fix section headers on ???Installed??? page. + + Fix searches not being triggered by typing in the search entry + in some situations. + + Fix duplicate origins being listed incorrectly in the app + details page (in particular, for UngoogledChromium). + + Fix a broken rpm-ostree repository causing other repositories + to be ignored. + + Fix animation glitch on featured apps carousel when going from + app 2 to app 1. + + Improve featured apps carousel contrast for Steam. + + Speed up search queries by over 40%. + + Do not keep the rpm-ostree service alive forever while GNOME + Software is running. + + Fix broken header bar on application details page in some + situations. + + Prevent uninstallation of add-ons for system apps. + + Fix search from Nautilus on Fedora Silverblue. + + Fix reporting state of layered packages on Fedora Silverblue. + + Fix updating add-on state when uninstalling an app. + + Updated translations. + +------------------------------------------------------------------- +Wed Mar 24 11:30:18 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Update gnome-software-no-static-lib.patch in line with upstream + suggestions: rename the private library from + libgnomesoftware-40.0.so to libgnomesoftware-16.so; This is in + line with the directpry name the plugins, linked to that version, + are being installed to. +- Fold libgnomesoftware-40_0 into gnome-software: + libgnomesoftware.so is a private library and serves no purpose + without gnome-software. + +------------------------------------------------------------------- Old: ---- gnome-software-40.0.tar.xz New: ---- gnome-software-40.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-software.spec ++++++ --- /var/tmp/diff_new_pack.O3Id7G/_old 2021-05-06 22:51:37.646996907 +0200 +++ /var/tmp/diff_new_pack.O3Id7G/_new 2021-05-06 22:51:37.650996890 +0200 @@ -19,7 +19,7 @@ %define gs_plugin_api 16 %define _version 40_0 Name: gnome-software -Version: 40.0 +Version: 40.1 Release: 0 Summary: GNOME Software Store License: GPL-2.0-or-later @@ -75,20 +75,10 @@ %description AppStore like management of Applications for your GNOME Desktop. -%package -n libgnomesoftware-%{_version} -Summary: Library to access GNOME Software catalog -Group: System/GUI/GNOME - -%description -n libgnomesoftware-%{_version} -AppStore like management of Applications for your GNOME Desktop. - -This library is not considered ABI/API stable - %package devel Summary: Development files for the GNOME software store Group: Development/Libraries/GNOME Requires: %{name} = %{version} -Requires: libgnomesoftware-%{_version} = %{version} %description devel This subpackage contains the header files for developing @@ -114,9 +104,6 @@ # 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 -%post -n libgnomesoftware-%{_version} -p /sbin/ldconfig -%postun -n libgnomesoftware-%{_version} -p /sbin/ldconfig - %files %license COPYING %doc NEWS README.md @@ -141,6 +128,7 @@ %{_datadir}/icons/hicolor/*/*/*.svg %dir %{_libdir}/gnome-software %dir %{_libdir}/gnome-software/plugins-%{gs_plugin_api} +%{_libdir}/gnome-software/libgnomesoftware-%{gs_plugin_api}.so %{_libdir}/gnome-software/plugins-%{gs_plugin_api}/*.so #{_libexecdir}/gnome-software-service %{_libexecdir}/gnome-software-cmd @@ -148,9 +136,6 @@ %{_mandir}/man1/%{name}.1%{?ext_man} %{_sysconfdir}/xdg/autostart/gnome-software-service.desktop -%files -n libgnomesoftware-%{_version} -%{_libdir}/gnome-software/libgnomesoftware-%{version}.so - %files devel %doc AUTHORS %dir %{_includedir}/%{name} ++++++ gnome-software-40.0.tar.xz -> gnome-software-40.1.tar.xz ++++++ ++++ 54189 lines of diff (skipped) ++++++ gnome-software-no-static-lib.patch ++++++ --- /var/tmp/diff_new_pack.O3Id7G/_old 2021-05-06 22:51:38.378993888 +0200 +++ /var/tmp/diff_new_pack.O3Id7G/_new 2021-05-06 22:51:38.378993888 +0200 @@ -9,7 +9,7 @@ -libgnomesoftware = library( - 'gnomesoftware', +libgnomesoftware = library( -+ 'gnomesoftware-'+meson.project_version(), ++ 'gnomesoftware-'+gs_plugin_api_version, sources : [ 'gs-app.c', 'gs-app-list.c',
