diff --git a/sources b/sources index d4fd3ec..902f183 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-8.12.tar.xz) = 6b9eab7ca1ed5a13202b1250d8d95f6bd8ee5176f0c39b5358aedaf28f7f23543f4a73bf0782c3b4e50936813fc2a459582b5d294569c976ace784fbd9e0af1b -SHA512 (wine-8.12.tar.xz.sign) = 3657d1143beed2cdfc87cfc4ce5f829240288cf193be42e2ab6c11a2c165ccb9c760db18f425cf5bae67db3e5ddb4bf7bbccdfe47bdb9ee5a6767503778dcc7a -SHA512 (wine-staging-8.12.tar.gz) = 11364b2367e25706b98c168710288b796e9dea1e3400efc0d010ea8827cb8c4187385f53aebd1fda46611902f6619282ea97ce9d7c20fe18aa48c14f15c99d14 +SHA512 (wine-8.13.tar.xz) = 952c670635f91879cf6908343a04c0f41ae54e213123242e24fc282f9705fbe3b800dc1de454b6cfb1ebb89431b0e6eb3df3b094c1d9f4e69835d0f1b8f4fcb5 +SHA512 (wine-8.13.tar.xz.sign) = 20f8ab9513ffddf0fee7c8506b2de252a5e67eb936433ee18c6a62e1fc8de83f677c337f3736bc45d57fdd6a94b2ab8e30bcb4a58dd4399969d4956cfc60bf84 +SHA512 (wine-staging-8.13.tar.gz) = b2104b0893ba27ee7f4f5495f7dee990962ff668786fd95e11af6d3975b7d00bc4ecb2572f280d27fbb6d1672745e0acbdb392ec7b3fd5b330a846783c23e12d diff --git a/wine-32.conf b/wine-32.conf deleted file mode 100644 index d9d71cd..0000000 --- a/wine-32.conf +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/wine/ diff --git a/wine-64.conf b/wine-64.conf deleted file mode 100644 index 268f698..0000000 --- a/wine-64.conf +++ /dev/null @@ -1 +0,0 @@ -/usr/lib64/wine/ diff --git a/wine.spec b/wine.spec index fad2f5f..7660765 100644 --- a/wine.spec +++ b/wine.spec @@ -40,8 +40,8 @@ %endif Name: wine -Version: 8.12 -Release: 2%{?dist} +Version: 8.13 +Release: 1%{?dist} Summary: A compatibility layer for windows applications License: LGPL-2.1-or-later @@ -51,8 +51,6 @@ Source10: https://dl.winehq.org/wine/source/8.0/wine-%{version}.tar.xz.sig Source1: wine.systemd Source2: wine-README-Fedora -Source3: wine-32.conf -Source4: wine-64.conf # desktop files Source100: wine-notepad.desktop @@ -690,7 +688,7 @@ gzip -dc %{SOURCE900} | tar -xf - --strip-components=1 # https://bugs.winehq.org/show_bug.cgi?id=54868 sed -i 's/DWORD pitch_in, DWORD pitch_out/unsigned int pitch_in, unsigned int pitch_out/' patches/wined3d-WINED3DFMT_B8G8R8X8_UNORM/0001-wined3d-Implement-WINED3DFMT_B8G8R8X8_UNORM-to-WINED.patch -staging/patchinstall.py DESTDIR="`pwd`" --all -W vkd3d-latest +staging/patchinstall.py DESTDIR="`pwd`" --all %endif # 0%%{?wine_staging} @@ -948,14 +946,6 @@ cp -p %{SOURCE502} README-tahoma mkdir -p %{buildroot}%{_sysconfdir}/ld.so.conf.d/ -%ifarch %{ix86} %{arm} -install -p -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/ld.so.conf.d/ -%endif - -%ifarch x86_64 aarch64 -install -p -m644 %{SOURCE4} %{buildroot}%{_sysconfdir}/ld.so.conf.d/ -%endif - # install Tahoma font for system package install -p -m 0755 -d %{buildroot}/%{_datadir}/fonts/wine-tahoma-fonts @@ -1113,13 +1103,11 @@ fi %{_bindir}/wine32 %{_bindir}/wine32-preloader %{_bindir}/wineserver32 -%config %{_sysconfdir}/ld.so.conf.d/wine-32.conf %endif %ifarch x86_64 aarch64 %{_bindir}/wine64 %{_bindir}/wineserver64 -%config %{_sysconfdir}/ld.so.conf.d/wine-64.conf %endif %ifarch x86_64 aarch64 %{_bindir}/wine64-preloader @@ -1345,6 +1333,7 @@ fi %{_libdir}/wine/%{winepedir}/gamingtcui.dll %{_libdir}/wine/%{winepedir}/gdi32.dll %{_libdir}/wine/%{winepedir}/gdiplus.dll +%{_libdir}/wine/%{winepedir}/geolocation.dll %{_libdir}/wine/%{winepedir}/glu32.dll %{_libdir}/wine/%{winepedir}/gphoto2.ds %{_libdir}/wine/%{winesodir}/gphoto2.so @@ -1690,7 +1679,6 @@ fi %{_libdir}/wine/%{winepedir}/win32u.dll %{_libdir}/wine/%{winepedir}/windows.devices.bluetooth.dll %{_libdir}/wine/%{winepedir}/windows.devices.enumeration.dll -%{_libdir}/wine/%{winepedir}/windows.devices.geolocation.geolocator.dll %{_libdir}/wine/%{winepedir}/windows.gaming.ui.gamebar.dll %{_libdir}/wine/%{winepedir}/windows.gaming.input.dll %{_libdir}/wine/%{winepedir}/windows.globalization.dll @@ -2135,6 +2123,7 @@ fi %{_libdir}/wine/%{winesodir}/gamingtcui.dll.so %{_libdir}/wine/%{winesodir}/gdi32.dll.so %{_libdir}/wine/%{winesodir}/gdiplus.dll.so +%{_libdir}/wine/%{winesodir}/geolocation.dll.so %{_libdir}/wine/%{winesodir}/glu32.dll.so %{_libdir}/wine/%{winesodir}/gphoto2.ds.so %{_libdir}/wine/%{winesodir}/gpkcsp.dll.so @@ -2456,7 +2445,6 @@ fi %{_libdir}/wine/%{winesodir}/win32u.dll.so %{_libdir}/wine/%{winesodir}/windows.devices.bluetooth.dll.so %{_libdir}/wine/%{winesodir}/windows.devices.enumeration.dll.so -%{_libdir}/wine/%{winesodir}/windows.devices.geolocation.geolocator.dll.so %{_libdir}/wine/%{winesodir}/windows.gaming.ui.gamebar.dll.so %{_libdir}/wine/%{winesodir}/windows.gaming.input.dll.so %{_libdir}/wine/%{winesodir}/windows.globalization.dll.so @@ -2794,6 +2782,9 @@ fi %endif %changelog +* Thu Aug 17 2023 Michael Cronenworth - 8.13-1 +- version update + * Sat Jul 22 2023 Fedora Release Engineering - 8.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild