Update to 0.10.1
This commit is contained in:
parent
b2104d613a
commit
da005133d4
2
.gitignore
vendored
2
.gitignore
vendored
@ -31,3 +31,5 @@
|
||||
/flatpak-0.9.98.2.tar.xz
|
||||
/flatpak-0.9.99.tar.xz
|
||||
/flatpak-0.10.0.tar.xz
|
||||
/flatpak-builder-0.10.4.tar.xz
|
||||
/flatpak-0.10.1.tar.xz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global ostree_version 2017.12
|
||||
|
||||
Name: flatpak
|
||||
Version: 0.10.0
|
||||
Version: 0.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Application deployment framework for desktop apps
|
||||
|
||||
@ -10,6 +10,7 @@ License: LGPLv2+
|
||||
URL: http://flatpak.org/
|
||||
Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(appstream-glib)
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.40.0
|
||||
@ -153,6 +154,9 @@ flatpak remote-list --system &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 24 2017 David King <amigadave@amigadave.com> - 0.10.1-1
|
||||
- Update to 0.10.1
|
||||
|
||||
* Thu Oct 26 2017 Kalev Lember <klember@redhat.com> - 0.10.0-1
|
||||
- Update to 0.10.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flatpak-0.10.0.tar.xz) = f3817dd9858c59dc8755350f85c571d285e9db82910d723a703968f965c8974c6962a5b0cb8d0b00b3d4e4916e80c63f245b39192d84fedd2ad347e40f1a34a3
|
||||
SHA512 (flatpak-0.10.1.tar.xz) = 0aae8a48e04df7398a290e36ecff5240a7fd9a9012cbcdd078797fef51d801a0aa5b0869894bc843213f182db0f5eb0c1ade55d15dcfa5f6c842281fca53afec
|
||||
|
Loading…
Reference in New Issue
Block a user