From 392dc5ecfc045fa6498d4c69121cfa99177afe9b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:24:22 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- fontconfig.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fontconfig.spec b/fontconfig.spec index bfd9a5f..f476c0d 100644 --- a/fontconfig.spec +++ b/fontconfig.spec @@ -5,7 +5,7 @@ Summary: Font configuration and customization library Name: fontconfig Version: 2.15.0 -Release: 6%{?dist} +Release: 7%{?dist} # src/ftglue.[ch] is in Public Domain # src/fccache.c contains Public Domain code ## https://gitlab.com/fedora/legal/fedora-license-data/-/issues/177 @@ -194,6 +194,10 @@ fi %doc fontconfig-devel.txt fontconfig-devel %changelog +* Tue Oct 29 2024 Troy Dawson - 2.15.0-7 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Thu Aug 1 2024 Akira TAGOH - 2.15.0-6 - Fix a memory leak and potentially uninitialized values. Resolves: RHEL-41007, RHEL-41008