17
0

5 Commits

Author SHA256 Message Date
40a0e9f5fa Accepting request 1317056 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1317056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak-builder?expand=0&rev=31
2025-11-11 18:21:10 +00:00
23c5ece00e - 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

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak-builder?expand=0&rev=65
2025-11-11 10:04:20 +00:00
c1099058a7 Accepting request 1306712 from GNOME:Factory
- 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. (forwarded request 1306587 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1306712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/flatpak-builder?expand=0&rev=30
2025-09-24 13:23:54 +00:00
2245eb7323 - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak-builder?expand=0&rev=63
2025-09-23 11:49:10 +00:00
f00740a9db Update to 1.4.5
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak-builder?expand=0&rev=62
2025-09-17 15:55:19 +00:00
4 changed files with 61 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc27159394baaa2cb523f52f874472ff50d161983233264ca2a22e850741ec7a
size 530300

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd5bc36fe3b974395f782e6c920d8955cee168f513370c32cc800b69acd980d0
size 622452

View File

@@ -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>

View File

@@ -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