diff --git a/flatpak-builder.spec b/flatpak-builder.spec index 7d8ee52..6a70bd6 100644 --- a/flatpak-builder.spec +++ b/flatpak-builder.spec @@ -1,10 +1,10 @@ %global glib2_version 2.44 %global ostree_version 2017.14 -%global flatpak_version 0.10.2 +%global flatpak_version 0.11.8 Name: flatpak-builder -Version: 0.10.10 -Release: 2%{?dist} +Version: 0.99.1 +Release: 1%{?dist} Summary: Tool to build flatpaks from source License: LGPLv2+ @@ -20,6 +20,7 @@ BuildRequires: libdwarf-devel BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(json-glib-1.0) +BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libelf) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(ostree-1) >= %{ostree_version} @@ -72,6 +73,9 @@ See http://flatpak.org/ for more information. %changelog +* Mon Jun 25 2018 David King - 0.99.1-1 +- Update to 0.99.1 + * Fri Apr 27 2018 David King - 0.10.10-2 - Add some extra dependencies