Update to 0.9.8
This commit is contained in:
parent
b11210f9e7
commit
86c0b45d68
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/flatpak-0.9.5.tar.xz
|
||||
/flatpak-0.9.6.tar.xz
|
||||
/flatpak-0.9.7.tar.xz
|
||||
/flatpak-0.9.8.tar.xz
|
||||
|
11
flatpak.spec
11
flatpak.spec
@ -1,9 +1,9 @@
|
||||
%global bubblewrap_version 0.1.8
|
||||
%global ostree_version 2017.7
|
||||
%global ostree_version 2017.10
|
||||
|
||||
Name: flatpak
|
||||
Version: 0.9.7
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Application deployment framework for desktop apps
|
||||
|
||||
Group: Development/Tools
|
||||
@ -11,8 +11,6 @@ License: LGPLv2+
|
||||
URL: http://flatpak.org/
|
||||
Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch0: OCI-Update-org.opencontainers.ref.name-to-org.openco.patch
|
||||
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.40.0
|
||||
@ -199,6 +197,9 @@ flatpak remote-list --system &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 21 2017 David King <amigadave@amigadave.com> - 0.9.8-1
|
||||
- Update to 0.9.8
|
||||
|
||||
* Thu Jul 6 2017 Owen Taylor <otaylor@redhat.com> - 0.9.7-2
|
||||
- Add a patch to fix OCI refname annotation
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flatpak-0.9.7.tar.xz) = 0510e3b58bd3b4239c2eafa9f6776e1489bc0def3e27a8dd1c1aa4f8244e82431b4448cd9e980bbb04dd6c04a1880a97f4913929eb3b73679865e2f5fdb65706
|
||||
SHA512 (flatpak-0.9.8.tar.xz) = c371a919f33c2b09a4d0b5de52d79a62e0c49113ac21c5c284887febc9f878eb7c4eb1f2513989f85e2b4e2f28cac1747401d93599d0fdc61eafe6432f6bd815
|
||||
|
Loading…
Reference in New Issue
Block a user