From 1938c099b2626b37c0593cb6a3826162a1ebbebb Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Dec 16 2018 21:15:20 +0000 Subject: Update to 4.0-rc2 --- diff --git a/.gitignore b/.gitignore index 882be7d..b1469ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-4.0-rc1.tar.xz -/wine-4.0-rc1.tar.xz.sign -/wine-staging-4.0-rc1.tar.gz +/wine-4.0-rc2.tar.xz +/wine-4.0-rc2.tar.xz.sign +/wine-staging-4.0-rc2.tar.gz diff --git a/sources b/sources index 2e0464c..d2b65c3 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-4.0-rc1.tar.xz) = a380b9fa33a43cf6fa9199db91e31139ea57efd0b63f6b26cef42893995b5bec7492b684df9bc3f3b173988c2b45840533644486b7e58fcc3d513f3a80a8c0a5 -SHA512 (wine-4.0-rc1.tar.xz.sign) = 4fa0353d4efab88fe53c07ae9981ba39a6656c9e1400b4f4f5c507763026bde5dcdf23c0630621c1826dc9dee42737aeb730b362c10d41d02b207b1e1a9dc2be -SHA512 (wine-staging-4.0-rc1.tar.gz) = dc07e69095cc5a0f144e5ff926e90235ec1d6d9574e5b653d5c1a273b54e70074040440cd291958b470c3e6140a2355e09b08283881aa2696653d73634e5351b +SHA512 (wine-4.0-rc2.tar.xz) = 3678e746a317761b9c47daee336d1875578fada229330c9b5c4203e438f826c9d00b60661f109b4a3b98d27de75721810d96dfde4d786de5055cb36f576419b2 +SHA512 (wine-4.0-rc2.tar.xz.sign) = bf9f507f4e227c1815814c0b660b0d9988cda40e2f0c797794f466ccb7aa9badcf5d1ac5009c6004f7566dd66c3c947b36d7691b657c9a11423103b4b6f24219 +SHA512 (wine-staging-4.0-rc2.tar.gz) = 893ba270d73d7ad87babafb3256c77384ed90657f0304904628520f0e762446fe246c5ab2256299ee6df0bd30a7d41f96d4c2c5ce3d02941d25f3d4d2f5d1267 diff --git a/wine.spec b/wine.spec index 458c031..f5bb9d1 100644 --- a/wine.spec +++ b/wine.spec @@ -21,14 +21,14 @@ Name: wine Version: 4.0 -Release: 0.2.rc1%{?dist} +Release: 0.3.rc2%{?dist} Summary: A compatibility layer for windows applications Group: Applications/Emulators License: LGPLv2+ URL: https://www.winehq.org/ -Source0: https://dl.winehq.org/wine/source/4.0/wine-%{version}-rc1.tar.xz -Source10: https://dl.winehq.org/wine/source/4.0/wine-%{version}-rc1.tar.xz.sign +Source0: https://dl.winehq.org/wine/source/4.0/wine-%{version}-rc2.tar.xz +Source10: https://dl.winehq.org/wine/source/4.0/wine-%{version}-rc2.tar.xz.sign Source1: wine.init Source2: wine.systemd @@ -71,7 +71,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}-rc1.tar.gz#/wine-staging-%{version}-rc1.tar.gz +Source900: https://github.com/wine-staging/wine-staging/archive/v%{version}-rc2.tar.gz#/wine-staging-%{version}-rc2.tar.gz %endif %if !%{?no64bit} @@ -678,7 +678,7 @@ This package adds the opencl driver for wine. %endif %prep -%setup -q -n wine-%{version}-rc1 +%setup -q -n wine-%{version}-rc2 %patch511 -p1 -b.cjk %if 0%{?wine_staging} @@ -2224,6 +2224,9 @@ fi %endif %changelog +* Sun Dec 16 2018 Michael Cronenworth 4.0-0.3.rc2 +- version update + * Sat Dec 15 2018 Björn Esser - 4.0-0.2.rc1 - fix typos and wording in readme-files