Correct the selection of alloc/free functions for zlib. (as in PR #21759 upstream) [2]
This commit is contained in:
parent
d2a319a445
commit
e18e346346
1 changed files with 6 additions and 1 deletions
|
|
@ -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 <jo.spam@gmx.net> - 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 <releng@fedoraproject.org> - 6.12.0-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue