Update to 0.99.1
This commit is contained in:
parent
a057b5a1a4
commit
5f8ffd9f48
@ -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 <amigadave@amigadave.com> - 0.99.1-1
|
||||
- Update to 0.99.1
|
||||
|
||||
* Fri Apr 27 2018 David King <amigadave@amigadave.com> - 0.10.10-2
|
||||
- Add some extra dependencies
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user