diff --git a/.gitignore b/.gitignore index 3a22321..70e6202 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,11 @@ /xdg-app-0.4.6.tar.xz /xdg-app-0.4.7.tar.xz /xdg-app-0.4.8.tar.xz +/xdg-app-0.4.9.tar.xz +/xdg-app-0.4.10.tar.xz +/xdg-app-0.4.11.tar.xz +/xdg-app-0.4.12.tar.xz +/xdg-app-0.4.13.tar.xz +/xdg-app-0.5.0.tar.xz +/xdg-app-0.5.1.tar.xz +/xdg-app-0.5.2.tar.xz diff --git a/sources b/sources index d61d436..02a521c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bca0c40827c556578e24cabe1295da47 xdg-app-0.4.8.tar.xz +9bfd57d4ec404b76f03a378912c40774 xdg-app-0.5.2.tar.xz diff --git a/xdg-app.spec b/xdg-app.spec index 10ad85a..dea3116 100644 --- a/xdg-app.spec +++ b/xdg-app.spec @@ -1,5 +1,5 @@ Name: xdg-app -Version: 0.4.8 +Version: 0.5.2 Release: 1%{?dist} Summary: Application deployment framework for desktop apps @@ -24,13 +24,19 @@ BuildRequires: docbook-dtds BuildRequires: docbook-style-xsl BuildRequires: libattr-devel BuildRequires: libcap-devel +BuildRequires: libdwarf-devel BuildRequires: systemd BuildRequires: /usr/bin/xsltproc +# Required for patch0. +BuildRequires: autoconf automake gtk-doc libtool # Crashes with older kernels (the bug being introduced in 4.0.2), without the # upstream fixes in this version. Requires: kernel >= 4.0.4-202 +# We need fusermount for the document portal +Requires: fuse + %description xdg-app is a system for building, distributing and running sandboxed desktop applications on Linux. See https://wiki.gnome.org/Projects/SandboxedApps for @@ -80,7 +86,7 @@ This package contains libxdg-app. %ifarch %{power64} %configure --with-priv-mode=none --disable-seccomp %else -%configure --with-priv-mode=none +%configure --with-dwarf-header=%{_includedir}/libdwarf --with-priv-mode=none %endif %make_build @@ -136,6 +142,30 @@ rm -f %{buildroot}%{_libdir}/libxdg-app.la %changelog +* Wed Apr 20 2016 David King - 0.5.2-1 +- Update to 0.5.2 + +* Wed Mar 30 2016 David King - 0.5.1-1 +- Update to 0.5.1 + +* Wed Mar 16 2016 David King - 0.5.0-1 +- Update to 0.5.0 + +* Fri Feb 26 2016 David King - 0.4.13-1 +- Update to 0.4.13 + +* Fri Feb 19 2016 David King - 0.4.12-1 +- Update to 0.4.12 + +* Tue Feb 09 2016 David King - 0.4.11-1 +- Update to 0.4.11 + +* Tue Feb 09 2016 David King - 0.4.10-1 +- Update to 0.4.10 + +* Mon Feb 08 2016 David King - 0.4.9-1 +- Update to 0.4.9 + * Fri Jan 29 2016 David King - 0.4.8-1 - Update to 0.4.8