Update to 1.0.1
This commit is contained in:
parent
27c8302baf
commit
edc4cebd1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@
|
|||||||
/flatpak-0.99.2.tar.xz
|
/flatpak-0.99.2.tar.xz
|
||||||
/flatpak-0.99.3.tar.xz
|
/flatpak-0.99.3.tar.xz
|
||||||
/flatpak-1.0.0.tar.xz
|
/flatpak-1.0.0.tar.xz
|
||||||
|
/flatpak-1.0.1.tar.xz
|
||||||
|
@ -1,34 +0,0 @@
|
|||||||
From 7b8e9ea4a17ccaf3418c48294ae13b784d19cb63 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Alexander Larsson <alexl@redhat.com>
|
|
||||||
Date: Mon, 20 Aug 2018 14:56:00 +0200
|
|
||||||
Subject: [PATCH] dbus xml: Delete -- from docs
|
|
||||||
|
|
||||||
Apparently -- is not valid XML, so a nonbreakable space was added, but
|
|
||||||
that breaks gdbus-codegen, so lets just drop the dashes totally.
|
|
||||||
|
|
||||||
Closes: #1988
|
|
||||||
Approved by: alexlarsson
|
|
||||||
---
|
|
||||||
data/org.freedesktop.portal.Flatpak.xml | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/data/org.freedesktop.portal.Flatpak.xml b/data/org.freedesktop.portal.Flatpak.xml
|
|
||||||
index c3afdc2c..b7bbed29 100644
|
|
||||||
--- a/data/org.freedesktop.portal.Flatpak.xml
|
|
||||||
+++ b/data/org.freedesktop.portal.Flatpak.xml
|
|
||||||
@@ -67,13 +67,13 @@
|
|
||||||
<varlistentry>
|
|
||||||
<term>4</term>
|
|
||||||
<listitem><para>
|
|
||||||
- Spawn in a sandbox (equivalent of the --sandbox option of flatpak run).
|
|
||||||
+ Spawn in a sandbox (equivalent of the sandbox option of flatpak run).
|
|
||||||
</para></listitem>
|
|
||||||
</varlistentry>
|
|
||||||
<varlistentry>
|
|
||||||
<term>8</term>
|
|
||||||
<listitem><para>
|
|
||||||
- Spawn without network (equivalent of the --unshare=network option of flatpak run).
|
|
||||||
+ Spawn without network (equivalent of the unshare=network option of flatpak run).
|
|
||||||
</para></listitem>
|
|
||||||
</varlistentry>
|
|
||||||
</variablelist>
|
|
@ -2,15 +2,13 @@
|
|||||||
%global ostree_version 2018.7
|
%global ostree_version 2018.7
|
||||||
|
|
||||||
Name: flatpak
|
Name: flatpak
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 2%{?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/1988
|
|
||||||
Patch0: flatpak-1.0.0-fix-docs-for-gdbus-codegen.patch
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig(appstream-glib)
|
BuildRequires: pkgconfig(appstream-glib)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
@ -150,6 +148,9 @@ flatpak remote-list --system &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 28 2018 David King <amigadave@amigadave.com> - 1.0.1-1
|
||||||
|
- Update to 1.0.1
|
||||||
|
|
||||||
* Mon Aug 20 2018 David King <amigadave@amigadave.com> - 1.0.0-2
|
* Mon Aug 20 2018 David King <amigadave@amigadave.com> - 1.0.0-2
|
||||||
- Fix double dash in XML documentation
|
- Fix double dash in XML documentation
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (flatpak-1.0.0.tar.xz) = 7bf03787f8d318b00eaaff8b9955b45cd1b7570ebf735e234d9b652e8686c7b2386078a727ac9fbc862aea1ef3fd36787584c3bcc948d594a5a9d9b3cbe46cbd
|
SHA512 (flatpak-1.0.1.tar.xz) = 36d22dbc782d78b7be54113ef4ca5138614e36727795753e74b22bf77d4ef500ab4f31fe60ca6a4dc27939e5b3697f0c6296f4ee5caf1697dc8342e99fe0b4ba
|
||||||
|
Loading…
Reference in New Issue
Block a user