Update to 1.2.2
This commit is contained in:
parent
258265aa25
commit
b557b17fd2
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/flatpak-builder-1.1.2.tar.xz
|
||||
/flatpak-builder-1.2.0.tar.xz
|
||||
/flatpak-builder-1.2.1.tar.xz
|
||||
/flatpak-builder-1.2.2.tar.xz
|
||||
|
@ -4,8 +4,8 @@
|
||||
%global flatpak_version 0.99.1
|
||||
|
||||
Name: flatpak-builder
|
||||
Version: 1.2.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool to build flatpaks from source
|
||||
|
||||
# src/builder-utils.c has portions derived from GPLv2+ code,
|
||||
@ -67,6 +67,7 @@ See http://flatpak.org/ for more information.
|
||||
%build
|
||||
%configure \
|
||||
--enable-docbook-docs \
|
||||
--with-fuse=2 \
|
||||
--with-system-debugedit
|
||||
|
||||
%make_build V=1
|
||||
@ -85,6 +86,9 @@ See http://flatpak.org/ for more information.
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 19 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.2.2-1
|
||||
- Update to 1.2.2
|
||||
|
||||
* Wed Jan 19 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.2.1-2
|
||||
- Add 'Recommends: /usr/bin/zstd' to go with the new *.tar.zst support
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (flatpak-builder-1.2.1.tar.xz) = 3026f9c92115a896dd3ac1c22389bec944bfddcd6a0edc50b7e6ecb79e0abf76fcfe5b13d54375f28c0f3096c6b179f887f21ce8dcd0543f44eb26da7a352a47
|
||||
SHA512 (flatpak-builder-1.2.2.tar.xz) = 28ab004f5c4fdb7f43b7d3f0823d54dad0aa4f660d5bbe9969e0ce011a1e338e2442e676d1d4c197af60d61a0911b8715ba34244b547116887bbcdef589e1b47
|
||||
|
Loading…
Reference in New Issue
Block a user