diff --git a/sources b/sources index f56e3c0..76aaa06 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wine-mono-7.1.1-src.tar.xz) = 33864619f9194faff0aecdd6673791c563edca25aaad25ae956dab611b978d01cf37c54e473095d50ac553e21eb170160d387f85f4c094d0e77080eb200a7807 +SHA512 (wine-mono-7.3.0-src.tar.xz) = effee6d7c6dfa9f0c6c1bca868dba258094cbb85ad2ffb100e5c94365c9eba6c542825f37f1f8a50f8296b971a13fe068838e358a33307518556466a69d89c78 diff --git a/wine-mono.spec b/wine-mono.spec index b9d888e..a6dfd46 100644 --- a/wine-mono.spec +++ b/wine-mono.spec @@ -3,8 +3,8 @@ %{?mingw_package_header} Name: wine-mono -Version: 7.1.1 -Release: 2%{?dist} +Version: 7.3.0 +Release: 1%{?dist} Summary: Mono library required for Wine License: GPLv2 and LGPLv2 and MIT and BSD and MS-PL and MPLv1.1 @@ -17,6 +17,8 @@ Patch0: wine-mono-build-static.patch # https://bugs.winehq.org/show_bug.cgi?id=48937 # fixed in wine 5.7 Patch1: wine-mono-crlf.patch +# Probably a GCC 12 thing +Patch2: wine-mono-7.3.0-iconv.patch # see git://github.com/madewokherd/wine-mono @@ -74,6 +76,7 @@ Windows Mono library required for Wine. %setup -q %patch0 -p1 -b.static %patch1 -p1 -b.crlf +%patch2 -p1 -b.iconv # Fix all Python shebangs pathfix.py -pni "%{__python3} %{py3_shbang_opts}" . @@ -122,6 +125,9 @@ cp mono-basic/LICENSE mono-basic-LICENSE %{_datadir}/wine/mono/wine-mono-%{version}/ %changelog +* Mon Jun 06 2022 Michael Cronenworth - 7.3.0-1 +- version upgrade + * Fri Mar 25 2022 Sandro Mani - 7.1.1-2 - Rebuild with mingw-gcc-12