Update to 2.0-rc3

f38
Michael Cronenworth 8 years ago
parent 1e6b519816
commit 6bb2ecf5c3

6
.gitignore vendored

@ -1,3 +1,3 @@
/wine-2.0-rc2.tar.bz2 /wine-2.0-rc3.tar.bz2
/wine-2.0-rc2.tar.bz2.sign /wine-2.0-rc3.tar.bz2.sign
/wine-staging-2.0-rc2.tar.gz /wine-staging-2.0-rc3.tar.gz

@ -1,3 +1,3 @@
SHA512 (wine-2.0-rc2.tar.bz2) = 89efaea78f5591089c922b22eec5426e8421e51edd55997a1e3ceee4bb32757c457856d7659b2829337bb9db4eea68cf2e1a06eff6b8b13c7c147472d13c1983 SHA512 (wine-2.0-rc3.tar.bz2) = 75427e6734acdcd759bc90051b774e27d3dfed55ea8181f001365a6827509b60f4d6bd34ba2c0a3859eac65e784ac9746a2ea896fa63bf08203fbf857c609d20
SHA512 (wine-2.0-rc2.tar.bz2.sign) = 0bf7a90e67c2477045bbc144508b92655bc0bbe54bc914c56650b84f2e0babd3c788f60fde668fcbf1d1a52d9a3ac4306b5ad8cf261d5ae41eb8277babcd7a95 SHA512 (wine-2.0-rc3.tar.bz2.sign) = b5b09aeb1721f37a6224785749a1a2bec8575b083ced3e7be52215ee353cc405f8dc4669b46292894401b210fb9b8b48281cd120d97c497d148367308331fd3f
SHA512 (wine-staging-2.0-rc2.tar.gz) = 791bea1f3b9a3843c3c8aad536ca6146e896cf77234d2a79dc408a6dd53c781f80d07f1a6cd869c836bfc1308daca916dc73f12b87de6df35d34006136133554 SHA512 (wine-staging-2.0-rc3.tar.gz) = ce86b808adf76f18838d5ba6aff859fa758756992fe66ea0173168ea5a438465890890b384c576babde4f108a3e3005073256738653c87623399f0e6db40c393

@ -22,14 +22,14 @@
Name: wine Name: wine
Version: 2.0 Version: 2.0
Release: 0.1.rc2%{?dist} Release: 0.1.rc3%{?dist}
Summary: A compatibility layer for windows applications Summary: A compatibility layer for windows applications
Group: Applications/Emulators Group: Applications/Emulators
License: LGPLv2+ License: LGPLv2+
URL: http://www.winehq.org/ URL: http://www.winehq.org/
Source0: http://downloads.sourceforge.net/wine/wine-%{version}-rc2.tar.bz2 Source0: http://downloads.sourceforge.net/wine/wine-%{version}-rc3.tar.bz2
Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc2.tar.bz2.sign Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc3.tar.bz2.sign
Source1: wine.init Source1: wine.init
Source2: wine.systemd Source2: wine.systemd
@ -71,7 +71,7 @@ Patch511: wine-cjk.patch
# wine compholio patches for wine-staging # wine compholio patches for wine-staging
# pulseaudio-patch is covered by that patch-set, too. # pulseaudio-patch is covered by that patch-set, too.
Source900: https://github.com/compholio/wine-compholio/archive/v%{version}.tar.gz#/wine-staging-%{version}-rc2.tar.gz Source900: https://github.com/compholio/wine-compholio/archive/v%{version}.tar.gz#/wine-staging-%{version}-rc3.tar.gz
%if !%{?no64bit} %if !%{?no64bit}
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ExclusiveArch: %{ix86} x86_64 %{arm} aarch64
@ -660,7 +660,7 @@ This package adds the opencl driver for wine.
%endif %endif
%prep %prep
%setup -q -n wine-%{version}-rc2 %setup -q -n wine-%{version}-rc3
%patch511 -p1 -b.cjk %patch511 -p1 -b.cjk
# setup and apply wine-staging patches # setup and apply wine-staging patches
@ -2114,6 +2114,9 @@ fi
%endif %endif
%changelog %changelog
* Tue Dec 27 2016 Michael Cronenworth <mike@cchtml.com> 2.0-0.1.rc3
- version update
* Wed Dec 21 2016 Michael Cronenworth <mike@cchtml.com> 2.0-0.1.rc2 * Wed Dec 21 2016 Michael Cronenworth <mike@cchtml.com> 2.0-0.1.rc2
- version update - version update

Loading…
Cancel
Save