From 937cfbaa8e9e28b5302b6dab8c31042b3f8ec035 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 4 Nov 2022 09:56:11 +0100 Subject: [PATCH] Update spec file for: Set -g when building Vala applications --- redhat-rpm-config.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index cac4ee7..4001dee 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -4,7 +4,7 @@ # 2) When making changes, increment the version (in baserelease) by 1. # rpmdev-bumpspec and other tools update the macro below, which is used # in Version: to get the desired effect. -%global baserelease 232 +%global baserelease 233 Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config @@ -221,6 +221,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Fri Nov 4 2022 Florian Weimer - 233-1 +- Set -g when building Vala applications + * Fri Sep 23 2022 Timm Bäder - 232-1 - Fix brp-compile-lto-elf to not rely on a backtracking regex