diff --git a/_service b/_service
index 7a54a75..75c1419 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
@PARENT_TAG@
v(.*)
https://github.com/wine-staging/wine-staging.git
- refs/tags/v6.6
+ refs/tags/v6.7
v*.*
git
diff --git a/wine-6.7.tar.xz b/wine-6.7.tar.xz
new file mode 100644
index 0000000..e78fb71
--- /dev/null
+++ b/wine-6.7.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c30514b7761d4611514ae021cb1e354128d77eff54a283f1401ee702277bbea4
+size 24449368
diff --git a/wine-6.7.tar.xz.sign b/wine-6.7.tar.xz.sign
new file mode 100644
index 0000000..cff4b83
--- /dev/null
+++ b/wine-6.7.tar.xz.sign
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAmCDK+UACgkQzvrI6q8X
+UZ0pahAAijLJWiUMykaS1+lKBYsNbZFcUuiJcriwBatngi78GknnI2S6EV2BT5SM
+nuYRJ9dL7owRfMjVPEe79V4jWzXI+9m9W0gTyGdZTOj9b9Zu28j22WQAWejsFIpw
+sO0NO+rhdt5Twnzm+keG+yTEmwZ21MYV+C6DqYn938XPWGHW9l5+Z2a9uHGl0u/P
+/twrJQg0Sh9AOP8mETYR3MMDK4wiAnG8qaGWRx2Iq6VtJb9dNQ52YYAGLefWutuv
+S6RgWHiw2iuGjBp92cwSo1lI2ppjMbcSfhWVlPzLCs1uFJlh+k39tKsTgCazNoDY
+gkOnWol2u3c9xY7ACnb4DA6GJk2Wdr+HMIYPjIsc6M4utSqBhaeYE6eZ0xX8xoKo
+tjdWzJm0Sm114bwrt0R8P7iDojAYz4VjwC+oE95n9lXLtopdGsa2iw4lx9gtoanA
++/s+JkZUObbEojUdVR3tfFfe+JHuX/nucJCQeBQnq5dkh4fKCgTR4KcNyyvO9quX
+BSH6+YTCF6VopOCjVNdihV3YmLndP9S4hs6fv/+b1olkVkBnkpDNCvIY5cZkRxK2
+MIiIl0WTyQadUk21roYeYkbO/Yf88bSWO+XeE5sYO3FI+d16LVXKJLlL/cfp9VBR
+H7HfrvwAJ3wEPFfDAb0iD/SO3wwFLvrxPvHxb26O/6NPOxW32IU=
+=MUKO
+-----END PGP SIGNATURE-----
diff --git a/wine-staging-6.7.tar.xz b/wine-staging-6.7.tar.xz
new file mode 100644
index 0000000..07796ac
--- /dev/null
+++ b/wine-staging-6.7.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:bd2d6e88c2e34eea52393cba52afe605bb42047fe38cf7a378923875a8bf5071
+size 7374208
diff --git a/wine.changes b/wine.changes
index c35cf2b..add6b83 100644
--- a/wine.changes
+++ b/wine.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Sat Apr 24 08:16:43 UTC 2021 - Marcus Meissner
+
+- updated to 6.7 development release
+ - NetApi32, WLDAP32, and Kerberos libraries converted to PE.
+ - More Media Foundation work.
+ - ES6 JavaScript mode.
+ - Improved WOW64 file system redirection.
+ - More Plug & Play driver support.
+ - Keyboard raw input device.
+ - Various bug fixes.
+- update staging to 6.7 release
+- removed wine-winegcc-missing-includes.patch (upstream)
+
-------------------------------------------------------------------
Wed Apr 21 14:21:30 UTC 2021 - Marcus Rueckert
diff --git a/wine.spec b/wine.spec
index afb30fc..48e9045 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.6
-Version: 6.6
+%define realver 6.7
+Version: 6.7
Release: 0
%if "%{flavor}" != ""
@@ -161,7 +161,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64
%if %{staging}
# upstream patch target version
-%define staging_version 6.6
+%define staging_version 6.7
Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel