From 90d4ecabb5e01b3e5def2da84035edc528984b7f Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Wed, 25 Jan 2017 09:03:12 -0600 Subject: [PATCH] Update to 2.0 final --- .gitignore | 6 +++--- sources | 6 +++--- wine.spec | 13 ++++++++----- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index ae5b340..6421fe8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/wine-2.0-rc6.tar.bz2 -/wine-2.0-rc6.tar.bz2.sign -/wine-staging-2.0-rc6.tar.gz +/wine-2.0.tar.bz2 +/wine-2.0.tar.bz2.sign +/wine-staging-2.0.tar.gz diff --git a/sources b/sources index 5fad4c0..edd2fe3 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (wine-2.0-rc6.tar.bz2) = f7eb0e91a0bf0eb932c59bb3c6832fc145b8742fa7357abc525f3b8357a322bfd93ebb7f9934583623258605d014e8ff5b638617f7b38b87e2dbde6f17e14e51 -SHA512 (wine-2.0-rc6.tar.bz2.sign) = 1563c86fd75d49ca8b83a09a53562c4b6e908d7759c129fb641db9dd58a481f54e411aef8a9c759ec9d7765ec5ff71418341465d6459e4f9999bba2323dc8ce6 -SHA512 (wine-staging-2.0-rc6.tar.gz) = 901b813d714298e5c9c51234fdb35fba0483ae812b819417a350c243b0a182a50fc38a6946fcf76212e72a063b2e2d2a3256cc82a82d83bcd1e3d001176521ae +SHA512 (wine-2.0.tar.bz2) = b0a57ba8202d9fc396e5bfb7a7718d6bababbed8f3351e7fdc36afa37f35a871e04903757618f73427aeb71a52b2d323977d79e48f8b38d636f23fd404441186 +SHA512 (wine-2.0.tar.bz2.sign) = 94bcfaa2a9019e03bbb855dea028a256029f0ba4ce83bfcdda0e73402c0df2edccc07d82274446f93ee30cc094b089db5b6739bb1a4e22ab2380e2949a2a5535 +SHA512 (wine-staging-2.0.tar.gz) = 51412299259d6e92c8993543d5fdb3239ebe31e0d1d715e0a9e8ce94b3139c0567b08ff1600d41be94f12427cbfccc2f6b6b2ed030535445c95618aaf6578580 diff --git a/wine.spec b/wine.spec index 9a8868e..c5003f8 100644 --- a/wine.spec +++ b/wine.spec @@ -22,14 +22,14 @@ Name: wine Version: 2.0 -Release: 0.1.rc6%{?dist} +Release: 1%{?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}-rc6.tar.bz2 -Source10: http://downloads.sourceforge.net/wine/wine-%{version}-rc6.tar.bz2.sign +Source0: http://downloads.sourceforge.net/wine/wine-%{version}.tar.bz2 +Source10: http://downloads.sourceforge.net/wine/wine-%{version}.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}-rc6.tar.gz +Source900: https://github.com/compholio/wine-compholio/archive/v%{version}.tar.gz#/wine-staging-%{version}.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}-rc6 +%setup -q -n wine-%{version} %patch511 -p1 -b.cjk # setup and apply wine-staging patches @@ -2114,6 +2114,9 @@ fi %endif %changelog +* Wed Jan 25 2017 Michael Cronenworth 2.0-1 +- version update + * Mon Jan 23 2017 Michael Cronenworth 2.0-0.1.rc6 - version update