diff --git a/_service b/_service index 7097fca..6739fe1 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ @PARENT_TAG@ v(.*) https://github.com/wine-staging/wine-staging.git - refs/tags/v6.0-rc6 + refs/tags/v6.0 v*.* git diff --git a/wine.changes b/wine.changes index c3e9f16..70706ea 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jan 14 16:07:35 UTC 2021 - Marcus Meissner + +- Updated to 6.0 release, highlevel changes: + - Core modules in PE format. + - Vulkan backend for WineD3D. + - DirectShow and Media Foundation support. + - Text console redesign. +- update staging to 6.0 release + ------------------------------------------------------------------- Sat Jan 9 11:37:37 UTC 2021 - Marcus Meissner diff --git a/wine.spec b/wine.spec index 094b2a9..3671586 100644 --- a/wine.spec +++ b/wine.spec @@ -29,8 +29,8 @@ %endif # needs to be on top due to usage of %version macro below -%define realver 6.0-rc6 -Version: 6.0~rc6 +%define realver 6.0 +Version: 6.0 Release: 0 %if "%{flavor}" != "" @@ -158,7 +158,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64 %if %{staging} # upstream patch target version -%define staging_version 6.0rc6 +%define staging_version 6.0 Source100: wine-staging-%{staging_version}.tar.xz BuildRequires: gtk3-devel BuildRequires: libOSMesa-devel