Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 40a0e9f5fa | |||
| 23c5ece00e | |||
| c1099058a7 | |||
| 2245eb7323 | |||
| f00740a9db |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc27159394baaa2cb523f52f874472ff50d161983233264ca2a22e850741ec7a
|
||||
size 530300
|
||||
3
flatpak-builder-1.4.7.tar.xz
Normal file
3
flatpak-builder-1.4.7.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd5bc36fe3b974395f782e6c920d8955cee168f513370c32cc800b69acd980d0
|
||||
size 622452
|
||||
@@ -1,3 +1,58 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 7 19:44:20 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.4.7:
|
||||
+ Pass --wrap-mode=nodownload to meson setup if building without
|
||||
network for the meson buildsystem
|
||||
+ Install debug extension by default when using the --install
|
||||
argument
|
||||
+ Support setting environment buildflags for the qmake
|
||||
buildsystem
|
||||
+ Create a fixed alias for builddir of current module at
|
||||
/run/active-build
|
||||
+ Set LANGUAGE to avoid AppStream output localisation
|
||||
+ Fix a compiler warning
|
||||
+ Improvements to docs and CI
|
||||
+ Start new branching policy, document maintainance and
|
||||
versioning docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 17:20:50 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.4.6:
|
||||
+ Support specifying appstream compose URL policy with
|
||||
--compose-url-policy argument
|
||||
+ Support fetching and checking out Git LFS objects
|
||||
+ Prevent deleting current working directory, state directory or their
|
||||
parents with --force-clean
|
||||
+ Create appstream ref branches in locally exported repo
|
||||
+ Log SDK, runtime and base versions and commits used with
|
||||
--verbose
|
||||
+ Pass --no-gpg-sign to git commit when committing archives
|
||||
inside state directory
|
||||
+ Pass --no-gpg-sign to git am when applying patches
|
||||
+ Fix the meson build with -Dinstalled_tests=true
|
||||
+ Fix the screenshot ref commit test to work offline
|
||||
+ Improvements to docs and CI
|
||||
- Add git-lfs Recommends.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 17 11:21:23 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.4.5:
|
||||
+ Support automatically installing common license files for
|
||||
modules
|
||||
+ Add license-files option to define license files to install per
|
||||
module
|
||||
+ Support committing mirrored media as screenshot ref to exported
|
||||
repo
|
||||
+ Enable authenticated downloads via netrc
|
||||
+ Create CACHEDIR.TAG file in state dir
|
||||
+ Create gitignore file in state dir
|
||||
+ Switch to bsdunzip from unzip
|
||||
+ Install both platform and sdk from combined runtime manifest
|
||||
+ Improvements to docs and CI
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 13:57:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package flatpak-builder
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,7 +22,7 @@
|
||||
%bcond_without system_debugedit
|
||||
%endif
|
||||
Name: flatpak-builder
|
||||
Version: 1.4.4
|
||||
Version: 1.4.7
|
||||
Release: 0
|
||||
Summary: Tool to build flatpaks from source
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -63,6 +63,7 @@ Requires: %{_bindir}/strip
|
||||
Requires: %{_bindir}/tar
|
||||
Requires: %{_bindir}/unzip
|
||||
Requires: flatpak >= %{flatpak_version}
|
||||
Recommends: git-lfs
|
||||
# it is enough to have debugedit insatlled for meson to detect it and use the system version
|
||||
%if %{with system_debugedit}
|
||||
BuildRequires: debugedit
|
||||
|
||||
Reference in New Issue
Block a user