From 0f50c71c6d600fecada81c16ad50d80f919d95f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Sat, 29 Jan 2022 16:26:50 +0100 Subject: [PATCH] Update to 7.1.1 --- .gitignore | 3 +-- sources | 2 +- wine-mono.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index f011428..1ba1828 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/wine-mono-6.4.0-src.tar.xz -/wine-mono-7.0.0-src.tar.xz +/wine-mono-7.*-src.tar.xz diff --git a/sources b/sources index 14ed9ef..f56e3c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wine-mono-7.0.0-src.tar.xz) = 510638f96bc0c9a4d9adba77dc3f42c767a4e2e0e795ddf9e54e8ba76c66c5508099caa62dbfd36f86d7b82ffabd87b86848c26d1412859db3caf775033b4855 +SHA512 (wine-mono-7.1.1-src.tar.xz) = 33864619f9194faff0aecdd6673791c563edca25aaad25ae956dab611b978d01cf37c54e473095d50ac553e21eb170160d387f85f4c094d0e77080eb200a7807 diff --git a/wine-mono.spec b/wine-mono.spec index 09dcb8f..3aa164e 100644 --- a/wine-mono.spec +++ b/wine-mono.spec @@ -2,8 +2,8 @@ %{?mingw_package_header} Name: wine-mono -Version: 7.0.0 -Release: 2%{?dist} +Version: 7.1.1 +Release: 1%{?dist} Summary: Mono library required for Wine License: GPLv2 and LGPLv2 and MIT and BSD and MS-PL and MPLv1.1 @@ -23,7 +23,6 @@ BuildArch: noarch ExcludeArch: %{power64} s390x s390 # 64 -BuildRequires: make BuildRequires: mingw64-filesystem >= 95 BuildRequires: mingw64-headers BuildRequires: mingw64-cpp @@ -46,6 +45,7 @@ BuildRequires: cmake BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: libtool +BuildRequires: make BuildRequires: pkgconfig BuildRequires: gettext BuildRequires: libgdiplus @@ -90,7 +90,7 @@ export CPPFLAGS_FOR_BTLS="-fPIC" echo "AUTO_LLVM_MINGW=0" > user-config.make # Disable WpfGfx as it requires LLVM to compile echo "ENABLE_DOTNET_CORE_WPFGFX=0" >> user-config.make -make %{_smp_mflags} image +%make_build image %install mkdir -p %{buildroot}%{_datadir}/wine/mono/wine-mono-%{version}/ @@ -120,6 +120,9 @@ cp mono-basic/LICENSE mono-basic-LICENSE %{_datadir}/wine/mono/wine-mono-%{version}/ %changelog +* Sat Jan 29 2022 Björn Esser - 7.1.1-1 +- version upgrade + * Sat Jan 22 2022 Fedora Release Engineering - 7.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild