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-09-21 14:40:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-software (Old) and /work/SRC/openSUSE:Factory/.gnome-software.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-software" Wed Sep 21 14:40:38 2022 rev:97 rq:1004804 version:43.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-software/gnome-software.changes 2022-08-10 17:13:18.469709217 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-software.new.2083/gnome-software.changes 2022-09-21 14:41:13.785554830 +0200 @@ -1,0 +2,72 @@ +Fri Sep 16 06:59:45 UTC 2022 - Bj??rn Lie <[email protected]> + +- Update to version 43.0: + + Updated translations. + +------------------------------------------------------------------- +Tue Sep 13 10:07:36 UTC 2022 - Callum Farmer <[email protected]> + +- Install gschema override with distribution default priority of + 20 + +------------------------------------------------------------------- +Fri Sep 2 11:26:44 UTC 2022 - Bj??rn Lie <[email protected]> + +- Update to version 43.rc: + + Supports video as a screenshot. + + Improvements of source picker in the details page. + + Fixes a bug when viewing details of a package file. + + Fixes a bug when reading certain .flatpakref file. + + Updated translations. +- Drop 81301904.patch: Applied upstream. + +------------------------------------------------------------------- +Thu Sep 1 08:59:27 UTC 2022 - Bj??rn Lie <[email protected]> + +- Now that flatpak is switched to use soup3, we can drop + pkgconfig(libsoup-2.4) and enable pkgconfig(libsoup-3.0) + BuildRequires, and pass soup2=false to meson. +- Add 81301904.patch: Remove apicheck of flatpak soupapi, patch + needed until next gnome-software release. + +------------------------------------------------------------------- +Fri Aug 5 18:57:43 UTC 2022 - Bj??rn Lie <[email protected]> + +- Update to version 43.beta: + + Various fixes related to changed threading model. + + Various UI parts updated. + + Sources dropdown had been reworked. + + Fixes a rare crash when showing app details. + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 5 12:47:12 UTC 2022 - Dominique Leuenberger <[email protected]> + +- Update to version 43.alpha: + + Various improvements to notifications. + + Fix several crashes when handling flatpak apps. + + Add ???Other Apps by Author??? section in the app details page. + + Improve styling of app context lozenges. + + Add ???Available for Distro??? section to the overview page + + Show more details about file system permissions requested by + flatpak apps. + + Show more types of URI from app metainfo. + + Fix a few issues when using a dark mode theme. + + Fix some issues with arrows in right-to-left locales. + + Fix language pack installation for certain locales. + + Improve debug output to make user bug reports more useful. + + Add `--uninstall=ID` command line option. + + Allow scrolling screenshots by clicking on next and previous + screenshots. + + Add support for webapps. + + Allow swiping back in the shell using touch gestures. + + Improved caching of downloaded metadata. + + Many internal architectural changes to make the code more + maintainable. + + The popular-overrides GSettings key has been removed. + + The hardcoded_popular Meson option has been renamed to + hardcoded_curated. +- Bump gs_plugin_api to 19. +- Drop -D valgrind=false meson paramters: no longer understood. + +------------------------------------------------------------------- Old: ---- gnome-software-42.4.tar.xz New: ---- gnome-software-43.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-software.spec ++++++ --- /var/tmp/diff_new_pack.oVMO4K/_old 2022-09-21 14:41:14.337556361 +0200 +++ /var/tmp/diff_new_pack.oVMO4K/_new 2022-09-21 14:41:14.341556373 +0200 @@ -16,23 +16,23 @@ # -%define gs_plugin_api 17 +%define gs_plugin_api 19 Name: gnome-software -Version: 42.4 +Version: 43.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/42/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gnome-software/43/%{name}-%{version}.tar.xz %if 0%{?sle_version} # PATCH-FIX-OPENSUSE gnome-software-launch-gpk-update-viewer-for-updates.patch bsc#1077332 boo#1090042 [email protected] -- 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 BuildRequires: gtk-doc -BuildRequires: meson >= 0.47.0 +BuildRequires: meson >= 0.58.0 BuildRequires: pkgconfig BuildRequires: suse-xsl-stylesheets BuildRequires: pkgconfig(appstream) >= 0.14.0 @@ -50,8 +50,7 @@ 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(libsoup-3.0) BuildRequires: pkgconfig(malcontent-0) >= 0.3.0 BuildRequires: pkgconfig(ostree-1) BuildRequires: pkgconfig(packagekit-glib2) >= 1.1.0 @@ -91,9 +90,8 @@ %build %meson \ -D tests=false \ - -D valgrind=false \ -D malcontent=true \ - -D soup2=true \ + -D soup2=false \ %{nil} %meson_build @@ -107,7 +105,7 @@ mkdir -p %{buildroot}%{_distconfdir}/xdg/autostart mv %{buildroot}%{_sysconfdir}/xdg/autostart/org.gnome.Software.desktop %{buildroot}%{_distconfdir}/xdg/autostart/org.gnome.Software.desktop -cat >> %{buildroot}%{_datadir}/glib-2.0/schemas/org.gnome.software-opensuse.gschema.override << FOE +cat >> %{buildroot}%{_datadir}/glib-2.0/schemas/20_org.gnome.software-opensuse.gschema.override << FOE [org.gnome.software] official-repos = [ 'repo-oss', 'repo-update', 'repo-non-oss' ] FOE @@ -116,15 +114,18 @@ %license COPYING %doc NEWS README.md %{_bindir}/%{name} -%{_datadir}/metainfo/org.gnome.Software.appdata.xml +%{_datadir}/metainfo/org.gnome.Software.Plugin.Epiphany.metainfo.xml %{_datadir}/metainfo/org.gnome.Software.Plugin.Flatpak.metainfo.xml %{_datadir}/metainfo/org.gnome.Software.Plugin.Fwupd.metainfo.xml -%{_datadir}/applications/gnome-software-local-file.desktop +%{_datadir}/metainfo/org.gnome.Software.metainfo.xml +%{_datadir}/applications/gnome-software-local-file-flatpak.desktop +%{_datadir}/applications/gnome-software-local-file-fwupd.desktop +%{_datadir}/applications/gnome-software-local-file-packagekit.desktop %{_datadir}/applications/org.gnome.Software.desktop %{_datadir}/dbus-1/services/org.gnome.Software.service %{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service %{_datadir}/glib-2.0/schemas/org.gnome.software.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.software-opensuse.gschema.override +%{_datadir}/glib-2.0/schemas/20_org.gnome.software-opensuse.gschema.override %dir %{_datadir}/gnome-shell %dir %{_datadir}/gnome-shell/search-providers %{_datadir}/gnome-shell/search-providers/org.gnome.Software-search-provider.ini @@ -135,13 +136,15 @@ %{_mandir}/man1/%{name}.1%{?ext_man} %{_distconfdir}/xdg/autostart/org.gnome.Software.desktop -%dir %{_libdir}/gnome-software/plugins-18/ -%{_libdir}/gnome-software/plugins-18/*.so -%{_libdir}/gnome-software/libgnomesoftware.so.18 +%dir %{_libdir}/gnome-software/plugins-%{gs_plugin_api}/ +%{_libdir}/gnome-software/plugins-%{gs_plugin_api}/*.so +%{_libdir}/gnome-software/libgnomesoftware.so.%{gs_plugin_api} %dir %{_datadir}/swcatalog/ %dir %{_datadir}/swcatalog/xml/ +%{_datadir}/swcatalog/xml/gnome-pwa-list-foss.xml +%{_datadir}/swcatalog/xml/gnome-pwa-list-proprietary.xml +%{_datadir}/swcatalog/xml/org.gnome.Software.Curated.xml %{_datadir}/swcatalog/xml/org.gnome.Software.Featured.xml -%{_datadir}/swcatalog/xml/org.gnome.Software.Popular.xml %files devel %doc AUTHORS ++++++ gnome-software-42.4.tar.xz -> gnome-software-43.0.tar.xz ++++++ ++++ 212899 lines of diff (skipped)
