From e18e346346ecc4e3d5bbf8a4e01f0aa613a09125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=96zbay?= Date: Fri, 12 Apr 2024 14:52:28 +0200 Subject: [PATCH] Correct the selection of alloc/free functions for zlib. (as in PR #21759 upstream) [2] --- mono.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mono.spec b/mono.spec index acd2bb4..18a781c 100644 --- a/mono.spec +++ b/mono.spec @@ -24,7 +24,7 @@ %global xamarinrelease 199 Name: mono Version: 6.12.0 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Cross-platform, Open Source, .NET development framework License: MIT @@ -59,6 +59,7 @@ Patch12: 0001-Reenable-mdoc.exe-build.patch # fix issue with conflicts between i686 and x86_64 package (#1853724) Patch13: mono-6.6.0-fix-multi-arch-issue.patch Patch14: mono-configure-c99.patch +Patch15: mono-6.12.0-correct-alloc-free-for-zlib.patch BuildRequires: make BuildRequires: bison @@ -351,6 +352,7 @@ popd %patch -P 12 -p1 %patch -P 13 -p1 %patch -P 14 -p1 +%patch -P 15 -p1 # don't build mono-helix-client which requires the helix-binaries to build sed -i 's|mono-helix-client||g' mcs/tools/Makefile @@ -943,6 +945,9 @@ cert-sync --quiet /etc/pki/tls/certs/ca-bundle.crt %files complete %changelog +* Fri Apr 12 2024 Jonas Ă–zbay - 6.12.0-17 +- Correct the selection of alloc/free functions for zlib. (as in PR #21759 upstream) + * Thu Jan 25 2024 Fedora Release Engineering - 6.12.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild