Update to F38

This commit is contained in:
Yaakov Selkowitz 2023-04-10 21:11:22 -04:00
commit c64c4cc7a9

View file

@ -17,13 +17,13 @@ data:
%perl_bootstrap 1
dependencies:
- buildrequires:
flatpak-common: [f37]
flatpak-runtime: [f37]
platform: [f37]
flatpak-common: [f38]
flatpak-runtime: [f38]
platform: [f38]
requires:
flatpak-common: [f37]
flatpak-runtime: [f37]
platform: [f37]
flatpak-common: [f38]
flatpak-runtime: [f38]
platform: [f38]
profiles:
default:
rpms:
@ -36,11 +36,11 @@ data:
rpms:
hexchat:
rationale: Application package
ref: 55667df6a11fc17928f1eeb45c6ee957e075737b # f38
ref: 55667df6a11fc17928f1eeb45c6ee957e075737b # f39
arches: [aarch64, x86_64]
groff:
rationale: Runtime dependency of perl
ref: f37
ref: f38
arches: [aarch64, x86_64]
hexchat-autoaway:
rationale: Application add-on
@ -53,19 +53,19 @@ data:
arches: [aarch64, x86_64]
perl:
rationale: Runtime dependency
ref: f37
ref: f38
buildorder: 100
arches: [aarch64, x86_64]
python-cffi:
rationale: Runtime dependency
ref: f37
ref: f38
arches: [aarch64, x86_64]
python-ply:
rationale: Runtime dependency
ref: f37
ref: f38
arches: [aarch64, x86_64]
python-pycparser:
rationale: Runtime dependency
ref: f37
ref: f38
arches: [aarch64, x86_64]
...