diff --git a/sources b/sources index 4ee0c84..08b8b98 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-11.0.tar.xz) = a2c3db14f8cf0d19927466805c8f17c68ee7e93d1196d1162dd2279af497c21ec611a63f7a9de59953bbdfdb44c87d7bf55373c6533224a5d54e434c29428d1b -SHA512 (wine-11.0.tar.xz.sign) = b37064b787e4cff05b01f0d04fe2af8ff341e274a41a0238b5e58e392223bcd3574eb593f78ba7de8fb8caea7c27abf2a1259527807a2bec2413aa9ce027e183 -SHA512 (wine-staging-11.0.tar.gz) = 27eecce0cc1974e97d2aaffc0bf5a5d114f5fd8d3d6a349d9f984058a316b6654dd07bc2223c38df16fd2862f59aa79518d2d109ea0ac41c957144377ddd39a7 +SHA512 (wine-10.15.tar.xz) = 56fe84b18b95a09ea213c31e7380d1eb171c2e6d3f04fceacf269aca7420d41ea9fee3307976e20bb02334e09ee87d1cc8fb7ac78189a1880a8e2b710217994a +SHA512 (wine-10.15.tar.xz.sign) = 4d61983859b57103fa2fe8e4de4c18b57a8d8f97d275b8369c873df613ae8b7603fe3ec6258e8b610c2541e3da4ecf3772a077e07bfb423846d1d626d778e92b +SHA512 (wine-staging-10.15.tar.gz) = 3fa2d5d3b228dea9772eea4e30062f138a17d8a41f587c1d9b00b0c5788a43eea98dc7cf3f57e9bbee21ed66c053f08da208f8556b4de352ace5cdd4eefa9d00 diff --git a/wine-ntsync.conf b/wine-ntsync.conf deleted file mode 100644 index 848573a..0000000 --- a/wine-ntsync.conf +++ /dev/null @@ -1 +0,0 @@ -ntsync diff --git a/wine.spec b/wine.spec index 22542a4..2936f83 100644 --- a/wine.spec +++ b/wine.spec @@ -11,7 +11,7 @@ %global no64bit 0 %global winegecko 2.47.4 -%global winemono 10.4.1 +%global winemono 10.2.0 %if 0%{?fedora} %global opencl 1 %endif @@ -46,8 +46,8 @@ # 0%%{?fedora} Name: wine -Version: 11.0 -Release: 4%{?dist} +Version: 10.15 +Release: 1%{?dist} Summary: A compatibility layer for windows applications License: LGPL-2.1-or-later @@ -82,9 +82,6 @@ Source201: wine.directory # mime types Source300: wine-mime-msi.desktop -# kernel module ntsync -Source400: wine-ntsync.conf - # smooth tahoma (#693180) # disable embedded bitmaps Source501: wine-tahoma.conf @@ -206,8 +203,7 @@ BuildRequires: mingw64-zlib Requires: wine-common = %{version}-%{release} Requires: wine-desktop = %{version}-%{release} -#Requires: ntsync-autoload = %{version}-%{release} -Requires: wine-winefonts = %{version}-%{release} +Requires: wine-fonts = %{version}-%{release} # x86-32 parts %ifarch %{ix86} x86_64 @@ -224,13 +220,13 @@ Requires: mesa-dri-drivers(x86-32) Recommends: wine-dxvk(x86-32) Recommends: gstreamer1-plugins-good(x86-32) %endif -%endif Requires: mingw32-wine-gecko = %winegecko Requires: wine-mono = %winemono # wait for rhbz#968860 to require arch-specific samba-winbind-clients Requires: /usr/bin/ntlm_auth Recommends: dosbox-staging %endif +%endif # x86-64 parts %ifarch x86_64 @@ -373,8 +369,12 @@ Requires: libva %endif %endif -Provides: bundled(mingw-libjpeg) = 9f -Provides: bundled(mingw-mpg123-libs) = 1.33.0 +Provides: bundled(libjpeg) = 9f +Provides: bundled(mpg123-libs) = 1.32.9 + +# removed as of 7.21 +Obsoletes: wine-openal < 7.21 +Provides: wine-openal = %{version}-%{release} %description core Wine core package includes the basic wine stuff needed by all other packages. @@ -385,6 +385,7 @@ Requires: systemd >= 23 BuildArch: noarch Requires(post): systemd Requires(postun): systemd +Obsoletes: wine-sysvinit < %{version}-%{release} %description systemd Register the wine binary handler for windows executables via systemd binfmt @@ -419,126 +420,112 @@ BuildArch: noarch Desktop integration features for wine, including mime-types and a binary format handler service. -%package -n ntsync-autoload -Summary: Kernel module load file for ntsync -BuildArch: noarch -Provides: wine-ntsync = %{version}-%{release} -Obsoletes: wine-ntsync < %{version}-%{release} - -%description -n ntsync-autoload -Kernel module load file for ntsync - -%package winefonts +%package fonts Summary: Wine font files BuildArch: noarch -Obsoletes: wine-fonts < 10.16 # arial-fonts are available with wine-staging patchset, only. %if 0%{?wine_staging} -Requires: wine-arial-winefonts = %{version}-%{release} +Requires: wine-arial-fonts = %{version}-%{release} %else # 0%%{?wine_staging} -Obsoletes: wine-arial-winefonts <= %{version}-%{release} +Obsoletes: wine-arial-fonts <= %{version}-%{release} %endif # 0%%{?wine_staging} -Requires: wine-courier-winefonts = %{version}-%{release} -Requires: wine-fixedsys-winefonts = %{version}-%{release} -Requires: wine-small-winefonts = %{version}-%{release} -Requires: wine-system-winefonts = %{version}-%{release} -Requires: wine-marlett-winefonts = %{version}-%{release} -Requires: wine-ms-sans-serif-winefonts = %{version}-%{release} -Requires: wine-tahoma-winefonts = %{version}-%{release} +Requires: wine-courier-fonts = %{version}-%{release} +Requires: wine-fixedsys-fonts = %{version}-%{release} +Requires: wine-small-fonts = %{version}-%{release} +Requires: wine-system-fonts = %{version}-%{release} +Requires: wine-marlett-fonts = %{version}-%{release} +Requires: wine-ms-sans-serif-fonts = %{version}-%{release} +Requires: wine-tahoma-fonts = %{version}-%{release} # times-new-roman-fonts are available with wine_staging-patchset, only. %if 0%{?wine_staging} -Requires: wine-times-new-roman-winefonts = %{version}-%{release} +Requires: wine-times-new-roman-fonts = %{version}-%{release} +%else +# 0%%{?wine_staging} +Obsoletes: wine-times-new-roman-fonts <= %{version}-%{release} +Obsoletes: wine-times-new-roman-fonts-system <= %{version}-%{release} %endif # 0%%{?wine_staging} -Requires: wine-symbol-winefonts = %{version}-%{release} -Requires: wine-webdings-winefonts = %{version}-%{release} -Requires: wine-wingdings-winefonts = %{version}-%{release} +Requires: wine-symbol-fonts = %{version}-%{release} +Requires: wine-webdings-fonts = %{version}-%{release} +Requires: wine-wingdings-fonts = %{version}-%{release} # intermediate fix for #593140 Requires: liberation-sans-fonts liberation-serif-fonts liberation-mono-fonts Requires: liberation-narrow-fonts -%description winefonts +%description fonts %{summary} %if 0%{?wine_staging} -%package arial-winefonts +%package arial-fonts Summary: Wine Arial font family BuildArch: noarch Requires: fontpackages-filesystem -Obsoletes: wine-arial-fonts < 10.16 -%description arial-winefonts +%description arial-fonts %{summary} %endif # 0%%{?wine_staging} -%package courier-winefonts +%package courier-fonts Summary: Wine Courier font family BuildArch: noarch Requires: fontpackages-filesystem -Obsoletes: wine-courier-fonts < 10.16 -%description courier-winefonts +%description courier-fonts %{summary} -%package fixedsys-winefonts +%package fixedsys-fonts Summary: Wine Fixedsys font family BuildArch: noarch Requires: fontpackages-filesystem -Obsoletes: wine-fixedsys-fonts < 10.16 -%description fixedsys-winefonts +%description fixedsys-fonts %{summary} -%package small-winefonts +%package small-fonts Summary: Wine Small font family BuildArch: noarch Requires: fontpackages-filesystem -Obsoletes: wine-small-fonts < 10.16 -%description small-winefonts +%description small-fonts %{summary} -%package system-winefonts +%package system-fonts Summary: Wine System font family BuildArch: noarch Requires: fontpackages-filesystem -Obsoletes: wine-system-fonts < 10.16 -%description system-winefonts +%description system-fonts %{summary} -%package marlett-winefonts +%package marlett-fonts Summary: Wine Marlett font family BuildArch: noarch Requires: fontpackages-filesystem -Obsoletes: wine-marlett-fonts < 10.16 -%description marlett-winefonts +%description marlett-fonts %{summary} -%package ms-sans-serif-winefonts +%package ms-sans-serif-fonts Summary: Wine MS Sans Serif font family BuildArch: noarch Requires: fontpackages-filesystem -Obsoletes: wine-ms-sans-serif-fonts < 10.16 -%description ms-sans-serif-winefonts +%description ms-sans-serif-fonts %{summary} # rhbz#693180 # http://lists.fedoraproject.org/pipermail/devel/2012-June/168153.html -%package tahoma-winefonts +%package tahoma-fonts Summary: Wine Tahoma font family BuildArch: noarch Requires: wine-filesystem = %{version}-%{release} -Obsoletes: wine-tahoma-fonts < 10.16 -%description tahoma-winefonts +%description tahoma-fonts %{summary} Please note: If you want system integration for wine tahoma fonts install the wine-tahoma-fonts-system package. @@ -547,19 +534,18 @@ wine-tahoma-fonts-system package. Summary: Wine Tahoma font family system integration BuildArch: noarch Requires: fontpackages-filesystem -Requires: wine-tahoma-winefonts = %{version}-%{release} +Requires: wine-tahoma-fonts = %{version}-%{release} %description tahoma-fonts-system %{summary} %if 0%{?wine_staging} -%package times-new-roman-winefonts +%package times-new-roman-fonts Summary: Wine Times New Roman font family BuildArch: noarch Requires: wine-filesystem = %{version}-%{release} -Obsoletes: wine-times-new-roman-fonts < 10.16 -%description times-new-roman-winefonts +%description times-new-roman-fonts %{summary} Please note: If you want system integration for wine times new roman fonts install the wine-times-new-roman-fonts-system package. @@ -568,37 +554,34 @@ wine-times-new-roman-fonts-system package. Summary: Wine Times New Roman font family system integration BuildArch: noarch Requires: fontpackages-filesystem -Requires: wine-times-new-roman-winefonts = %{version}-%{release} +Requires: wine-times-new-roman-fonts = %{version}-%{release} %description times-new-roman-fonts-system %{summary} %endif -%package symbol-winefonts +%package symbol-fonts Summary: Wine Symbol font family BuildArch: noarch Requires: fontpackages-filesystem -Obsoletes: wine-symbol-fonts < 10.16 -%description symbol-winefonts +%description symbol-fonts %{summary} -%package webdings-winefonts +%package webdings-fonts Summary: Wine Webdings font family BuildArch: noarch Requires: fontpackages-filesystem -Obsoletes: wine-webdings-fonts < 10.16 -%description webdings-winefonts +%description webdings-fonts %{summary} -%package wingdings-winefonts +%package wingdings-fonts Summary: Wine Wingdings font family BuildArch: noarch Requires: fontpackages-filesystem -Obsoletes: wine-wingdings-fonts < 10.16 -%description wingdings-winefonts +%description wingdings-fonts %{summary} Please note: If you want system integration for wine wingdings fonts install the wine-wingdings-fonts-system package. @@ -607,7 +590,7 @@ wine-wingdings-fonts-system package. Summary: Wine Wingdings font family system integration BuildArch: noarch Requires: fontpackages-filesystem -Requires: wine-wingdings-winefonts = %{version}-%{release} +Requires: wine-wingdings-fonts = %{version}-%{release} %description wingdings-fonts-system %{summary} @@ -638,7 +621,7 @@ Smart card support for wine Summary: Twain support for wine Requires: wine-core = %{version}-%{release} %ifarch %{ix86} -Requires: sane-backends-libs(x86-32) +Requires: sane-backends-libs(x86-32) %endif %ifarch x86_64 Requires: sane-backends-libs(x86-64) @@ -728,15 +711,9 @@ sed -i 's/-Wl,-WX//g' configure # required so that both Linux and Windows development files can be found unset PKG_CONFIG_PATH -# _libdir was restructured and must use a new prefix until at least Fedora 45 -%global _x_libdir %{_libdir} -%if %{with new_wow64} -%global _libdir %{_libdir}/wine-wow64 -%endif - %configure \ --sysconfdir=%{_sysconfdir}/wine \ - --x-includes=%{_includedir} --x-libraries=%{_x_libdir} \ + --x-includes=%{_includedir} --x-libraries=%{_libdir} \ --with-dbus \ --with-x \ %ifarch x86_64 aarch64 @@ -804,9 +781,6 @@ touch %{buildroot}%{_libdir}/wine/i386-windows/d3d11.dll %endif # setup new wow64 -%if %{with new_wow64} -# foobar -%else %ifarch x86_64 ln -sf /usr/lib/wine/i386-unix %{buildroot}%{_libdir}/wine/i386-unix ln -sf /usr/lib/wine/i386-windows %{buildroot}%{_libdir}/wine/i386-windows @@ -815,7 +789,6 @@ ln -sf /usr/lib/wine/i386-windows %{buildroot}%{_libdir}/wine/i386-windows ln -sf /usr/lib64/wine/x86_64-unix %{buildroot}%{_libdir}/wine/x86_64-unix ln -sf /usr/lib64/wine/x86_64-windows %{buildroot}%{_libdir}/wine/x86_64-windows %endif -%endif # remove rpath chrpath --delete %{buildroot}%{_bindir}/wmc @@ -1005,9 +978,6 @@ mkdir -p %{buildroot}/%{_metainfodir}/ install -p -m 0644 %{SOURCE150} %{buildroot}/%{_metainfodir}/%{name}.appdata.xml appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/%{name}.appdata.xml -mkdir -p %{buildroot}%{_modulesloaddir} -install -m 644 -p %{SOURCE400} %{buildroot}%{_modulesloaddir}/ntsync.conf - %post systemd %binfmt_apply wine.conf @@ -1018,31 +988,6 @@ fi %ldconfig_post core -%pretrans -p core -%if %[ "x86_64" == "%{_target_cpu}"] -%define _oldlibdir /usr/lib64 -%else -%define _oldlibdir /usr/lib -%endif -oldPath = "%{_oldlibdir}/wine/%{winepedir}/wine-dxgi.dll" -opStat = posix.stat(oldPath) -if opStat and opStat.type == "regular" then -os.execute("%{_sbindir}/alternatives --remove 'wine-dxgi%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-dxgi.dll") -os.execute("%{_sbindir}/alternatives --remove 'wine-d3d8%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-d3d8.dll") -os.execute("%{_sbindir}/alternatives --remove 'wine-d3d9%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-d3d9.dll") -os.execute("%{_sbindir}/alternatives --remove 'wine-d3d10core%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-d3d10core.dll") -os.execute("%{_sbindir}/alternatives --remove 'wine-d3d10_1%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-d3d10_1.dll") -os.execute("%{_sbindir}/alternatives --remove 'wine-d3d10%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-d3d10.dll") -os.execute("%{_sbindir}/alternatives --remove 'wine-d3d11%{?_isa}' %{_oldlibdir}/wine/%{winepedir}/wine-d3d11.dll") -%if %[ "x86_64" == "%{_target_cpu}" && %{with new_wow64} ] -os.execute("%{_sbindir}/alternatives --remove 'wine-dxgi(x86-32)' %{_oldlibdir}/wine/i386-windows/wine-dxgi.dll") -os.execute("%{_sbindir}/alternatives --remove 'wine-d3d9(x86-32)' %{_oldlibdir}/wine/i386-windows/wine-d3d9.dll") -os.execute("%{_sbindir}/alternatives --remove 'wine-d3d10_1(x86-32)' %{_oldlibdir}/wine/i386-windows/wine-d3d10_1.dll") -os.execute("%{_sbindir}/alternatives --remove 'wine-d3d10(x86-32)' %{_oldlibdir}/wine/i386-windows/wine-d3d10.dll") -os.execute("%{_sbindir}/alternatives --remove 'wine-d3d11(x86-32)' %{_oldlibdir}/wine/i386-windows/wine-d3d11.dll") -%endif -end - %posttrans core # handle upgrades for a few package updates rm -f %{_libdir}/wine/%{winepedirs}/d3d8.dll @@ -1100,7 +1045,6 @@ if [ $1 -eq 0 ] ; then %{_sbindir}/alternatives --remove 'wine-d3d8%{?_isa}' %{_libdir}/wine/%{winepedir}/wine-d3d8.dll %{_sbindir}/alternatives --remove 'wine-d3d9%{?_isa}' %{_libdir}/wine/%{winepedir}/wine-d3d9.dll %{_sbindir}/alternatives --remove 'wine-d3d10core%{?_isa}' %{_libdir}/wine/%{winepedir}/wine-d3d10core.dll - %{_sbindir}/alternatives --remove 'wine-d3d10_1%{?_isa}' %{_libdir}/wine/%{winepedir}/wine-d3d10_1.dll %{_sbindir}/alternatives --remove 'wine-d3d10%{?_isa}' %{_libdir}/wine/%{winepedir}/wine-d3d10.dll %{_sbindir}/alternatives --remove 'wine-d3d11%{?_isa}' %{_libdir}/wine/%{winepedir}/wine-d3d11.dll || : %if %[ "x86_64" == "%{_target_cpu}" && %{with new_wow64} ] @@ -1143,7 +1087,6 @@ fi %{_libdir}/wine/%{winepedirs}/notepad.exe %{_libdir}/wine/%{winepedirs}/plugplay.exe %{_libdir}/wine/%{winepedirs}/progman.exe -%{_libdir}/wine/%{winepedirs}/runas.exe %{_libdir}/wine/%{winepedirs}/taskmgr.exe %{_libdir}/wine/%{winepedirs}/winedbg.exe %{_libdir}/wine/%{winepedirs}/winefile.exe @@ -1239,9 +1182,6 @@ fi %{_libdir}/wine/%{winepedirs}/wscript.exe %{_libdir}/wine/%{winepedirs}/uninstaller.exe -%if %{with new_wow64} -#%%global winepedirs %["{i386-windows,%{winepedir}}"] -%else %ifarch %{ix86} %{_libdir}/wine/x86_64-unix %{_libdir}/wine/x86_64-windows @@ -1250,7 +1190,6 @@ fi %{_libdir}/wine/i386-unix %{_libdir}/wine/i386-windows %endif -%endif %{_libdir}/wine/%{winepedirs}/acledit.dll %{_libdir}/wine/%{winepedirs}/aclui.dll @@ -1298,7 +1237,6 @@ fi %{_libdir}/wine/%{winepedirs}/combase.dll %{_libdir}/wine/%{winepedirs}/comcat.dll %{_libdir}/wine/%{winepedirs}/comctl32.dll -%{_libdir}/wine/%{winepedirs}/comctl32_v6.dll %{_libdir}/wine/%{winepedirs}/comdlg32.dll %{_libdir}/wine/%{winepedirs}/coml2.dll %{_libdir}/wine/%{winepedirs}/compstui.dll @@ -1583,7 +1521,6 @@ fi %{_libdir}/wine/%{winepedirs}/msvcrt20.dll %{_libdir}/wine/%{winepedirs}/msvcrt40.dll %{_libdir}/wine/%{winepedirs}/msvcrtd.dll -%{_libdir}/wine/%{winepedirs}/msvdsp.dll %{_libdir}/wine/%{winepedirs}/msvfw32.dll %{_libdir}/wine/%{winepedirs}/msvidc32.dll %{_libdir}/wine/%{winepedirs}/msvproc.dll @@ -1764,7 +1701,6 @@ fi %{_libdir}/wine/%{winepedirs}/vdmdbg.dll %{_libdir}/wine/%{winepedirs}/version.dll %{_libdir}/wine/%{winepedirs}/vga.dll -%{_libdir}/wine/%{winepedirs}/vidreszr.dll %{_libdir}/wine/%{winepedirs}/virtdisk.dll %{_libdir}/wine/%{winepedirs}/vssapi.dll %{_libdir}/wine/%{winepedirs}/vulkan-1.dll @@ -1783,7 +1719,6 @@ fi %endif %{_libdir}/wine/%{winepedirs}/win32u.dll %{_libdir}/wine/%{winepedirs}/winbio.dll -%{_libdir}/wine/%{winepedirs}/winbrand.dll %{_libdir}/wine/%{winepedirs}/windows.applicationmodel.dll %{_libdir}/wine/%{winepedirs}/windows.devices.bluetooth.dll %{_libdir}/wine/%{winepedirs}/windows.devices.enumeration.dll @@ -1810,7 +1745,6 @@ fi %{_libdir}/wine/%{winepedirs}/windows.system.profile.systemid.dll %{_libdir}/wine/%{winepedirs}/windows.system.profile.systemmanufacturers.dll %{_libdir}/wine/%{winepedirs}/windows.ui.dll -%{_libdir}/wine/%{winepedirs}/windows.ui.core.textinput.dll %{_libdir}/wine/%{winepedirs}/windows.ui.xaml.dll %{_libdir}/wine/%{winepedirs}/windows.web.dll %{_libdir}/wine/%{winepedirs}/windowscodecs.dll @@ -2116,7 +2050,6 @@ fi %{_bindir}/wineboot %{_bindir}/wineconsole %{_bindir}/winecfg -%{_datadir}/wine/winmd/ %{_mandir}/man1/wine.1* %{_mandir}/man1/wineserver.1* %{_mandir}/man1/msiexec.1* @@ -2135,25 +2068,25 @@ fi %lang(fr) %{_mandir}/fr.UTF-8/man1/wineserver.1* %lang(pl) %{_mandir}/pl.UTF-8/man1/wine.1* -%files winefonts +%files fonts # meta package %if 0%{?wine_staging} -%files arial-winefonts +%files arial-fonts %license COPYING.LIB %{_datadir}/wine/fonts/arial* %endif #0%%{?wine_staging} -%files courier-winefonts +%files courier-fonts %license COPYING.LIB %{_datadir}/wine/fonts/cou* -%files fixedsys-winefonts +%files fixedsys-fonts %license COPYING.LIB %{_datadir}/wine/fonts/*vgafix.fon -%files system-winefonts +%files system-fonts %license COPYING.LIB %{_datadir}/wine/fonts/cvgasys.fon %{_datadir}/wine/fonts/hvgasys.fon @@ -2169,23 +2102,23 @@ fi %{_datadir}/wine/fonts/vgasysr.fon %{_datadir}/wine/fonts/vgasyst.fon -%files small-winefonts +%files small-fonts %license COPYING.LIB %{_datadir}/wine/fonts/sma* %{_datadir}/wine/fonts/jsma* -%files marlett-winefonts +%files marlett-fonts %license COPYING.LIB %{_datadir}/wine/fonts/marlett.ttf -%files ms-sans-serif-winefonts +%files ms-sans-serif-fonts %license COPYING.LIB %{_datadir}/wine/fonts/sse* %if 0%{?wine_staging} %{_datadir}/wine/fonts/msyh.ttf %endif -%files tahoma-winefonts +%files tahoma-fonts %license COPYING.LIB %{_datadir}/wine/fonts/tahoma*ttf @@ -2196,7 +2129,7 @@ fi %{_fontconfig_templatedir}/20-wine-tahoma*conf %if 0%{?wine_staging} -%files times-new-roman-winefonts +%files times-new-roman-fonts %license COPYING.LIB %{_datadir}/wine/fonts/times.ttf @@ -2204,15 +2137,15 @@ fi %{_datadir}/fonts/wine-times-new-roman-fonts %endif -%files symbol-winefonts +%files symbol-fonts %license COPYING.LIB %{_datadir}/wine/fonts/symbol.ttf -%files webdings-winefonts +%files webdings-fonts %license COPYING.LIB %{_datadir}/wine/fonts/webdings.ttf -%files wingdings-winefonts +%files wingdings-fonts %license COPYING.LIB %{_datadir}/wine/fonts/wingding.ttf @@ -2237,9 +2170,6 @@ fi %{_metainfodir}/%{name}.appdata.xml %{_datadir}/icons/hicolor/scalable/apps/*svg -%files -n ntsync-autoload -%{_modulesloaddir}/ntsync.conf - %files systemd %config %{_binfmtdir}/wine.conf @@ -2259,7 +2189,6 @@ fi # twain subpackage %files twain %{_libdir}/wine/%{winepedirs}/twain_32.dll -%{_libdir}/wine/%{winepedirs}/twaindsm.dll %{_libdir}/wine/%{winepedirs}/sane.ds %{_libdir}/wine/%{winesodir}/sane.so @@ -2311,46 +2240,6 @@ fi %endif %changelog -* Fri Jul 17 2026 Fedora Release Engineering - 11.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild - -* Sat Jan 17 2026 Fedora Release Engineering - 11.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild - -* Wed Jan 14 2026 Michael Cronenworth - 11.0-2 -- wine-mono 10.4.1 - -* Tue Jan 13 2026 Michael Cronenworth - 11.0-1 -- version update - -* Fri Dec 26 2025 Michael Cronenworth - 10.20-5 -- Fix x86_64 alternatives upgrade path - -* Tue Dec 23 2025 Michael Cronenworth - 10.20-4 -- Account for alternatives in upgrade path - -* Tue Dec 09 2025 Michael Cronenworth - 10.20-3 -- Bring sanity to the upgrade path, credit Gordon Messmer (RHBZ#2401666) - -* Mon Dec 01 2025 Michael Cronenworth - 10.20-2 -- remove Conflicts - -* Mon Dec 01 2025 Michael Cronenworth - 10.20-1 -- version update - -* Fri Nov 21 2025 Michael Cronenworth - 10.19-2 -- wine-ntsync rename to ntsync-autoload - -* Tue Nov 18 2025 Michael Cronenworth - 10.19-1 -- version update - -* Sun Nov 02 2025 Michael Cronenworth - 10.18-2 -- wine-mono 10.3.0 - -* Sun Nov 02 2025 Michael Cronenworth - 10.18-1 -- version update -- reorganize fonts packages (RHBZ#2372648) - * Wed Sep 17 2025 Michael Cronenworth - 10.15-1 - version update