From 6bb2ecf5c36370b66b778e53dfbfdd2b62044744 Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Tue, 27 Dec 2016 19:53:09 -0600 Subject: [PATCH] Update to 2.0-rc3 --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 13 ++++++++----- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 970c386..b8e7de6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-2.0-rc2.tar.bz2 -/wine-2.0-rc2.tar.bz2.sign -/wine-staging-2.0-rc2.tar.gz +/wine-2.0-rc3.tar.bz2 +/wine-2.0-rc3.tar.bz2.sign +/wine-staging-2.0-rc3.tar.gz diff --git a/sources b/sources index 245b41c..15b9795 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-2.0-rc2.tar.bz2) = 89efaea78f5591089c922b22eec5426e8421e51edd55997a1e3ceee4bb32757c457856d7659b2829337bb9db4eea68cf2e1a06eff6b8b13c7c147472d13c1983 -SHA512 (wine-2.0-rc2.tar.bz2.sign) = 0bf7a90e67c2477045bbc144508b92655bc0bbe54bc914c56650b84f2e0babd3c788f60fde668fcbf1d1a52d9a3ac4306b5ad8cf261d5ae41eb8277babcd7a95 -SHA512 (wine-staging-2.0-rc2.tar.gz) = 791bea1f3b9a3843c3c8aad536ca6146e896cf77234d2a79dc408a6dd53c781f80d07f1a6cd869c836bfc1308daca916dc73f12b87de6df35d34006136133554 +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 diff --git a/wine.spec b/wine.spec index 9c587d1..5ce6614 100644 --- a/wine.spec +++ b/wine.spec @@ -22,14 +22,14 @@ Name: wine Version: 2.0 -Release: 0.1.rc2%{?dist} +Release: 0.1.rc3%{?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}-rc2.tar.bz2 -Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc2.tar.bz2.sign +Source0: http://downloads.sourceforge.net/wine/wine-%{version}-rc3.tar.bz2 +Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc3.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}-rc2.tar.gz +Source900: https://github.com/compholio/wine-compholio/archive/v%{version}.tar.gz#/wine-staging-%{version}-rc3.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}-rc2 +%setup -q -n wine-%{version}-rc3 %patch511 -p1 -b.cjk # setup and apply wine-staging patches @@ -2114,6 +2114,9 @@ fi %endif %changelog +* Tue Dec 27 2016 Michael Cronenworth 2.0-0.1.rc3 +- version update + * Wed Dec 21 2016 Michael Cronenworth 2.0-0.1.rc2 - version update