diff --git a/_service b/_service
index 017f98d..6abe9f4 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
@PARENT_TAG@
v(.*)
https://github.com/wine-staging/wine-staging.git
- refs/tags/v7.1
+ refs/tags/v7.2
v*.*
git
diff --git a/wine-staging-7.1.tar.xz b/wine-staging-7.1.tar.xz
deleted file mode 100644
index 92466bf..0000000
--- a/wine-staging-7.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f50938f12fd0569a7bc7f694d64b5df34a3319e4dba1a75fd36d14fe5a1a1eea
-size 7308264
diff --git a/wine.changes b/wine.changes
index b331a4c..5f47e8f 100644
--- a/wine.changes
+++ b/wine.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Sat Feb 12 08:06:08 UTC 2022 - Marcus Meissner
+
+- updated to 7.2 development release
+ - Large scale cleanup to support 'long' type with MSVCRT.
+ - Mono engine updated to version 7.1.1.
+ - More theming fixes in common controls.
+ - Beginnings of a WMA decoder.
+ - Support for 64-bit time_t.
+ - Various bug fixes.
+- update staging to 7.2 release
+
-------------------------------------------------------------------
Sun Jan 30 11:14:11 UTC 2022 - Marcus Meissner
diff --git a/wine.spec b/wine.spec
index e6fef2e..33f4452 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 7.1
-Version: 7.1
+%define realver 7.2
+Version: 7.2
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 7.1
+%define staging_version 7.2
Source100: wine-staging-%{staging_version}.tar.xz
BuildRequires: gtk3-devel
BuildRequires: libOSMesa-devel