From 54330d548f72775d4c30823ce3e62e01429d2506 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Mon, 30 Dec 2019 23:23:47 -0600 Subject: [PATCH] Update to 5.0-rc3 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 20 +++++++++++++------- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 8f2ddd7..d364772 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-4.21.tar.xz -/wine-4.21.tar.xz.sign -/wine-staging-4.21.tar.gz +/wine-5.0-rc3.tar.xz +/wine-5.0-rc3.tar.xz.sign +/wine-staging-5.0-rc3.tar.gz diff --git a/sources b/sources index eb4a540..8cac3db 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-4.21.tar.xz) = f962e47577db2de4e74022b8d51e81e30a004f98b37d8eee5889334271f013123e3ff53e5ac1416c2dd93ec90bee8a2d300b3842c20124df99ef067ac5c72f53 -SHA512 (wine-4.21.tar.xz.sign) = 0cee3e00f70e5438de89a273d5b7148a19a976f038125f555c037eedd30a6063b60a90ad08b356a5ef7f4c20edadc2546e64fa5b1bbd19555034ee013f120971 -SHA512 (wine-staging-4.21.tar.gz) = 0c6c32f86d252f827ebb8d5df2b046c4f0a49aa7c0ca47939b33844786e561d5f676db1e199ec3cd9969757985f66b865099061f5e77234c3aabd4fd29d3a063 +SHA512 (wine-5.0-rc3.tar.xz) = 25987c107855fc944e803e75faa1712e8aca1cf90fd321797fa25b713629804fa11be030d53a4769859a2fd55cbbcf0a2e1ab19eff006bcea57aab2e4235349d +SHA512 (wine-5.0-rc3.tar.xz.sign) = d15e831c7501095865f2e4b49685c42f3d7caa57cf3f76b0b90a3f79263fca7546c8004690ac4e0810dfd649422c0f3d28916319d0110ad5abba8ad260073eee +SHA512 (wine-staging-5.0-rc3.tar.gz) = 46cab8a768889d2448365282c7810d88050ae64e651f666abd0039b2a34f76efeb0946184b046e5a66c71a75dce748931c5bbc4e8529857765a0a0f35e45a0b6 diff --git a/wine.spec b/wine.spec index ace11a0..7a26c8b 100644 --- a/wine.spec +++ b/wine.spec @@ -2,7 +2,7 @@ %undefine _hardened_build %global no64bit 0 -%global winegecko 2.47 +%global winegecko 2.47.1 %global winemono 4.9.4 #global _default_patch_fuzz 2 %ifarch %{ix86} x86_64 @@ -39,14 +39,14 @@ %endif Name: wine -Version: 4.21 -Release: 1%{?dist} +Version: 5.0 +Release: 0.rc3.0%{?dist} Summary: A compatibility layer for windows applications License: LGPLv2+ URL: https://www.winehq.org/ -Source0: https://dl.winehq.org/wine/source/4.x/wine-%{version}.tar.xz -Source10: https://dl.winehq.org/wine/source/4.x/wine-%{version}.tar.xz.sign +Source0: https://dl.winehq.org/wine/source/5.0/wine-%{version}-rc3.tar.xz +Source10: https://dl.winehq.org/wine/source/5.0/wine-%{version}-rc3.tar.xz.sign Source1: wine.init Source2: wine.systemd @@ -92,7 +92,7 @@ Patch511: wine-cjk.patch %if 0%{?wine_staging} # wine-staging patches # pulseaudio-patch is covered by that patch-set, too. -Source900: https://github.com/wine-staging/wine-staging/archive/v%{version}.tar.gz#/wine-staging-%{version}.tar.gz +Source900: https://github.com/wine-staging/wine-staging/archive/v%{version}-rc3.tar.gz#/wine-staging-%{version}-rc3.tar.gz %endif %if !%{?no64bit} @@ -677,7 +677,7 @@ This package adds the opencl driver for wine. %endif %prep -%setup -q -n wine-%{version} +%setup -q -n wine-%{version}-rc3 %patch511 -p1 -b.cjk %if 0%{?wine_staging} @@ -1445,6 +1445,7 @@ fi %{_libdir}/wine/cards.%{winedll} %{_libdir}/wine/cdosys.%{winedll} %{_libdir}/wine/cfgmgr32.%{winedll} +%{_libdir}/wine/chcp.com %{_libdir}/wine/clock.%{wineexe} %{_libdir}/wine/clusapi.%{winedll} %{_libdir}/wine/combase.%{winedll} @@ -1680,6 +1681,7 @@ fi %{_libdir}/wine/mprapi.%{winedll} %{_libdir}/wine/msacm32.%{winedll} %{_libdir}/wine/msacm32.%{winedrv} +%{_libdir}/wine/msado15.%{winedll} %{_libdir}/wine/msadp32.%{wineacm} %{_libdir}/wine/msasn1.%{winedll} %{_libdir}/wine/mscat32.%{winedll} @@ -1768,6 +1770,7 @@ fi %endif %{_libdir}/wine/objsel.%{winedll} %{_libdir}/wine/odbc32.dll.so +%{_libdir}/wine/odbcbcp.%{winedll} %{_libdir}/wine/odbccp32.%{winedll} %{_libdir}/wine/odbccu32.%{winedll} %{_libdir}/wine/ole32.%{winedll} @@ -2280,6 +2283,9 @@ fi %endif %changelog +* Mon Dec 30 2019 Michael Cronenworth 5.0-0.rc3.0 +- version update + * Sat Nov 30 2019 Michael Cronenworth 4.21-1 - version update