Update to 2.0-rc4

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

6
.gitignore vendored

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

@ -1,3 +1,3 @@
SHA512 (wine-2.0-rc3.tar.bz2) = 75427e6734acdcd759bc90051b774e27d3dfed55ea8181f001365a6827509b60f4d6bd34ba2c0a3859eac65e784ac9746a2ea896fa63bf08203fbf857c609d20
SHA512 (wine-2.0-rc3.tar.bz2.sign) = b5b09aeb1721f37a6224785749a1a2bec8575b083ced3e7be52215ee353cc405f8dc4669b46292894401b210fb9b8b48281cd120d97c497d148367308331fd3f
SHA512 (wine-staging-2.0-rc3.tar.gz) = ce86b808adf76f18838d5ba6aff859fa758756992fe66ea0173168ea5a438465890890b384c576babde4f108a3e3005073256738653c87623399f0e6db40c393
SHA512 (wine-2.0-rc4.tar.bz2) = 1da7e7bd04b6d8b4c190b7204c001939854ebd246f758e0d8c00e3a10ce3da121040ba8d4111bb0ce625dc24af14cefb25a7f148780fa5187571d1cc2b2cb1ba
SHA512 (wine-2.0-rc4.tar.bz2.sign) = 9f3fc55ff35cb1ba5174b7c4b6ce0f05dfd1ebd966e5574a52f81c4c9122676985414fb6e70618ed5980ba77dd2286d994a373b7d6703232e119e05df690ef66
SHA512 (wine-staging-2.0-rc4.tar.gz) = d9fce5bdc795f04052f63591fc13802aaf7bf0eb1008a69573c2be04e19d56725a892daff3870f1052d6949f5a75bdff58ef8f55a8db4b1af9060867d4f9bc8a

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

Loading…
Cancel
Save