Update to 7.1.1

f38
Björn Esser 3 years ago
parent ad7de292dc
commit 0f50c71c6d
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

3
.gitignore vendored

@ -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

@ -1 +1 @@
SHA512 (wine-mono-7.0.0-src.tar.xz) = 510638f96bc0c9a4d9adba77dc3f42c767a4e2e0e795ddf9e54e8ba76c66c5508099caa62dbfd36f86d7b82ffabd87b86848c26d1412859db3caf775033b4855
SHA512 (wine-mono-7.1.1-src.tar.xz) = 33864619f9194faff0aecdd6673791c563edca25aaad25ae956dab611b978d01cf37c54e473095d50ac553e21eb170160d387f85f4c094d0e77080eb200a7807

@ -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 <besser82@fedoraproject.org> - 7.1.1-1
- version upgrade
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

Loading…
Cancel
Save