diff --git a/.gitignore b/.gitignore index 704793b..a72e0bf 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /flatpak-0.6.8.tar.xz /flatpak-0.6.9.tar.xz /flatpak-0.6.10.tar.xz +/flatpak-0.6.11.tar.xz diff --git a/flatpak.spec b/flatpak.spec index 5ba40e5..55043a5 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -1,5 +1,5 @@ Name: flatpak -Version: 0.6.10 +Version: 0.6.11 Release: 1%{?dist} Summary: Application deployment framework for desktop apps @@ -151,6 +151,8 @@ flatpak remote-list --system %dir %{_localstatedir}/lib/flatpak %{_mandir}/man1/%{name}*.1* %{_mandir}/man5/%{name}-metadata.5* +%{_mandir}/man5/flatpak-flatpakref.5* +%{_mandir}/man5/flatpak-flatpakrepo.5* %exclude %{_mandir}/man1/flatpak-builder.1* %{_sysconfdir}/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf %{_sysconfdir}/profile.d/flatpak.sh @@ -179,6 +181,9 @@ flatpak remote-list --system %changelog +* Tue Sep 20 2016 Kalev Lember - 0.6.11-1 +- Update to 0.6.11 + * Mon Sep 12 2016 David King - 0.6.10-1 - Update to 0.6.10 diff --git a/sources b/sources index 4488909..b4f1d84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -149a069862018de36c7257b856f4c3e2 flatpak-0.6.10.tar.xz +e0853346cc23a010cd0ac4d7108a89b5 flatpak-0.6.11.tar.xz