Update to 1.2.0
This commit is contained in:
parent
dab8ccacc0
commit
9c9cae7ee1
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/xdg-desktop-portal-1.0.2.tar.xz
|
||||
/xdg-desktop-portal-1.0.3.tar.xz
|
||||
/xdg-desktop-portal-1.1.1.tar.xz
|
||||
/xdg-desktop-portal-1.2.0.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xdg-desktop-portal-1.1.1.tar.xz) = f9cd3bb63f165214a8ab6c44a8281f16ec360ff2d8daeddd47acb2cbae978d134a3b5beb5d7fecf08f58944e9bbba827d7becbf2d8eebd27ce1edf51c1a1f087
|
||||
SHA512 (xdg-desktop-portal-1.2.0.tar.xz) = 7c7dff8f1f44b4f564f195a8f9ad2985f6085d16638d18941459cd14d76d8ae7cafaf72f461f2c0c1414a8bace9f3ab4a5416de06edb71df677fd7bdca47f61a
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global geoclue_version 2.5.2
|
||||
|
||||
Name: xdg-desktop-portal
|
||||
Version: 1.1.1
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Portal frontend service to flatpak
|
||||
|
||||
@ -14,7 +14,6 @@ BuildRequires: gcc
|
||||
BuildRequires: pkgconfig(flatpak)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(libgeoclue-2.0) >= %{geoclue_version}
|
||||
BuildRequires: pkgconfig(libpipewire-0.2) >= %{pipewire_version}
|
||||
@ -22,10 +21,12 @@ BuildRequires: /usr/bin/xmlto
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
Requires: dbus
|
||||
# Required version due to the move of the document portal.
|
||||
Requires: flatpak >= 0.11.1
|
||||
# Required version for icon validator.
|
||||
Requires: flatpak >= 1.2.0
|
||||
Requires: geoclue2 >= %{geoclue_version}
|
||||
Requires: pipewire >= %{pipewire_version}
|
||||
# Used to validate icons in notifications.
|
||||
Requires: /usr/libexec/flatpak-validate-icon
|
||||
# Required for the document portal.
|
||||
Requires: /usr/bin/fusermount
|
||||
|
||||
@ -83,7 +84,6 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.impl.portal.PermissionStore.service
|
||||
%{_datadir}/%{name}
|
||||
%{_libexecdir}/xdg-desktop-portal
|
||||
%{_libexecdir}/xdg-desktop-portal-validate-icon
|
||||
%{_libexecdir}/xdg-document-portal
|
||||
%{_libexecdir}/xdg-permission-store
|
||||
%{_userunitdir}/%{name}.service
|
||||
@ -95,6 +95,9 @@ install -dm 755 %{buildroot}/%{_datadir}/%{name}/portals
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 26 2019 David King <amigadave@amigadave.com> - 1.2.0-1
|
||||
- Update to 1.2.0 (#1669552)
|
||||
|
||||
* Wed Jan 16 2019 Kalev Lember <klember@redhat.com> - 1.1.1-1
|
||||
- Update to 1.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user