Update to 0.11.3
This commit is contained in:
parent
fc4188ecd5
commit
d62425b5d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -38,3 +38,4 @@
|
|||||||
/flatpak-0.10.3.tar.xz
|
/flatpak-0.10.3.tar.xz
|
||||||
/flatpak-0.11.1.tar.xz
|
/flatpak-0.11.1.tar.xz
|
||||||
/flatpak-0.11.2.tar.xz
|
/flatpak-0.11.2.tar.xz
|
||||||
|
/flatpak-0.11.3.tar.xz
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
From baa8a81ae25f7157a41ee6d43f6fb02fbf2693ab Mon Sep 17 00:00:00 2001
|
|
||||||
From: David King <amigadave@amigadave.com>
|
|
||||||
Date: Mon, 19 Feb 2018 10:31:41 +0000
|
|
||||||
Subject: [PATCH] common: Include sys/mman.h for memfd_create()
|
|
||||||
|
|
||||||
Versions of glibc starting with 2.27 include support for memfd_create()
|
|
||||||
in sys/mman.h, and the included libglnx then drops its internal define.
|
|
||||||
---
|
|
||||||
common/flatpak-utils.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/common/flatpak-utils.c b/common/flatpak-utils.c
|
|
||||||
index ef240032..9b18be3a 100644
|
|
||||||
--- a/common/flatpak-utils.c
|
|
||||||
+++ b/common/flatpak-utils.c
|
|
||||||
@@ -38,6 +38,7 @@
|
|
||||||
#include <string.h>
|
|
||||||
#include <sys/stat.h>
|
|
||||||
#include <sys/file.h>
|
|
||||||
+#include <sys/mman.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/utsname.h>
|
|
||||||
#include <sys/ioctl.h>
|
|
||||||
--
|
|
||||||
2.14.3
|
|
||||||
|
|
@ -2,15 +2,13 @@
|
|||||||
%global ostree_version 2017.14
|
%global ostree_version 2017.14
|
||||||
|
|
||||||
Name: flatpak
|
Name: flatpak
|
||||||
Version: 0.11.2
|
Version: 0.11.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Application deployment framework for desktop apps
|
Summary: Application deployment framework for desktop apps
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://flatpak.org/
|
URL: http://flatpak.org/
|
||||||
Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
# https://github.com/flatpak/flatpak/pull/1432
|
|
||||||
Patch0: flatpak-0.11.2-include-sys_mman_h.patch
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig(appstream-glib)
|
BuildRequires: pkgconfig(appstream-glib)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
@ -146,6 +144,9 @@ flatpak remote-list --system &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 19 2018 David King <amigadave@amigadave.com> - 0.11.3-1
|
||||||
|
- Update to 0.11.3
|
||||||
|
|
||||||
* Mon Feb 19 2018 David King <amigadave@amigadave.com> - 0.11.2-1
|
* Mon Feb 19 2018 David King <amigadave@amigadave.com> - 0.11.2-1
|
||||||
- Update to 0.11.2
|
- Update to 0.11.2
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (flatpak-0.11.2.tar.xz) = 6b37a213a29d68b5713c53bd4e8d1e84f66ae3ff05936b7a9326fb3e8849ce6e5c098f67e6963ddee58b29f442714ebcfddc21128caab46e7f47e61114f1b563
|
SHA512 (flatpak-0.11.3.tar.xz) = 6096364eee82c2edb308df873fe931bbd89e299fb024a93a83685c98505b00ad4ec1b1f8cb2469d8fdf08ac7757cc9799eb6f7d473eb75337d00b32b6a853b27
|
||||||
|
Loading…
Reference in New Issue
Block a user