Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package flatpak-xdg-utils for openSUSE:Factory checked in at 2022-03-23 20:17:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flatpak-xdg-utils (Old) and /work/SRC/openSUSE:Factory/.flatpak-xdg-utils.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flatpak-xdg-utils" Wed Mar 23 20:17:26 2022 rev:2 rq:963567 version:1.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/flatpak-xdg-utils/flatpak-xdg-utils.changes 2021-04-26 16:40:14.786136861 +0200 +++ /work/SRC/openSUSE:Factory/.flatpak-xdg-utils.new.25692/flatpak-xdg-utils.changes 2022-03-23 20:19:09.502489237 +0100 @@ -1,0 +2,17 @@ +Fri Mar 18 19:12:28 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 1.0.5: + + flatpak-spawn supports --app-path and --usr-path. + + flatpak-spawn --sandbox-expose-path now tries to normalize + paths to work better with portals. + + flatpak-spawn now supports --unset-env and --env-fd. + + flatpak-spwan now supports --share-pid (if supported by + portal). + + xdg-email now passes attachments correctly. + + Added tests. + + Fixed leaks. +- Replace gcc with generic c_compiler BuildRequires. +- Add explicit pkgconfig BuildRequires, pkgconfig is used, so we + should make sure it is installed. + +------------------------------------------------------------------- Old: ---- flatpak-xdg-utils-1.0.4.tar.xz New: ---- flatpak-xdg-utils-1.0.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flatpak-xdg-utils.spec ++++++ --- /var/tmp/diff_new_pack.gW93wg/_old 2022-03-23 20:19:09.910489468 +0100 +++ /var/tmp/diff_new_pack.gW93wg/_new 2022-03-23 20:19:09.918489473 +0100 @@ -1,7 +1,7 @@ # # spec file for package flatpak-xdg-utils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,16 +15,18 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: flatpak-xdg-utils Summary: Command-line tools for use inside Flatpak sandboxes -Version: 1.0.4 +Version: 1.0.5 Release: 0 License: LGPL-2.1-or-later URL: https://github.com/flatpak/flatpak-xdg-utils -Source: https://github.com/flatpak/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +Source: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz -BuildRequires: gcc +BuildRequires: c_compiler BuildRequires: meson +BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) Requires: flatpak-spawn ++++++ flatpak-xdg-utils-1.0.4.tar.xz -> flatpak-xdg-utils-1.0.5.tar.xz ++++++ ++++ 2419 lines of diff (skipped)