Update to 1.13.1 (#2059784)
This commit is contained in:
parent
954b9e873d
commit
1335c272d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -102,3 +102,4 @@
|
||||
/flatpak-1.12.4.tar.xz
|
||||
/flatpak-1.12.5.tar.xz
|
||||
/flatpak-1.12.6.tar.xz
|
||||
/flatpak-1.13.1.tar.xz
|
||||
|
13
flatpak.spec
13
flatpak.spec
@ -1,9 +1,10 @@
|
||||
%global bubblewrap_version 0.4.0
|
||||
%global appstream_version 0.14.0
|
||||
%global bubblewrap_version 0.5.0
|
||||
%global ostree_version 2020.8
|
||||
|
||||
Name: flatpak
|
||||
Version: 1.12.6
|
||||
Release: 2%{?dist}
|
||||
Version: 1.13.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Application deployment framework for desktop apps
|
||||
|
||||
License: LGPLv2+
|
||||
@ -15,7 +16,7 @@ Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/
|
||||
Source1: flatpak-add-fedora-repos.service
|
||||
%endif
|
||||
|
||||
BuildRequires: pkgconfig(appstream-glib)
|
||||
BuildRequires: pkgconfig(appstream) >= %{appstream_version}
|
||||
BuildRequires: pkgconfig(dconf)
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
@ -45,6 +46,7 @@ BuildRequires: /usr/bin/xdg-dbus-proxy
|
||||
BuildRequires: /usr/bin/xmlto
|
||||
BuildRequires: /usr/bin/xsltproc
|
||||
|
||||
Requires: appstream%{?_isa} >= %{appstream_version}
|
||||
Requires: bubblewrap >= %{bubblewrap_version}
|
||||
Requires: librsvg2%{?_isa}
|
||||
Requires: ostree-libs%{?_isa} >= %{ostree_version}
|
||||
@ -263,6 +265,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 12 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.13.1-1
|
||||
- Update to 1.13.1 (#2059784)
|
||||
|
||||
* Wed Mar 02 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.6-2
|
||||
- Specify the %%{epoch} consistently
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flatpak-1.12.6.tar.xz) = 2ab9af100d04315df16ecff7a9f274caccfca0df831daf6abef01c7bd3f4aea2db50ca327d1782a69516b7002a8cf13951d4bdef867f5ffd09447e78357145d3
|
||||
SHA512 (flatpak-1.13.1.tar.xz) = 7e0be34535d6e80a1d59bfc937b9a89c3b46acbbddd6a04583c4874a50539978bb493b5c08b083a5697615a3281346bf1770b681fbc27be682caf54ffdca937a
|
||||
|
Loading…
Reference in New Issue
Block a user