Update to 1.2.0
This commit is contained in:
parent
61a538ba84
commit
01e054a960
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@
|
||||
/flatpak-1.1.1.tar.xz
|
||||
/flatpak-1.1.2.tar.xz
|
||||
/flatpak-1.1.3.tar.xz
|
||||
/flatpak-1.2.0.tar.xz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global ostree_version 2018.9
|
||||
|
||||
Name: flatpak
|
||||
Version: 1.1.3
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Application deployment framework for desktop apps
|
||||
|
||||
@ -12,6 +12,7 @@ Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/
|
||||
|
||||
BuildRequires: pkgconfig(appstream-glib)
|
||||
BuildRequires: pkgconfig(dconf)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.40.0
|
||||
BuildRequires: pkgconfig(json-glib-1.0)
|
||||
@ -141,6 +142,7 @@ flatpak remote-list --system &> /dev/null || :
|
||||
%{_libexecdir}/flatpak-portal
|
||||
%{_libexecdir}/flatpak-session-helper
|
||||
%{_libexecdir}/flatpak-system-helper
|
||||
%{_libexecdir}/flatpak-validate-icon
|
||||
%dir %{_localstatedir}/lib/flatpak
|
||||
%{_mandir}/man1/%{name}*.1*
|
||||
%{_mandir}/man5/%{name}-metadata.5*
|
||||
@ -174,6 +176,9 @@ flatpak remote-list --system &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 28 2019 David King <amigadave@amigadave.com> - 1.2.0-1
|
||||
- Update to 1.2.0
|
||||
|
||||
* Tue Jan 15 2019 Kalev Lember <klember@redhat.com> - 1.1.3-1
|
||||
- Update to 1.1.3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flatpak-1.1.3.tar.xz) = 01ae4deda0222d49fbc9c452078b3520269319a03045c8aa3cef13c4106b6ad9c76121255f2e994a5723d1403a34a5babd33d79661a7631c93194474cfe259ef
|
||||
SHA512 (flatpak-1.2.0.tar.xz) = 05172d3599a9e4d084647295f04660a2632d1966f2abde1ff42916e79aaad0b97fbb2115640a31e1620c122fa62cda376a4efb6b76ac95cbf68e93ebd2cd0615
|
||||
|
Loading…
Reference in New Issue
Block a user