From 59c57b9caae3ceca514772cd3145c25ec8532093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sun, 30 Oct 2022 13:09:50 +0100 Subject: [PATCH] Drop non-upstream CMAKE_DL_LIBS windows patch Fixes rhbz#2127529 --- cmake.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cmake.spec b/cmake.spec index 60bc5c3..e5cdf9a 100644 --- a/cmake.spec +++ b/cmake.spec @@ -68,7 +68,7 @@ %{?rcsuf:%global versuf -%{rcsuf}} # For handling bump release by rpmdev-bumpspec and mass rebuild -%global baserelease 0.1 +%global baserelease 0.2 # Uncomment if building for EPEL #global name_suffix %%{major_version} @@ -108,7 +108,9 @@ Patch101: %{name}-fedora-flag_release.patch %endif # Add dl to CMAKE_DL_LIBS on MINGW # https://gitlab.kitware.com/cmake/cmake/issues/17600 +%if 0%{?fedora} && 0%{?fedora} < 38 Patch102: %{name}-mingw-dl.patch +%endif # Patch for renaming on EPEL %if 0%{?name_suffix:1} @@ -529,6 +531,10 @@ popd %changelog +* Sun Oct 30 2022 Björn Esser - 3.25.0-0.2.rc2 +- Drop non-upstream CMAKE_DL_LIBS windows patch + Fixes rhbz#2127529 + * Sat Oct 29 2022 Björn Esser - 3.25.0-0.1.rc2 - cmake-3.25.0-rc2 Fixes rhbz#2062783