Update to 2.0-rc6

f38
Michael Cronenworth 8 years ago
parent b0b8f24002
commit 1bbb7a4e94

6
.gitignore vendored

@ -1,3 +1,3 @@
/wine-2.0-rc5.tar.bz2 /wine-2.0-rc6.tar.bz2
/wine-2.0-rc5.tar.bz2.sign /wine-2.0-rc6.tar.bz2.sign
/wine-staging-2.0-rc5.tar.gz /wine-staging-2.0-rc6.tar.gz

@ -1,3 +1,3 @@
SHA512 (wine-2.0-rc5.tar.bz2) = 8aff06d88e7716ff7cc7af47bb10447da51725d182b46645f6a301656cbe87517a40156679ded43aae6452de07de653f07da93f1284f60168fd55c5f3e029200 SHA512 (wine-2.0-rc6.tar.bz2) = f7eb0e91a0bf0eb932c59bb3c6832fc145b8742fa7357abc525f3b8357a322bfd93ebb7f9934583623258605d014e8ff5b638617f7b38b87e2dbde6f17e14e51
SHA512 (wine-2.0-rc5.tar.bz2.sign) = 1b5749e2b9d184f3ccb13b767b2505cb06156cb4cc0ab79f00993e54c26d7c808e0d4842acd9329df32c1747705e1a5b8bdc46d9dbb2842c22fd9101ab32bead SHA512 (wine-2.0-rc6.tar.bz2.sign) = 1563c86fd75d49ca8b83a09a53562c4b6e908d7759c129fb641db9dd58a481f54e411aef8a9c759ec9d7765ec5ff71418341465d6459e4f9999bba2323dc8ce6
SHA512 (wine-staging-2.0-rc5.tar.gz) = faef895eb198d3a2f57f18cab8c4d55f5ec761538bb88c99bdd0017af680b23af12d76e0d67e8eb168ce8c651862de5b6932be0fb001cf0606f87d1bb928f7d8 SHA512 (wine-staging-2.0-rc6.tar.gz) = 901b813d714298e5c9c51234fdb35fba0483ae812b819417a350c243b0a182a50fc38a6946fcf76212e72a063b2e2d2a3256cc82a82d83bcd1e3d001176521ae

@ -22,14 +22,14 @@
Name: wine Name: wine
Version: 2.0 Version: 2.0
Release: 0.1.rc5%{?dist} Release: 0.1.rc6%{?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}-rc5.tar.bz2 Source0: http://downloads.sourceforge.net/wine/wine-%{version}-rc6.tar.bz2
Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc5.tar.bz2.sign Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc6.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}-rc5.tar.gz Source900: https://github.com/compholio/wine-compholio/archive/v%{version}.tar.gz#/wine-staging-%{version}-rc6.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}-rc5 %setup -q -n wine-%{version}-rc6
%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
* Mon Jan 23 2017 Michael Cronenworth <mike@cchtml.com> 2.0-0.1.rc6
- version update
* Mon Jan 16 2017 Michael Cronenworth <mike@cchtml.com> 2.0-0.1.rc5 * Mon Jan 16 2017 Michael Cronenworth <mike@cchtml.com> 2.0-0.1.rc5
- version update - version update

Loading…
Cancel
Save