Hello community, here is the log from the commit of package flatpak for openSUSE:Factory checked in at 2018-03-08 10:52:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flatpak (Old) and /work/SRC/openSUSE:Factory/.flatpak.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flatpak" Thu Mar 8 10:52:43 2018 rev:17 rq:583071 version:0.10.4 Changes: -------- --- /work/SRC/openSUSE:Factory/flatpak/flatpak.changes 2018-02-18 11:37:26.700196116 +0100 +++ /work/SRC/openSUSE:Factory/.flatpak.new/flatpak.changes 2018-03-08 10:52:45.727569485 +0100 @@ -1,0 +2,14 @@ +Mon Mar 5 14:55:20 UTC 2018 - [email protected] + +- Do not build document portal anymore, rely on + xdg-desktop-portal/-gtk instead. Add corresponding dependency. +- Build with --with-system-bubblewrap and Add corresponding + build and runtime dependency. +- Remove --with-dwarf-header configure flag, it no longer exists. + +------------------------------------------------------------------- +Wed Feb 28 16:25:27 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flatpak.spec ++++++ --- /var/tmp/diff_new_pack.xT7pls/_old 2018-03-08 10:52:47.327511887 +0100 +++ /var/tmp/diff_new_pack.xT7pls/_new 2018-03-08 10:52:47.331511744 +0100 @@ -21,10 +21,11 @@ Version: 0.10.4 Release: 0 Summary: OSTree based application bundles management -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Packages -Url: https://flatpak.github.io/ +URL: https://flatpak.github.io/ Source: %{name}-%{version}.tar.xz +BuildRequires: bubblewrap >= 0.1.8 BuildRequires: docbook-xsl-stylesheets BuildRequires: gtk-doc BuildRequires: intltool >= 0.35.0 @@ -49,7 +50,9 @@ BuildRequires: pkgconfig(ostree-1) >= 2017.14 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(xau) +Requires: bubblewrap >= 0.1.8 Requires: ostree >= 2017.14 +Requires: xdg-desktop-portal >= 0.10 Recommends: %{name}-lang = %{version} # Remove after openSUSE Leap 42 is out of scope Provides: xdg-app = %{version} @@ -100,8 +103,9 @@ NOCONFIGURE=1 ./autogen.sh %configure \ --disable-silent-rules \ - --with-dwarf-header=%{_includedir}/libdwarf \ --enable-gtk-doc \ + --disable-document-portal \ + --with-system-bubblewrap \ --with-priv-mode=none make %{?_smp_mflags} @@ -132,26 +136,19 @@ %service_del_postun flatpak-system-helper.service %files -f %{name}.lang -%doc COPYING +%license COPYING %{_bindir}/flatpak %{_bindir}/flatpak-bisect -%{_libexecdir}/flatpak-bwrap %{_libexecdir}/flatpak-dbus-proxy %{_libexecdir}/flatpak-session-helper %{_libexecdir}/flatpak-system-helper -%{_libexecdir}/xdg-document-portal -%{_libexecdir}/xdg-permission-store %{_datadir}/bash-completion/completions/flatpak # # Own dirs so we don't have to depend on dbus for building. %dir %{_datadir}/dbus-1 %dir %{_datadir}/dbus-1/interfaces %dir %{_datadir}/dbus-1/services %{_datadir}/dbus-1/interfaces/org.freedesktop.Flatpak.xml -%{_datadir}/dbus-1/interfaces/org.freedesktop.portal.Documents.xml -%{_datadir}/dbus-1/interfaces/org.freedesktop.impl.portal.PermissionStore.xml %{_datadir}/dbus-1/services/org.freedesktop.Flatpak.service -%{_datadir}/dbus-1/services/org.freedesktop.impl.portal.PermissionStore.service -%{_datadir}/dbus-1/services/org.freedesktop.portal.Documents.service %{_datadir}/dbus-1/system-services/org.freedesktop.Flatpak.SystemHelper.service # policykit rules %{_datadir}/polkit-1/actions/org.freedesktop.Flatpak.policy @@ -172,8 +169,6 @@ %{_unitdir}/flatpak-system-helper.service %{_sbindir}/rcflatpak-system-helper %{_userunitdir}/flatpak-session-helper.service -%{_userunitdir}/xdg-document-portal.service -%{_userunitdir}/xdg-permission-store.service %dir %{_localstatedir}/lib/flatpak %dir %{_userunitdir} %dir %{_userunitdir}/dbus.service.d
